WIP: issue-23 - Custom Table Component #11

Closed
Ghost wants to merge 10 commits from issue-23 into main
Showing only changes of commit 6d1112f2db - Show all commits

View File

@@ -4,7 +4,23 @@ export const APDummyData = [
"entity_DID": "did:sov:test:1234",
"network": "Carlos Home Network",
"ip_address": "127.0.0.1",
}
}, {
"entity_name": "C2",
"entity_DID": "did:sov:test:4567",
"network": "Steves 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",
},
]