1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00

Fine tuning of inventory groups tree fuoc thing.

This commit is contained in:
chouseknecht 2013-10-09 12:36:41 -04:00
parent 817be31340
commit a74a7dd21e

View File

@ -162,7 +162,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
$('#inventory-node ins').first().remove();
$('#inventory-node a ins').first().css('background-image', 'none').append('<i class="icon-sitemap"></i>').css('margin-right','10px');
$('#tree-view').parent().css('opacity','100'); // all our changes are done. display the tree
$('#tree-view ul').first().css('opacity','100'); // all our changes are done. display the tree
scope['treeLoading'] = false;
Wait('stop');
@ -409,7 +409,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
TreeInit(scope.TreeParams);
});
$('#tree-view').parent().css('opacity','0'); //Hide the tree until all the changes are made
$('#tree-view ul').first().css('opacity','0'); //Hide the tree until all the changes are made
scope.treeLoading = true;
LoadInventory({ scope: scope, doPostSteps: true });