Files
service-aware-frontend/pkgs/ui/src/config/home/index.ts
sara-pervana 7f8694664b
Some checks failed
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Failing after 3m31s
fixed height issue, fixed code for grouping in diagram
2024-01-16 21:21:20 +01:00

27 lines
338 B
TypeScript

export const HomeTableConfig = [
{
key: "name",
label: "Entity name",
},
{
key: "did",
label: "Entity DID",
},
{
key: "network",
label: "Network",
},
{
key: "ip",
label: "IP address",
},
{
key: "roles",
label: "Roles",
},
{
key: "attached",
label: "Attached",
},
];