generated from Luis/nextjs-python-web-template
[Entities] AP Attachment View Table
- added some more example data for attachment table
This commit is contained in:
@@ -4,7 +4,23 @@ export const APDummyData = [
|
||||
"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",
|
||||
"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