WIP: can hover icon-delete. can have self on the first row on list.
API get all users done
This commit is contained in:
@@ -13,30 +13,30 @@ export const knownLayoutChartOption = {
|
||||
export const accountList = [
|
||||
{
|
||||
id: 12345,
|
||||
account: "REDACTED-USER1",
|
||||
fullName: "Alice Zheng",
|
||||
adminRights: true,
|
||||
accountActivation: false,
|
||||
username: "REDACTED-USER1",
|
||||
name: "Alice Zheng",
|
||||
is_admin: true,
|
||||
is_active: false,
|
||||
detail: "abcde",
|
||||
isSSO: true,
|
||||
is_sso: true,
|
||||
},
|
||||
{
|
||||
id: 345,
|
||||
account: "REDACTED-USER2",
|
||||
fullName: "Mike Chen",
|
||||
adminRights: false,
|
||||
accountActivation: true,
|
||||
username: "REDACTED-USER2",
|
||||
name: "Mike Chen",
|
||||
is_admin: false,
|
||||
is_active: true,
|
||||
detail: "abcde",
|
||||
isSSO: false,
|
||||
is_sso: false,
|
||||
},
|
||||
{
|
||||
id: 88,
|
||||
account: "REDACTED-USER3",
|
||||
fullName: "Tory Cheng",
|
||||
adminRights: true,
|
||||
accountActivation: true,
|
||||
username: "REDACTED-USER3",
|
||||
name: "Tory Cheng",
|
||||
is_admin: true,
|
||||
is_active: true,
|
||||
detail: "abcde",
|
||||
isSSO: false,
|
||||
is_sso: false,
|
||||
},
|
||||
];
|
||||
export const knownScaleLineChartOptions = {
|
||||
|
||||
Reference in New Issue
Block a user