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

Tweaked start of inventory sync so that spinner appears continuously while the initial tree refresh and host reload runs.

This commit is contained in:
Chris Houseknecht 2014-03-21 04:15:36 +00:00
parent e66fa7cead
commit 523caf846c
2 changed files with 5 additions and 2 deletions

View File

@ -401,7 +401,7 @@ angular.module('JobSubmissionHelper', ['RestServices', 'Utilities', 'CredentialF
scope.removeHostReloadComplete();
}
scope.removeHostReloadComplete = scope.$on('HostReloadComplete', function () {
Wait('stop');
//Wait('stop');
Alert('Update Started', 'Your request to start the inventory sync process was submitted. Monitor progress ' +
'by clicking the <i class="fa fa-refresh fa-lg"></i> button.', 'alert-info');
if (scope.removeHostReloadComplete) {

View File

@ -1377,7 +1377,10 @@ tr td button i {
.modal {
border: 1px solid @black;
z-index: 2050;
}
#alert-modal, #alert-modal2 {
z-index: 2100;
}
.close {