major changes in the layout and added most components

This commit is contained in:
sara-pervana
2023-11-21 23:46:32 +01:00
committed by Luis-Hebendanz
parent 73e2d06136
commit b3f7d56193
18 changed files with 304 additions and 32 deletions

View File

@@ -1,3 +1,20 @@
// AP - Summary
export const APSummaryDetails = [
{
label: "DID",
value: "did:sov:test:1274",
},
{
label: "IP",
value: "127.0.0.2",
},
{
label: "Network",
value: "Carlo's Home Network",
},
];
// AP - Attachements
export const APAttachmentsDummyData = [

View File

@@ -0,0 +1,16 @@
// Client1 - Summary
export const Client1SummaryDetails = [
{
label: "DID",
value: "did:sov:test:1234",
},
{
label: "IP",
value: "127.0.0.1",
},
{
label: "Network",
value: "Carlo's Home Network",
},
];

View File

@@ -0,0 +1,16 @@
// Client2 - Summary
export const Client2SummaryDetails = [
{
label: "DID",
value: "did:sov:test:1234",
},
{
label: "IP",
value: "127.0.0.2",
},
{
label: "Network",
value: "Carlo's Home Network",
},
];

View File

@@ -1,3 +1,18 @@
// DLG Summary Details
export const DLGSummaryDetails = [
{
label: "DID",
value: "did:sov:test:1274",
},
{
label: "URL",
value: "dlg.tu-berlin.de",
},
];
// DLG Resolution Table
export const DLGResolutionDummyData = [
{
requester_name: "C1",