generated from Luis/nextjs-python-web-template
major changes in the layout and added most components
This commit is contained in:
@@ -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 = [
|
||||
16
pkgs/ui/src/mock/client_1/index.ts
Normal file
16
pkgs/ui/src/mock/client_1/index.ts
Normal 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",
|
||||
},
|
||||
];
|
||||
16
pkgs/ui/src/mock/client_2/index.ts
Normal file
16
pkgs/ui/src/mock/client_2/index.ts
Normal 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",
|
||||
},
|
||||
];
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user