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/backup/layout/primary-process.json

99 lines
3.6 KiB
JSON

{
"name" : "Hauptprozess",
"configKey" : "primary-process",
"tabExpression" : "Vorgang {{ data.process_instance_id }}",
"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" : "aktionen",
"title" : "Aktionen",
"components" : [ {
"type" : "form",
"key" : "progress-bar",
"readonlyExpression" : "true"
},
{
"type" : "columns",
"key" : "a_key",
"columns" : [ {
"width" : "75%",
"components" : [ {
"type" : "form",
"key" : "current-job-left",
"readonlyExpression" : "true"
} ]
},
{
"width" : "25%",
"components" : [ {
"type" : "form",
"key" : "current-job-right",
"readonlyExpression" : "true"
} ]
} ]
},
{
"type" : "form",
"key" : "current-jobs",
"readonlyExpression" : "true"
} ]
},
{
"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"
} ]
} ]
}