MPMXKD-11 fixed jobs view

main
Sven Ketelsen 2 years ago
parent 9973ae74ea
commit efce822168

@ -18,11 +18,11 @@
}, },
"components" : [ { "components" : [ {
"label" : "job", "label" : "job",
"mask" : false,
"hideLabel" : true, "hideLabel" : true,
"customClass" : "pb-0",
"mask" : false,
"tableView" : true, "tableView" : true,
"alwaysEnabled" : false, "alwaysEnabled" : false,
"customClass" : "pb-0",
"type" : "datasourcecontainer", "type" : "datasourcecontainer",
"input" : true, "input" : true,
"key" : "job", "key" : "job",
@ -36,7 +36,7 @@
"json" : "" "json" : ""
}, },
"data" : { "data" : {
"url" : "api/v1/scopes/{{context.scopeId}}/tags/{{context.scopeTag}}/datasources/awx-job/query?id={{ row }}&stage={{ data.cluster.stage }}", "url" : "api/v1/scopes/{{context.scopeId}}/tags/{{context.scopeTag}}/datasources/awx-job/query?id={{ row }}&stage={{ data.stage }}",
"method" : "GET", "method" : "GET",
"values" : [ { } ] "values" : [ { } ]
}, },
@ -384,6 +384,15 @@
"encrypted" : false, "encrypted" : false,
"customConditional" : "", "customConditional" : "",
"logic" : [ ], "logic" : [ ],
"defaultValue" : {
"job" : {
"name" : "",
"description" : "",
"status" : "",
"id" : "",
"stage" : ""
}
},
"reorder" : false "reorder" : false
} ], } ],
"tabs" : null, "tabs" : null,

Loading…
Cancel
Save