Fixed incorrect tool tips on inventory page. Starting AC-977

This commit is contained in:
Chris Houseknecht
2014-04-06 04:29:07 -04:00
parent c7d489026e
commit ece772332f
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ function InventoriesList($scope, $rootScope, $location, $log, $routeParams, $com
if (inventory.has_inventory_sources) {
if (inventory.inventory_sources_with_failures > 0) {
$scope.inventories[idx].syncStatus = 'error';
$scope.inventories[idx].syncTip = inventory.groups_with_active_failures + ' groups with sync failures. Click for details';
$scope.inventories[idx].syncTip = inventory.inventory_sources_with_failures + ' groups with sync failures. Click for details';
}
else {
$scope.inventories[idx].syncStatus = 'successful';