mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Add a throbber for more web2.0 sadness.
Created with http://ajaxload.info/
This commit is contained in:
parent
13481d80ba
commit
0c20391a91
3 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
var display_query = query.replace("<", "<").replace(">", ">")
|
||||
$("#querystatus, #results h1").html("Loading query '" + display_query + "' (offset:" + logstash.params.offset + ", count:" + logstash.params.count + ")")
|
||||
$("#querystatus, #results h1").html("Loading query '" + display_query + "' (offset:" + logstash.params.offset + ", count:" + logstash.params.count + ") <img src='/media/throbber.gif'>")
|
||||
//console.log(logstash.params)
|
||||
logstash.params.q = query;
|
||||
document.location.hash = escape(JSON.stringify(logstash.params));
|
||||
|
|
BIN
lib/logstash/web/public/media/throbber.gif
Normal file
BIN
lib/logstash/web/public/media/throbber.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -63,3 +63,5 @@ body
|
|||
display: none
|
||||
#results h1
|
||||
font-size: 100%
|
||||
img
|
||||
vertical-align: top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue