[Entities] AP Service Repository View Table

- adjusted repository data keys
This commit is contained in:
Onur Arslan
2023-12-04 23:02:54 +01:00
parent 9b4301d783
commit c25ac3025c

View File

@@ -94,16 +94,20 @@ export const APServiceRepositoryTableConfig = [
key: "endpoint_url",
label: "End point",
},
{
key: "entity",
label: "Entity",
},
// {
// key: "entity",
// label: "Entity",
// },
{
key: "entity_did",
label: "Entity DID",
},
// {
// key: "network",
// label: "Network",
// },
{
key: "network",
label: "Network",
key: "status",
label: "Status",
},
];