mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +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) {
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user