Commit graph

381 commits

Author SHA1 Message Date
Simone Mainardi
aa639c6123 Fixes invalid chart units in community mode
Fixes #5448
2021-06-07 13:03:09 +02:00
Simone Mainardi
f27ea48a54 Replaces old warning.png with fontawesome
Fixes #5397
2021-06-04 15:38:29 +02:00
Simone Mainardi
1dce9e5842 Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist

Adds bootstrap-5.0.0

Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist

initial migration to bs v5

porting to bs5

improvements on dropdown menu filter

fixed host map dropdown

removed excessive padding

fix button toggle

re-add blog news

removed text decoration for links

fix button layout (#5348)

remove underscore from href (#5347)
2021-05-18 11:39:59 +02:00
Simone Mainardi
6ae7664de0 Fixes missing interface and host score timeseries
Fixes #5300
2021-05-12 17:17:57 +02:00
Luca Deri
19d6b74457 Host anomalies code cleanup and timeseries dump 2021-04-10 10:38:26 +02:00
Luca Deri
e44ab83111 Added score label 2021-03-08 18:35:53 +01:00
Luca Deri
7fbd283af9 Added label for interface score 2021-03-08 18:29:39 +01:00
Simone Mainardi
981f7a0572 Removes experimental code for timeseries delta 2021-02-23 19:09:07 +01:00
Simone Mainardi
d4a2c23ddb Allows num points to be specified in traffic reports
Fixes #5028
2021-02-10 13:10:50 +01:00
Simone Mainardi
279c035563 Adds colors to widgets data 2021-01-20 18:02:11 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Luca Deri
981d6e3c0f Updated traffic labels 2020-12-31 10:31:50 +01:00
Alfredo Cardigliano
d2bbffce5e Fix indentation 2020-12-29 17:50:36 +01:00
gabryon99
e35100f25c removed table responsive wrapper (#4798) 2020-12-28 18:41:21 +01:00
gabryon99
4eaedf5c75 add responsive div wrapper for necessary tables (#4681) 2020-11-06 10:50:09 +01:00
Simone Mainardi
56ac1e7ecd Adds delete of runtimeprefs.json after successful restore 2020-10-26 19:00:29 +01:00
Simone Mainardi
6ea17bd8c7 Fixes nEdge edit users link 2020-10-26 12:20:06 +01:00
Simone Mainardi
a0056ef2b7 Unifies alerted and misbehaving flows on hosts
Fixes #4596
2020-10-19 10:19:22 +02:00
Simone Mainardi
a731033e48 Fixes possible circular require in plugins 2020-10-11 19:02:06 +02:00
gabryon99
6f80b017a0 fixed a typo in community charts 2020-10-07 17:12:26 +02:00
gabryon99
ee80638073 fixed invalid graph unity (#4525) 2020-10-07 17:10:37 +02:00
gabryon99
28ac665d2a removed edit pools label
address #4503
2020-10-05 19:11:18 +02:00
gabryon99
2bac1d0e5f removed edit pool label (#4503) 2020-10-05 18:39:07 +02:00
gabryon99
a10f320918 improved alerts page looking 2020-09-17 15:00:40 +02:00
Simone Mainardi
fd72b39302 Prevents unnecessary reads of host pools in alert/graph utils
Partially addresses #4271
2020-08-18 18:11:15 +02:00
Simone Mainardi
1ae2b2d932 Refactors NtopngUtils into NtopUtils 2020-08-18 15:10:04 +02:00
Simone Mainardi
e61f9ffe68 Refactor JS code into class NtopngUtils
Implements #3735
2020-08-18 14:13:48 +02:00
gabryon99
86175b2b5b removed redundant host pool defaul inside dropdown 2020-07-30 16:13:31 +02:00
gabryon99
b83108e423 fixed Add new Pool description 2020-07-21 17:24:43 +02:00
gabryon99
849e6b1acb fixed broken link to the host pools 2020-07-21 10:34:00 +02:00
Simone Mainardi
749942c7a5 Reworks pool change dropdowns with the new lua implementation 2020-07-16 17:38:20 +02:00
gabryon99
2aea87d8b8 highlight timeframe selection in if_stats.lua 2020-07-08 11:16:28 +02:00
Simone Mainardi
5ade224d85 Implements global host pools
Implements #4086

Refactors host pools to global

Implements host pools migration

Migration fixes

nEdge changes for host pools migration

Create README.host_pools_migration.md
2020-07-01 12:02:09 +02:00
Alfredo Cardigliano
a03c2158d8 Remove useless chart with duplicated info 2020-07-01 11:54:25 +02:00
Simone Mainardi
b8eabac4ba Adds timeseries of database dumped/dropped flows 2020-06-25 15:11:46 +02:00
emanuele-f
eea288dee9 Add on-off switch template
Addresses #3513
2020-05-21 17:22:00 +02:00
emanuele-f
610e632234 Add comments/remove table.clone when not needed 2020-05-21 11:10:47 +02:00
emanuele-f
c92404757e Add interface score 2020-04-27 18:01:48 +02:00
Simone Mainardi
3744ace4f8 Refactors graph_utils and nv_graph_utils
Addresses #3720

Refactor: create module graph_utils

Refactor: get_timeseries_layout

Refactor: get_default_timeseries

Refactor: getDeviceCommonTimeseries

Refactor: printCategoryDropdownButton

Refactor: printPoolChangeDropdown

Refactor: poolDropdown

Refactor: printProtocolQuota

Refactor: printGraphTopFlows

Refactor: drawGraphs

Refactor: printNotes

Refactor: getMinZoomResolution

Refactor: printSeries

Refactor: zoom_vals

Refactor: getZoomDuration

Refactor: getZoomAtPos

Refactor: stackedProgressBars

Refactor: percentageBar

Refactor: breakdownBar

Refactor: getProtoVolume

Refactor: normalizeSeriesPoints

Refactor: nv_graph_utils

Refactor: extendLabels

Refactor: getAlertGraphLink

Refactor: performCustomQuery

Refactor: drawProGraph

Refactor: unifies nv_graph_utils and graph_utils
2020-04-10 09:47:32 +02:00
Alfredo Cardigliano
2425134f05 Replace isEnterprise with isEnterpriseM 2020-04-02 12:36:34 +00:00
emanuele-f
816cc80667 Fix script failure in community charts
Fixes #3605
2020-04-02 10:26:47 +02:00
emanuele-f
a8c049b58f Add check for possibly nil ts value
Should address #3605
2020-03-23 12:40:44 +01:00
emanuele-f
4094662148 Hide packets-related pages in nEdge
Fixes #3586
Fixes #3585
2020-03-20 17:45:38 +01:00
Simone Mainardi
e1c437ff51 Fixes active entry in dropdown menus not highlighted
Fixes #3546
2020-03-18 15:07:54 +01:00
Simone Mainardi
a28705cc11 Removes a debug print 2020-03-18 12:48:48 +01:00
Simone Mainardi
6cef43633f Fixes community y-axis labels
Fixes #3147
2020-03-18 12:46:44 +01:00
Simone Mainardi
4b8c82b924 Fixes wrong upsampling of certain dashboard data
FixesÃ#3563
2020-03-18 09:29:42 +01:00
Simone Mainardi
2597d02e03 Removes non-standard ts query function 2020-03-17 14:28:16 +01:00
emanuele-f
1ec35cadbf Fix invalid engaged/dropped alerts ts on system interface
Fixes #3556
2020-03-17 12:25:36 +01:00
gabryon99
e2dcd862b8 fix for ticket #3546 2020-03-16 17:29:33 +01:00