AC-689 no longer storing selected array in scope object. SelectionInit should be called before Search in controllers- Users had it in the wrong order. Added ability to override internal selected array in SelectionInit with reference to external array to support the groups page. Fixed cosmetic/styling differences between hosts and groups inventory pages.

This commit is contained in:
Chris Houseknecht
2013-11-25 14:12:30 +00:00
parent fae51d12f0
commit 54ec61f2b7
8 changed files with 97 additions and 102 deletions

View File

@@ -1345,7 +1345,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
html += "<div class=\"col-lg-8\">\n";
html += "<div class=\"hosts-well well\">\n";
html += SearchWidget({ iterator: form.iterator, template: form, mini: true, size: 'col-md-5 col-lg-5'});
html += "<div class=\"col-md-6 col-lg-6\">\n"
html += "<div class=\"col-md-7 col-lg-7\">\n"
html += "<div class=\"list-actions\">\n";
// Add actions(s)