generated from Luis/nextjs-python-web-template
[Entities] AP Service Repository View Table
- adjusted repository data keys
This commit is contained in:
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user