generated from Luis/nextjs-python-web-template
[Functionality] Request Consumer / Producer
- adjusted some header names
This commit is contained in:
@@ -20,25 +20,25 @@ export const APSummaryDetails = [
|
||||
export const APAttachmentsDummyData = [
|
||||
{
|
||||
entity_name: "C1",
|
||||
entity_DID: "did:sov:test:1234",
|
||||
entity_did: "did:sov:test:1234",
|
||||
network: "Carlo's Home Network",
|
||||
ip_address: "127.0.0.1",
|
||||
},
|
||||
{
|
||||
entity_name: "C2",
|
||||
entity_DID: "did:sov:test:4567",
|
||||
entity_did: "did:sov:test:4567",
|
||||
network: "Steve's Home Network",
|
||||
ip_address: "127.0.0.1",
|
||||
},
|
||||
{
|
||||
entity_name: "C1-TEST",
|
||||
entity_DID: "did:sov:test:0001",
|
||||
entity_did: "did:sov:test:0001",
|
||||
network: "Test Network A",
|
||||
ip_address: "127.0.0.1",
|
||||
},
|
||||
{
|
||||
entity_name: "C2-TEST",
|
||||
entity_DID: "did:sov:test:0002",
|
||||
entity_did: "did:sov:test:0002",
|
||||
network: "Test Network B",
|
||||
ip_address: "127.0.0.1",
|
||||
},
|
||||
@@ -49,7 +49,7 @@ export const APAttachmentsTableConfig = [
|
||||
label: "Entity name",
|
||||
},
|
||||
{
|
||||
key: "entity_DID",
|
||||
key: "entity_did",
|
||||
label: "Entity DID",
|
||||
},
|
||||
{
|
||||
@@ -67,17 +67,17 @@ export const APServiceRepositoryDummyData = [
|
||||
{
|
||||
service_name: "Carlo's Printing",
|
||||
service_type: "3D Printing",
|
||||
end_point: "URL",
|
||||
producer: "C1",
|
||||
producer_DID: "did:sov:test:1234",
|
||||
endpoint_url: "URL",
|
||||
entity: "C1",
|
||||
entity_did: "did:sov:test:1234",
|
||||
network: "Carlo's Home Network",
|
||||
},
|
||||
{
|
||||
service_name: "Jeff's Printing",
|
||||
service_type: "3D Printing",
|
||||
end_point: "URL",
|
||||
producer: "C2",
|
||||
producer_DID: "did:sov:test:5678",
|
||||
endpoint_url: "URL",
|
||||
entity: "C2",
|
||||
entity_did: "did:sov:test:5678",
|
||||
network: "Jeff's Home Network",
|
||||
},
|
||||
];
|
||||
@@ -91,16 +91,16 @@ export const APServiceRepositoryTableConfig = [
|
||||
label: "Service type",
|
||||
},
|
||||
{
|
||||
key: "end_point",
|
||||
key: "endpoint_url",
|
||||
label: "End point",
|
||||
},
|
||||
{
|
||||
key: "producer",
|
||||
label: "Producer",
|
||||
key: "entity",
|
||||
label: "Entity",
|
||||
},
|
||||
{
|
||||
key: "producer_DID",
|
||||
label: "Producer DID",
|
||||
key: "entity_did",
|
||||
label: "Entity DID",
|
||||
},
|
||||
{
|
||||
key: "network",
|
||||
|
||||
Reference in New Issue
Block a user