Commit graph

36 commits

Author SHA1 Message Date
Matteo Biscosi
260e3dd736 Fixes button disabled attribute not removed (#5385) 2021-05-20 15:50:46 +02:00
gabryon99
19a6559b25 removed pie chart custom edits 2020-10-30 11:52:02 +01:00
gabryon99
7e26696299 improved percentage labels inside pie charts 2020-10-29 16:10:16 +01:00
Simone Mainardi
80ab7b96d4 Handles text and json in pie charts
Fixes #4032
2020-06-11 16:51:08 +02:00
Alfredo Cardigliano
192a043ae5 Remove iface_ndpi_stats.lua (use the REST API) 2020-05-28 11:21:43 +02:00
Gabriele Pappalardo
9ae15b7cf0 Sidebar (#3331)
* add sidebar, edit menu, footer pages

* fixed sidebar, responsive sidebar

* fxed effects

* dark sidebar mode, gui fixes for sidebar

* toggle theme button and add padding to menu

* fixed padding too large

* bug fixing

* navbar fixed on top

* sidebar fixing

* sidebar fixes

* add more space for menus

* fix improving

* sidebar fixes for responsive

* sidebar improving

* fix for mac os

* responsive fix

* fixes

* sidebar fixes

* sidebar fixes

* sidebar fixes

* sidebar fixes

* sidebar fixes for responsive

* sidebar fixes

* sidebar.js inside makefile

* fixed padding

* fixes

* fixed sidebar scrollbar for firefox, add a little animation for the "n" inside the logo

* removed long_lived

* fixed color for bottom border

* removed bottom border when sidebar is open
2020-01-28 14:57:04 +01:00
Simone Mainardi
38facb051a Adds sortable Score column to flows list 2020-01-16 17:09:46 +01:00
gabryon99
4a65627780 add js files for datatable plugin 2019-12-28 16:00:53 +01:00
Simone Mainardi
ba99f74a90 Bootstrap migration to new tempusdominus datetimepicker 2019-12-05 09:27:47 +01:00
Simone Mainardi
9f0cf29d55 Fixes CPU load chart axes and units
Implements #3023
2019-11-04 15:50:29 +01:00
emanuele-f
b47e4cc071 IE9 chart page fixes 2019-10-09 10:54:44 +02:00
emanuele-f
0bc0e91a40 Add float scale for chart with max value smaller than 1
Fixes #2868
2019-09-20 15:05:18 +02:00
Alfredo Cardigliano
30599de10e Fix do_pie: do not show 100% label when there is no value 2019-09-12 18:54:49 +02:00
Simone Mainardi
74c545d079 Uses stats rather than grouped hosts data for network stats 2019-08-19 17:39:51 +02:00
emanuele-f
09fb8667e2 Add ability to disable specific alert types on alertables 2019-07-22 23:37:23 +02:00
Alfredo Cardigliano
328c8a7084 Double pie chart udpate call to fix chart drawing on page load 2019-07-11 17:31:52 +02:00
Alfredo Cardigliano
b3a35ef2d4 Sorting Pie Chart items by label to avoid shuffling content on every update 2019-07-11 17:27:01 +02:00
emanuele-f
f9e3edb19b Make RSI 50 when series difference is 0 2019-02-13 14:06:50 +01:00
emanuele-f
cbb21f000c Remove unused js/css files 2018-12-20 18:15:58 +01:00
Simone Mainardi
128dbd086a Adds VLAN support to nIndex queries 2018-10-29 19:25:01 +01:00
emanuele-f
bc597e4cd1 Add experimental binary-indicators library
Can be enabled by passing showall=true to timeseries page
2018-09-04 19:15:36 +02:00
emanuele-f
cacbdaa9e7 Fix compatibility with ntopng 3.4 RRD format 2018-08-13 18:41:45 +02:00
emanuele-f
c8ea6ce76d Improve custom charts 2018-08-09 16:33:55 +02:00
emanuele-f
5761f6305c Charts fixes and improvements
- Fix chart bounds on initial zoom
- Do not show zoom selection if zoom is disabled
- Improve customized charts
- Fix zoom out button position and use it as zoom reset
- Improve chart colors
- Remove charts border to prevent visualization issues
- Facilitate zoom after at the right chart bound
2018-08-08 18:46:46 +02:00
emanuele-f
43e77c7cf3 Fix second axix format 2018-08-07 17:45:42 +02:00
emanuele-f
d75a3f01d1 Fix js errors with IE browser 2018-08-05 15:00:56 +02:00
emanuele-f
720c7589aa Chart zoom improvements:
- Max allowed zoom
- Hide zoom button when not zoomed
- Fix zoom out range
2018-08-03 12:28:57 +02:00
emanuele-f
6e631677b8 Improve charts stroking by preventing aliasing 2018-08-01 18:20:48 +02:00
emanuele-f
91d27411a3 Charts animations improvements 2018-08-01 16:15:46 +02:00
emanuele-f
d3b76d2a72 Integrate ASAP smoothing for trend line 2018-07-30 18:54:52 +02:00
emanuele-f
2485f173de Improve pro charts visualization
- Fix legend width
- Fix zoom scale not reset
- Fix dotted hover points
- Implement periodic chart refresh
2018-07-18 18:57:18 +02:00
Emanuele Faranda
4cbe45a948
New pro charts features and timeseries api (#1865)
* Integrate modified nvd3 library with zoom and multicharts working support

* Fix count in RRD driver

* Initial chart ajax migration

* Update nvd3 with zoom stack support

* Fix RRD listSeries with directories

* Work in progress graphs

* Compatibility fix

* Initial support for schema based api

* Add missing script

* Fix listSeries for existance check

* Implement topk timseries api

* Implement topk queries and fix labels and formats

* Migrate interface top sender and receivers

* Migrate charts to new API

* Move timeseries list for menu inside respective scripts

* Add support for extended labels

* Fix missing fields while chaning graph resolution

Also Rename drawRRD in drawGraphs

* Fix historical tabs

* Add missing time fence in influx topk

* Add graphs support for custom statistics visualization

* Initial support for graphs statistics footer

* Implement statistics in single graphs for RRD driver

* Move sampling function into the driver and fix graph statistics

* Fix max/min value offset

* Implement influxdb sampling use built-in FILL

* Implement stats and total serie in influxdb driver

* Update nvd3 with multiChart fixes

* Update nvd3 with new multiChart fixes

* RRD driver fixes

* Move metrics type from single metric to schema

* Handle ajax errors and empty data in charts

* Fix flow device interfaces graphs

* Use timeserie label as timeseries dropdown text

* Implement topk aggregation into one data serie

* ts_utils module now provides all the schemas

* Migrate ntop.exist(rrd) to ts_utils.exist

* Fix timeseries dropdown label

* L4 protos fixes for charts

* Migrate getProtoVolume to new API

* Integrate nvd3 fix for tooltip position

* Initial community graphs migration to timseries API

* Fix community timeseries dropdown and historical tabs

* Hide total serie by default

* Remove l4 protos from topk charts
2018-07-18 15:09:19 +02:00
Luca Deri
f691d4c442 Improved time formatting 2018-05-09 09:13:05 +02:00
emanuele-f
b524106303 Search mac into SNMP port cache when an exact mac address is provided in host search bar 2018-04-03 23:30:14 +02:00
Luca Deri
de1afc1c00 Update JS maps 2017-11-24 17:48:15 +01:00
Luca Deri
15f6c07311 Minified files 2017-11-24 17:46:22 +01:00