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

@@ -31,7 +31,7 @@ angular.module('GroupListDefinition', [])
help: {
awPopOver: "Choose groups by clicking on each group you wish to add. Click the <em>Select</em> button to add the groups to " +
"the selected inventory group.",
dataPlacement: 'top',
dataPlacement: 'left',
dataContainer: '#form-modal .modal-content',
icon: "icon-question-sign",
mode: 'all',