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/provisioning/form/current-jobs.json

78 lines
1.8 KiB
JSON

{
"name" : "Current Jobs",
"configKey" : "current-jobs",
"page" : 0,
"components" : [ {
"label" : "Jobs",
"disableAddingRemovingRows" : true,
"disableAddingRows" : true,
"defaultOpen" : false,
"layoutFixed" : false,
"striped" : false,
"bordered" : true,
"enableRowGroups" : false,
"reorder" : false,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "datagrid",
"input" : true,
"key" : "jobs",
"defaultValue" : [ { } ],
"validate" : {
"customMessage" : "",
"json" : "",
"minLength" : null,
"maxLength" : null
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"components" : [ {
"label" : "Job",
"hideLabel" : true,
"persistent" : false,
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"type" : "datasourcecontainer",
"input" : true,
"key" : "job",
"validate" : {
"customMessage" : "",
"json" : ""
},
"conditional" : {
"show" : "",
"when" : "",
"json" : ""
},
"data" : {
"url" : "api/v1/scopes/{{context.scopeId}}/tags/{{context.scopeTag}}/datasources/awx-job-plain/query?id={{ row }}",
"method" : "GET",
"values" : [ { } ]
},
"components" : [ ],
"tabs" : null,
"properties" : { },
"tags" : [ ],
"datapath" : "",
"encrypted" : false,
"customConditional" : "",
"logic" : [ ],
"row" : "0-0",
"reorder" : false
} ],
"tabs" : null,
"properties" : { },
"encrypted" : false,
"tags" : null,
"customConditional" : "",
"logic" : [ ],
"addAnother" : "",
"groupToggle" : false
} ],
"display" : "form"
}