Commit graph

642 commits

Author SHA1 Message Date
emanuele-f
c6b43f1af3 Pass client timezone as a cookie to properly format time 2020-04-15 17:44:08 +02:00
Simone Mainardi
32b5cecf7d Removes hardcoded RTT plugin in menu as was breaking entries 2020-04-13 19:00:57 +02:00
Luca Deri
f7b1e7d689 Initial work for widget implementation 2020-04-13 14:24:50 +02:00
emanuele-f
05a4e3cf84 Change RTT to Active Monitoring 2020-04-10 18:21:41 +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
emanuele-f
d0ba121a5e Rework flows table update
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.

Closes #3660
2020-04-07 16:56:14 +02:00
Simone Mainardi
c76a66193a Adds contextual help links
Extends #3653
2020-04-06 19:59:24 +02:00
Simone Mainardi
bb33e2f740 Allow system interface search for SNMP devices
Implements #3666
2020-04-06 19:35:10 +02:00
gabryon99
792a542c41 added print_page_title on each page 2020-04-06 10:35:57 +02:00
gabryon99
c6e9f6ffef text dark for notifications 2020-04-03 19:56:10 +02:00
gabryon99
e8b1c7b192 reworker blog notification system 2020-04-03 17:12:43 +02:00
gabryon99
633ee3096d reworked blog notifications
now the notification are stored in redis and not anymore in browser local storage
2020-04-02 23:04:03 +02:00
Alfredo Cardigliano
2425134f05 Replace isEnterprise with isEnterpriseM 2020-04-02 12:36:34 +00:00
gabryon99
17268a4c60 fix broken switch interface for non admin user
fix #3688
2020-04-02 08:24:22 +02:00
emanuele-f
e06ae0a51b Fix bad selected menu item for user scripts config page 2020-04-01 17:06:16 +02:00
gabryon99
662ac8cd62 moved up license expired badge (inside the navbar)
fix #3625
2020-03-31 23:09:16 +02:00
Luca Deri
a3e7d8cde1 Fixes #3646 2020-03-30 16:27:14 +02:00
gabryon99
953c6cd40f fix fort ticket #3622, removed debug logs 2020-03-30 11:44:20 +02:00
gabryon99
e486d05058 implemented blog notification per users 2020-03-27 17:46:13 +01:00
emanuele-f
9c404e3b30 Restore ntopng major version check
Closes #3648
2020-03-27 11:58:33 +01:00
gabryon99
cbeb73f890 fix for blog notifications 2020-03-26 18:05:36 +01:00
gabryon99
6d66d9e744 fixed issue #3638 2020-03-26 17:21:39 +01:00
gabryon99
9e327665a6 fix order menu help 2020-03-26 16:56:35 +01:00
gabryon99
c8465b5717 fix for ticket #3640 and add suggest feature link 2020-03-26 16:52:49 +01:00
emanuele-f
770ae697b2 Fix ntopng updates broken with italian language
Js strings must be enclosed in double quotes to prevent these errors.
2020-03-25 16:11:08 +01:00
gabryon99
28d5da945d fix on showing blog posts notification 2020-03-25 08:32:00 +01:00
emanuele-f
60da5a0c13 Blog notifications fix 2020-03-24 17:12:41 +01:00
gabryon99
3208fd24ab Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-24 12:39:28 +01:00
gabryon99
ce0e3d2d11 fix for system view 2020-03-24 12:39:08 +01:00
emanuele-f
e59a787938 Fix for system interface name 2020-03-24 12:17:52 +01:00
gabryon99
7479582210 fix system view and add rtt host from host_details 2020-03-23 17:38:22 +01:00
gabryon99
5eff6713d3 fix for ticket #3609 2020-03-23 12:35:23 +01:00
emanuele-f
f5ea87910a Fix bad RTT timeseries metric and avoid HTTP 100
Should address #3603
2020-03-23 11:58:30 +01:00
gabryon99
6de4b249b0 localized blog section 2020-03-23 11:09:32 +01:00
gabryon99
84254e69a4 refactored new system interface logic 2020-03-23 11:03:40 +01:00
gabryon99
b1251aef5f created blog notification 2020-03-22 23:52:59 +01:00
gabryon99
49c01bffb0 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-21 15:57:51 +01:00
gabryon99
26ba1c4df2 fix for system view 2020-03-21 15:56:02 +01:00
emanuele-f
a102fcaeb9 Hide Developer menu in OEM mode
Fixes #3580
2020-03-20 17:49:23 +01:00
emanuele-f
a620c4a75c Fix product name in localized message
Fixes #3587
2020-03-20 17:29:07 +01:00
emanuele-f
a214510baa Add RTT user friendly information
Closes #3567
2020-03-20 16:41:00 +01:00
Luca Deri
0c5393e2b8 Used inteface description on Win menu 2020-03-20 14:23:59 +01:00
gabryon99
c6bccd007b fixed switching 2020-03-19 20:13:13 +01:00
emanuele-f
9e5f89dd61 Hide automatic updates prefs on windows and when running from cli
Fixes #3572
2020-03-19 12:18:55 +01:00
emanuele-f
ee2bf7033e Hide backup/restore in Windows
Fixes #3578
2020-03-19 12:11:59 +01:00
emanuele-f
44a07d555b Implement RTT export/import/reset 2020-03-18 15:56:43 +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
b4e6af047a Reworks maintenance expired message
Fixes #3535
2020-03-18 11:55:43 +01:00
Simone Mainardi
a024e7d73f Fixes to hide zero items in the menubar 2020-03-18 10:37:38 +01:00
emanuele-f
ee17475cc5 Fix ntopng references for oem 2020-03-17 18:00:40 +01:00