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/template/form/primary-process-create.json

129 lines
3.0 KiB
JSON

{
"display" : "wizard",
"page" : 0,
"numPages" : 1,
"components" : [ {
"label" : "Page 1",
"title" : "Select Tenant",
"breadcrumbClickable" : true,
"buttonSettings" : {
"previous" : true,
"cancel" : true,
"next" : true
},
"collapsible" : false,
"mask" : false,
"tableView" : false,
"alwaysEnabled" : false,
"type" : "panel",
"key" : "page1",
"input" : false,
"components" : [ {
"label" : "Tenant",
"hideLabel" : true,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "container",
"input" : true,
"key" : "tenant",
"validate" : {
"customMessage" : "",
"json" : ""
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"components" : [ {
"label" : "Tenant",
"hideLabel" : true,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "listselection",
"input" : true,
"key" : "tenant-selection",
"validate" : {
"customMessage" : "",
"json" : "",
"required" : true
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"data" : {
"url" : "api/v1/scopes/{{context.scopeId}}/tags/{{context.scopeTag}}/datasources/data-entity-tenants-filtered/query?user_id={{data.userId}}",
"requestBody" : "",
"values" : [ { } ],
"custom" : ""
},
"identity" : "id",
"columns" : [ {
"name" : "Id",
"prop" : "id",
"value" : "",
"width" : "",
"sortable" : false
}, {
"name" : "Name",
"prop" : "name",
"value" : "",
"width" : "",
"sortable" : false
}, {
"name" : "Key",
"prop" : "key",
"value" : "",
"width" : "",
"sortable" : false
} ],
"projection" : [ {
"key" : "id",
"prop" : "id"
}, {
"key" : "name",
"prop" : "name"
}, {
"key" : "key",
"prop" : "key"
} ],
"tabs" : null,
"datapath" : "",
"reloadOnAction" : false,
"defaultFilter" : "",
"encrypted" : false,
"properties" : { },
"tags" : [ ],
"customConditional" : "",
"logic" : [ ],
"reorder" : false
} ],
"tabs" : null,
"properties" : { },
"tags" : [ ],
"encrypted" : false,
"customConditional" : "",
"logic" : [ ],
"reorder" : false
} ],
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"tabs" : null,
"properties" : { },
"tags" : null,
"customConditional" : "",
"nextPage" : "",
"logic" : [ ],
"collapsed" : false,
"reorder" : false
} ],
"configKey" : "primary-process-create",
"name" : "primary-process-create"
}