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