generated from Luis/nextjs-python-web-template
[Entities] C1 Producer View Table - create and add data to the producer table
This commit is contained in:
@@ -48,10 +48,8 @@ export const Client1ConsumerData = [
|
||||
"producer_did": "did:sov:test:0062",
|
||||
"network": "Test Network B",
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
|
||||
export const Client1ConsumerTableConfig = [
|
||||
{
|
||||
key: "service_name",
|
||||
@@ -78,3 +76,65 @@ export const Client1ConsumerTableConfig = [
|
||||
label: "Network"
|
||||
}
|
||||
]
|
||||
|
||||
export const Client1ProducerData = [
|
||||
{
|
||||
"service_name": "Carlo's Printing",
|
||||
"service_type": "3D Printing",
|
||||
"end_point": "URL",
|
||||
"usage": "C1(3), C3(4)",
|
||||
"status": "DRAFT, REGISTERED",
|
||||
"action": "Register, Deregister, Delete",
|
||||
},
|
||||
{
|
||||
"service_name": "Steve's Printing",
|
||||
"service_type": "3D Printing",
|
||||
"end_point": "URL",
|
||||
"usage": "C1(3), C3(4)",
|
||||
"status": "REGISTERED",
|
||||
"action": "Create",
|
||||
},
|
||||
{
|
||||
"service_name": "Test Printing A",
|
||||
"service_type": "3D Printing",
|
||||
"end_point": "URL",
|
||||
"usage": "C1(3), C3(4)",
|
||||
"status": "DRAFT",
|
||||
"action": "Register, Deregister",
|
||||
},
|
||||
{
|
||||
"service_name": "Test Printing B",
|
||||
"service_type": "3D Printing",
|
||||
"end_point": "URL",
|
||||
"usage": "C1(3), C3(4)",
|
||||
"status": "DRAFT, REGISTERED",
|
||||
"action": "Delete, Create",
|
||||
},
|
||||
]
|
||||
|
||||
export const Client1ProducerTableConfig = [
|
||||
{
|
||||
key: "service_name",
|
||||
label: "Service name"
|
||||
},
|
||||
{
|
||||
key: "service_type",
|
||||
label: "Service Type"
|
||||
},
|
||||
{
|
||||
key: "end_point",
|
||||
label: "End Point"
|
||||
},
|
||||
{
|
||||
key: "usage",
|
||||
label: "Usage"
|
||||
},
|
||||
{
|
||||
key: "status",
|
||||
label: "Status"
|
||||
},
|
||||
{
|
||||
key: "action",
|
||||
label: "Action"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user