[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", key: "endpoint_url",
label: "End point", label: "End point",
}, },
{ // {
key: "entity", // key: "entity",
label: "Entity", // label: "Entity",
}, // },
{ {
key: "entity_did", key: "entity_did",
label: "Entity DID", label: "Entity DID",
}, },
// {
// key: "network",
// label: "Network",
// },
{ {
key: "network", key: "status",
label: "Network", label: "Status",
}, },
]; ];