1
0
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:
John Mitchell 2016-06-29 14:45:17 -04:00
parent d539a6715c
commit f39c624b8e

View File

@ -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);