mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
5e974d3170
* Fix context for the showWarning function If the difference between the current time on a client and time on a server is quite big, Prometheus tries to show a related warning in UI on the Graph tab. But in the code, an incorrect context is used to invoke this method. As a result, an error is showed in the web developer console and the whole page stop working at all. This commit fixes the context. CC @juliusv Signed-off-by: Vyacheslav Kulakov <vkulakov@swiftserve.com> * Fix context for the showWarning function Fixed assets CC @juliusv Signed-off-by: Vyacheslav Kulakov <vkulakov@swiftserve.com> |
||
---|---|---|
.. | ||
api | ||
ui | ||
federate.go | ||
federate_test.go | ||
web.go | ||
web_test.go |