You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/provisioning/layout/simple-connect.json

83 lines
2.3 KiB
JSON

{
"name" : "simple-connect",
"configKey" : "simple-connect",
"tabExpression" : "{{ data.cluster.stage }}-{{ data.tenant.name }}-{{ data.cluster.name }}",
"readonlyExpression" : "data.vorgang_status > 10",
"components" : [ {
"type" : "columns",
"key" : "dossier",
"columns" : [ {
"components" : [ {
"type" : "form",
"key" : "header",
"readonlyExpression" : "true"
}, {
"type" : "html",
"content" : "<hr>"
}, {
"type" : "columns",
"key" : "first-column",
"columns" : [ {
"components" : [ {
"type" : "page",
"key" : "dossier-page",
"toc" : "left",
"sections" : [ {
"type" : "section",
"key" : "master-data",
"title" : "Stammdaten",
"components" : [ {
"type" : "form",
"key" : "tenant",
"readonlyExpression" : "true"
} ]
}, {
"type" : "section",
"key" : "smardigo",
"title" : "Smardigo",
"components" : [ {
"type" : "form",
"key" : "simple-connect"
} ]
}, {
"type" : "section",
"key" : "dossier-attachments",
"title" : "Anhänge",
"components" : [ {
"type" : "form",
"key" : "attachments"
} ]
}, {
"type" : "section",
"key" : "dossier-comments",
"title" : "Kommentare",
"components" : [ {
"type" : "comments",
"key" : "comments"
} ]
}, {
"type" : "section",
"key" : "dossier-history",
"title" : "Protokoll",
"components" : [ {
"type" : "history",
"key" : "history"
} ]
} ]
} ],
"width" : "9"
}, {
"components" : [ {
"type" : "help-text",
"key" : "help-text"
}, {
"type" : "action-list",
"key" : "action-list"
} ],
"width" : "350px"
} ]
} ],
"width" : "12"
} ]
} ]
}