generated from Luis/nextjs-python-web-template
WIP: issue-23 - Custom Table Component #11
@@ -4,7 +4,23 @@ export const APDummyData = [
|
|||||||
"entity_DID": "did:sov:test:1234",
|
"entity_DID": "did:sov:test:1234",
|
||||||
"network": "Carlo’s Home Network",
|
"network": "Carlo’s Home Network",
|
||||||
"ip_address": "127.0.0.1",
|
"ip_address": "127.0.0.1",
|
||||||
}
|
}, {
|
||||||
|
"entity_name": "C2",
|
||||||
|
"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",
|
||||||
|
"network": "Test Network A",
|
||||||
|
"ip_address": "127.0.0.1",
|
||||||
|
}, {
|
||||||
|
"entity_name": "C2-TEST",
|
||||||
|
"entity_DID": "did:sov:test:0002",
|
||||||
|
"network": "Test Network B",
|
||||||
|
"ip_address": "127.0.0.1",
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user