AC-503 latest UI work on cloud inventory

This commit is contained in:
chouseknecht
2013-10-02 17:26:47 -04:00
parent bb484a7520
commit c7f096f16b
11 changed files with 286 additions and 66 deletions

View File

@@ -163,7 +163,8 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
scope.groupDeleteHide = true;
scope.createButtonShow = false;
scope.group_id = null;
InventoryStatus();
scope.inventory_name = node.attr('name');
InventoryStatus({ scope: scope });
$('#tree-form').show();
}

View File

@@ -27,7 +27,6 @@ function Home ($routeParams, $scope, $rootScope, $location, Wait, ObjectCount, C
$rootScope.$on('WidgetLoaded', function() {
// Once all the widget report back 'loaded', turn off Wait widget
console.log('got here!');
loadedCount++;
if ( loadedCount == waitCount ) {
Wait('stop');