mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Hosts side of inventory detail page now working through modal dialogs. Fixed pagination on modal list. Test Add/Edit/Delete host buttons. Only piece left is to fix the host name link, which should bring up the Edit dialog.
This commit is contained in:
@@ -279,7 +279,7 @@ angular.module('ListGenerator', ['GeneratorHelpers',])
|
||||
html += "</div>\n"; //well
|
||||
}
|
||||
|
||||
if (options.mode == 'lookup') {
|
||||
if ( options.mode == 'lookup' || (options.id && options.id == "form-modal-body") ) {
|
||||
html += PaginateWidget({ set: list.name, iterator: list.iterator, mini: true, mode: 'lookup' });
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user