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/form/tenant-select-wizard.json

109 lines
2.6 KiB
JSON

{
"display" : "wizard",
"page" : 0,
"numPages" : 1,
"components" : [ {
"title" : "Page 1",
"label" : "Page 1",
"type" : "panel",
"key" : "page1",
"input" : false,
"tableView" : false,
"components" : [ {
"label" : "Container",
"hideLabel" : true,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "container",
"input" : true,
"key" : "tenant",
"validate" : {
"customMessage" : "",
"json" : ""
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"components" : [ {
"label" : "Mandant",
"customClass" : "ml-4",
"clearOnHide" : false,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "listselection",
"input" : true,
"key" : "selected_tenant",
"data" : {
"url" : "/api/v1/scopes/{{context.scopeId}}/tags/{{context.scopeTag}}/datasources/data-entity-tenants/query",
"requestBody" : "",
"values" : [ { } ],
"custom" : ""
},
"columns" : [ {
"name" : "Name",
"prop" : "name",
"value" : "",
"width" : "",
"sortable" : true
}, {
"name" : "Key",
"prop" : "key",
"value" : "",
"width" : "",
"sortable" : true
} ],
"projection" : [ {
"key" : "id",
"prop" : "id"
}, {
"key" : "name",
"prop" : "name"
}, {
"key" : "key",
"prop" : "key"
}, {
"key" : "admin",
"prop" : "admin"
}, {
"key" : "user_ids",
"prop" : "user_ids"
} ],
"identity" : "id",
"validate" : {
"required" : true,
"unique" : false,
"customMessage" : "",
"json" : ""
},
"properties" : { },
"tags" : [ ],
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"customConditional" : "",
"logic" : [ ],
"tabs" : null,
"datapath" : "",
"defaultFilter" : "",
"encrypted" : false,
"reloadOnAction" : false,
"reorder" : false
} ],
"tabs" : null,
"encrypted" : false,
"properties" : { },
"tags" : [ ],
"customConditional" : "",
"logic" : [ ],
"reorder" : false
} ]
} ],
"configKey" : "tenant-select-wizard",
"name" : "tenant-select-wizard (Achtung alle Felder herausprojizieren!)"
}