summaryrefslogtreecommitdiffstats
path: root/web/index.html
AgeCommit message (Collapse)Author
2018-01-13prevent text selection on the charts toolbox, after double clickCosta Tsaousis (ktsaou)
2018-01-07added MemAvailable from /proc/meminfo; fixes #3241Costa Tsaousis (ktsaou)
2018-01-06added missing commaCosta Tsaousis (ktsaou)
2018-01-06increased version numberCosta Tsaousis (ktsaou)
2018-01-06move tcp active and passive opens to a separate chart; give idle jitter its ↵Costa Tsaousis (ktsaou)
own sub-menu
2018-01-04Fix icons not being consistent sizePavel Djundik
This was initially done in 9941e2f5829426f2fa9bbb9db61f9f59511673b5 but broke when icons changed to SVG version.
2017-12-26allow charts to be given a forced update-every frequencyCosta Tsaousis (ktsaou)
2017-12-24allow filtering web notification recipients on custom dashboardsCosta Tsaousis (ktsaou)
2017-12-24copy to clipboard badge URLsCosta Tsaousis (ktsaou)
2017-12-20force loading the new dashboard_info.jsCosta Tsaousis (ktsaou)
2017-12-19added btrfs alarms and dashboard infoCosta Tsaousis (ktsaou)
2017-12-17added btrfs filesystem monitoring; fixes #3095Costa Tsaousis (ktsaou)
2017-12-12restore jump to start from the alarms modalCosta Tsaousis (ktsaou)
2017-12-08add icon to section headCosta Tsaousis (ktsaou)
2017-12-08updated to fontawesome-free 5.0.0Costa Tsaousis (ktsaou)
2017-12-05allow setting a different server for all static content of the dashboard; ↵Costa Tsaousis (ktsaou)
initialize the dashboard when it is loaded on a tab that does not have focus
2017-11-30fixed dashboard issuesCosta Tsaousis (ktsaou)
2017-11-27allow snapshots to be loadedCosta Tsaousis (ktsaou)
2017-11-27dashboard scroll improvement and moreCosta Tsaousis (ktsaou)
2017-11-25allow taking multiple snapshots, one after anotherCosta Tsaousis (ktsaou)
2017-11-23the whole overlay is now clickable to restore the view of the highlighted areaCosta Tsaousis (ktsaou)
2017-11-23fix wrong url saved at the snapshots when netdata is at a path of a serverCosta Tsaousis (ktsaou)
2017-11-23cleaner implementation of global highlighted time-frameCosta Tsaousis (ktsaou)
2017-11-22let the user know we support drag and dropCosta Tsaousis (ktsaou)
2017-11-22snapshots and highlight improvementsCosta Tsaousis (ktsaou)
2017-11-20switched default compression to pako.deflate.base64, since lzstring.utf16 ↵Costa Tsaousis (ktsaou)
generates faulty data on safari
2017-11-19fix zoom flip-flop while zooming with the wheelCosta Tsaousis (ktsaou)
2017-11-19support highlighting areas right to leftCosta Tsaousis (ktsaou)
2017-11-19sync/async scrolling reworked; both are better now and their difference is ↵Costa Tsaousis (ktsaou)
clear; highlighted regions can now be printed
2017-11-19make the highlight overlay pass-through clicks and change the mouse pointer ↵Costa Tsaousis (ktsaou)
over the close button
2017-11-18restore highlighted timeframe from snapshots, overwritting the pre-existing oneCosta Tsaousis (ktsaou)
2017-11-18activate highlighted timeframe on page refreshCosta Tsaousis (ktsaou)
2017-11-18fix for scrollspy offset selecting wrong menu item; fixes #2356Costa Tsaousis (ktsaou)
2017-11-18fix the last commitCosta Tsaousis (ktsaou)
2017-11-18properly check highlights stored in snapshotsCosta Tsaousis (ktsaou)
2017-11-18rewrote the onscroll handler; supported browser passive events; dashboard ↵Costa Tsaousis (ktsaou)
are now rendered when the page has no focus, but it is scrolled
2017-11-18snapshots can be loaded repeatidly; snapshots cannot be saved while a ↵Costa Tsaousis (ktsaou)
snapshot is being saved; highlight are not remembered on snapshots
2017-11-18save highlighted timeframe in snapshotsCosta Tsaousis (ktsaou)
2017-11-18abort all chart updates before saving the snapshotCosta Tsaousis (ktsaou)
2017-11-18registry items propagate URL hash even if they are used with open in new ↵Costa Tsaousis (ktsaou)
window/tab
2017-11-18dynamic highlight of time-frames using the ALT keyCosta Tsaousis (ktsaou)
2017-11-17swap the order charts are rendered based on scroll directionCosta Tsaousis (ktsaou)
2017-11-16fixed units scaling discrepanciesCosta Tsaousis (ktsaou)
2017-11-15allow save dialog to be controlled by keyboardCosta Tsaousis (ktsaou)
2017-11-15load snapshots in pan and zoom modeCosta Tsaousis (ktsaou)
2017-11-15do not ever attempt to access the real server, when a snapshot is loadedCosta Tsaousis (ktsaou)
2017-11-15updated snapshot compression optionsCosta Tsaousis (ktsaou)
2017-11-15snapshot compression method is now selectableCosta Tsaousis (ktsaou)
2017-11-15added pako library for compressionCosta Tsaousis (ktsaou)
2017-11-14allow importing snapshots without compressionCosta Tsaousis (ktsaou)