Module: check_mk
Branch: master
Commit: 5fa1e4bd28bc12bc64d4ec601e551d0f29319242
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5fa1e4bd28bc12…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Sep 27 16:08:45 2018 +0200
6770 Showing graph metric values at mouse position now
When moving the mouse pointer on Check_MK graphs a hover popup will be shown at
the mous position that contains the date and time of the current mouse
position together with the values of the single metrics.
Change-Id: Ib0b6089b9e6a64253066d00af2b89deaa5d36cf7
---
.werks/6770 | 12 +++
tests/integration/web/test_webapi.py | 177 +++++++++++++++++++++++++++--------
web/htdocs/js/checkmk.js | 73 ++++++++++-----
web/htdocs/themes/facelift/theme.css | 20 ++++
4 files changed, 220 insertions(+), 62 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=5fa1e4bd28…