mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +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:
parent
e66fa7cead
commit
523caf846c
@ -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) {
|
||||
|
@ -1377,7 +1377,10 @@ tr td button i {
|
||||
|
||||
.modal {
|
||||
border: 1px solid @black;
|
||||
z-index: 2050;
|
||||
}
|
||||
|
||||
#alert-modal, #alert-modal2 {
|
||||
z-index: 2100;
|
||||
}
|
||||
|
||||
.close {
|
||||
|
Loading…
Reference in New Issue
Block a user