mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
get view more to show up after delete
This commit is contained in:
@@ -50,6 +50,7 @@ export default
|
|||||||
scope.deleteLabel = function(templateId, templateName, labelId, labelName) {
|
scope.deleteLabel = function(templateId, templateName, labelId, labelName) {
|
||||||
var action = function () {
|
var action = function () {
|
||||||
$('#prompt-modal').modal('hide');
|
$('#prompt-modal').modal('hide');
|
||||||
|
scope.seeMoreInactive = true;
|
||||||
Wait('start');
|
Wait('start');
|
||||||
var url = GetBasePath("job_templates") + templateId + "/labels/";
|
var url = GetBasePath("job_templates") + templateId + "/labels/";
|
||||||
Rest.setUrl(url);
|
Rest.setUrl(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user