prometheus/web/ui/static/js
Stuart Olivera b76d59e68b ui: don’t consider aborted requests complete
If an existing request is aborted due to a new request, ignore the completion of the initial request.

Example:
1. Chrome dev tools: enable 5 second network latency
2. Execute query
3. A second later, execute the query again
4. Currently, the spinner will hide, and the stats will immediately display, as if the request had completed. Instead, the spinner and stats should wait until the 2nd execution finishes.
2016-10-12 17:20:44 -07:00
..
alerts.js Tidy up .js files based on static analysis from jshint 2015-11-11 20:06:47 +01:00
graph.js ui: don’t consider aborted requests complete 2016-10-12 17:20:44 -07:00
graph_template.handlebar Add a 'Remove Graph' link to the 'Graph' screen 2016-07-31 16:30:23 +02:00
prom_console.js Update example console templates to new HTTP API. 2016-07-18 20:36:47 +01:00