add a spinner to all waiting messages
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
* Change default number of pollers to 10
|
* Change default number of pollers to 10
|
||||||
* Default netmap depth set to 8
|
* Default netmap depth set to 8
|
||||||
* Add a "waiting" message to the netmap whilst the data loads
|
* Add a "waiting" message to the netmap whilst the data loads
|
||||||
|
* Add a spinner to all waiting messages
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ function do_search (event, tab) {
|
|||||||
|
|
||||||
// in case of slow data load, let the user know
|
// in case of slow data load, let the user know
|
||||||
$(target).html(
|
$(target).html(
|
||||||
'<div class="span2 alert">Waiting for results...</div>'
|
'<div class="span2 alert"><i class="icon-spinner icon-spin"></i> Waiting for results...</div>'
|
||||||
);
|
);
|
||||||
|
|
||||||
// submit the query and put results into the tab pane
|
// submit the query and put results into the tab pane
|
||||||
|
|||||||
Reference in New Issue
Block a user