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

removing wait spinner on notification popover

This commit is contained in:
Jared Tabor 2016-06-17 17:12:54 -07:00
parent de1d605c28
commit 2de4a2d0f9

View File

@ -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";