mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Tweaked modal dialog header. Made it not quite so overbearing. Still not happy with it though.
This commit is contained in:
@@ -82,6 +82,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
|
||||
listScope[list.iterator + "_" + id + "_class"] = "success";
|
||||
}
|
||||
}
|
||||
|
||||
SearchInit({ scope: listScope, set: list.name, list: list, url: defaultUrl });
|
||||
PaginateInit({ scope: listScope, list: list, url: defaultUrl, mode: 'lookup' });
|
||||
listScope.search(list.iterator);
|
||||
|
||||
Reference in New Issue
Block a user