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