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.
115 lines
4.5 KiB
JSON
115 lines
4.5 KiB
JSON
{
|
|
"name" : "simple-connect",
|
|
"configKey" : "simple-connect",
|
|
"tabExpression" : "{{ data.cluster.stage }}-{{ data.tenant.key }}-{{ 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" : "aktionen",
|
|
"title" : "Aktionen",
|
|
"visibleExpression": "(data.vorgang_status >= 40 && data.vorgang_status < 50)||(data.vorgang_status >= 60)",
|
|
"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" : "smardigo",
|
|
"title" : "Smardigo",
|
|
"components" : [ {
|
|
"type" : "form",
|
|
"key" : "simple-connect"
|
|
} ]
|
|
}, {
|
|
"type" : "section",
|
|
"key" : "stammdaten",
|
|
"title" : "Stammdaten",
|
|
"components" : [ {
|
|
"type" : "form",
|
|
"key" : "tenant",
|
|
"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"
|
|
} ]
|
|
} ]
|
|
}
|