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/pmci/layout/tenant-edit.json

72 lines
1.8 KiB
JSON

{
"name" : "tenant-edit",
"configKey" : "tenant-edit",
"tabExpression" : "Tenant {{ data.tenant.name }}",
"components" : [ {
"type" : "columns",
"key" : "dossier",
"columns" : [ {
"components" : [ {
"type" : "columns",
"key" : "header",
"autoGrow" : "true",
"columns" : [ {
"components" : [ {
"type" : "form",
"key" : "header-left",
"readonlyExpression" : "true"
} ],
"width" : "calc(100% - 350px)"
}, {
"components" : [ {
"type" : "form",
"key" : "header-right",
"readonlyExpression" : "true"
} ],
"width" : "350px"
} ]
}, {
"type" : "html",
"content" : "<hr>"
}, {
"type" : "columns",
"key" : "first-column",
"columns" : [ {
"components" : [ {
"type" : "page",
"key" : "dossier-page",
"toc" : "left",
"sections" : [ {
"type" : "section",
"key" : "Tenant",
"title" : "Tenant",
"components" : [ {
"type" : "form",
"key" : "tenant"
} ]
}, {
"type" : "section",
"key" : "dossier-comments",
"title" : "Comments",
"components" : [ {
"type" : "comments",
"key" : "comments"
} ]
} ]
} ],
"width" : "9"
}, {
"components" : [ {
"type" : "help-text",
"key" : "help-text"
}, {
"type" : "action-list",
"key" : "action-list"
} ],
"width" : "350px"
} ]
} ],
"width" : "12"
} ]
} ]
}