mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
removing wait spinner on notification popover
This commit is contained in:
parent
de1d605c28
commit
2de4a2d0f9
@ -109,7 +109,6 @@ export default
|
||||
}
|
||||
|
||||
scope.showSummary = function(event, id) {
|
||||
Wait('start');
|
||||
setTimeout(function(){
|
||||
if (!Empty(id)) {
|
||||
var recent_notifications,
|
||||
@ -120,7 +119,6 @@ export default
|
||||
recent_notifications = notification_template.summary_fields.recent_notifications;
|
||||
}
|
||||
});
|
||||
Wait('stop');
|
||||
if (recent_notifications.length > 0) {
|
||||
html = "<table class=\"table table-condensed flyout\" style=\"width: 100%\">\n";
|
||||
html += "<thead>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user