mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Let's use the underconstruction gif.
This commit is contained in:
parent
e53a6929dd
commit
cc0b0565cd
2 changed files with 3 additions and 3 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 + ") <img src='/media/construction.gif'>")
|
||||
$("#querystatus, #results h1").html("Loading query '" + display_query + "' (offset:" + logstash.params.offset + ", count:" + logstash.params.count + ") <img class='throbber' src='/media/construction.gif'>")
|
||||
//console.log(logstash.params)
|
||||
logstash.params.q = query;
|
||||
document.location.hash = escape(JSON.stringify(logstash.params));
|
||||
|
|
|
@ -63,5 +63,5 @@ body
|
|||
display: none
|
||||
#results h1
|
||||
font-size: 100%
|
||||
img
|
||||
vertical-align: top
|
||||
img.throbber
|
||||
vertical-align: top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue