AC-502 all links for Inventory widget on home page now work. Modified responding controllers to process all search parameters. Fixed Hosts and Groups links in the Summary widget. Added ability to edit host using modal dialog from /home/hosts page.

This commit is contained in:
Chris Houseknecht
2013-11-12 21:09:50 +00:00
parent ebc311d009
commit e99ac9d668
8 changed files with 170 additions and 71 deletions

View File

@@ -72,6 +72,11 @@ angular.module('InventoriesListDefinition', [])
searchType: 'boolean',
searchValue: 'true',
searchOnly: true
},
inventory_sources_with_failures: {
label: 'Has inventory update failures?',
searchType: 'gtzero',
searchOnly: true
}
},