MPMXKD-11 fixed jobs view

main
Sven Ketelsen 2 years ago
parent 9973ae74ea
commit efce822168

@ -18,11 +18,11 @@
},
"components" : [ {
"label" : "job",
"mask" : false,
"hideLabel" : true,
"customClass" : "pb-0",
"mask" : false,
"tableView" : true,
"alwaysEnabled" : false,
"customClass" : "pb-0",
"type" : "datasourcecontainer",
"input" : true,
"key" : "job",
@ -36,7 +36,7 @@
"json" : ""
},
"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",
"values" : [ { } ]
},
@ -384,6 +384,15 @@
"encrypted" : false,
"customConditional" : "",
"logic" : [ ],
"defaultValue" : {
"job" : {
"name" : "",
"description" : "",
"status" : "",
"id" : "",
"stage" : ""
}
},
"reorder" : false
} ],
"tabs" : null,

Loading…
Cancel
Save