Commit Graph

2629 Commits

Author SHA1 Message Date
Herbert Wolverson
8ca12f5baf Remove the "dashboard" link since the logo already goes there. 2024-07-20 21:13:03 -05:00
Herbert Wolverson
c8982c7054 This time with the XDP bridge warning emitter on the correct line. 2024-07-20 21:10:06 -05:00
Herbert Wolverson
35dc944158 Dashboard now runs the quick sanity check and alerts if there are any issues detected. The XDP bridge auto-disabling error from the log file is also displayed as a dashboard entry (it self-corrects, but should be fixed by the user) 2024-07-20 10:42:41 -05:00
Herbert Wolverson
997e3439ca Merge branch 'develop' into user_interface_2 2024-07-20 09:43:21 -05:00
Herbert Wolverson
ec557dee78 Dark/Light now toggles graphs correctly. 2024-07-20 09:13:17 -05:00
Jarosław Kłopotek - INTERDUO
dffd5e1a33
fix: removed doubled check "is lqosd running" (#514) 2024-07-20 08:50:35 -05:00
Jarosław Kłopotek - INTERDUO
cb76da2973 build_rust.sh: restart lqos_scheduler after build_rust.sh 2024-07-20 08:41:42 -05:00
Herbert Wolverson
5e6e306030 Merge branch 'interduo-patch-39' into develop 2024-07-20 08:23:10 -05:00
Herbert Wolverson
4b05efe394 The edit button toggles between an edit and finish edit button now. 2024-07-20 07:58:13 -05:00
Herbert Wolverson
0735f46e1e Typo in previous commit 2024-07-19 16:19:54 -05:00
Herbert Wolverson
0580d2ddfa For consistency, scale nanos RTT in the same way 2024-07-19 16:19:10 -05:00
Herbert Wolverson
d6ecea8d37 Mostly worked - now show the correct country! 2024-07-19 15:56:02 -05:00
Herbert Wolverson
46388916c3 RTT calculations for country endpoints were off on larger systems, due to using a MEAN and overflowing. Instead use a median, which doesn't have that problem. 2024-07-19 15:46:05 -05:00
Herbert Wolverson
2eded8c933 EXPERIMENT: RTT histogram goes to 500ms 2024-07-19 15:15:53 -05:00
Herbert Wolverson
bba68b9a19 Add UISP integration option to ignore generated capacities from APs. 2024-07-19 14:47:15 -05:00
Herbert Wolverson
d5c5ee2cc1 Tighten up spacing on edit/pause/spacing 2024-07-19 14:30:23 -05:00
Herbert Wolverson
716b0d41f1 Make the logic more obvious on the slow dashboard mode. 2024-07-19 14:14:10 -05:00
Herbert Wolverson
ec1476b83c Cadence and pause for the World Tree 2024-07-19 14:11:51 -05:00
Herbert Wolverson
f4684b0678 Preliminary dashlet pause and cadence selection. 2024-07-19 14:06:14 -05:00
Herbert Wolverson
185ad8c424 Now with a valid style designator for RTT 2024-07-19 12:34:57 -05:00
Herbert Wolverson
5afec727e8 Now with a valid style designator for RTT 2024-07-19 12:33:57 -05:00
Herbert Wolverson
aeae94cfcc An attempt at improving readability. 2024-07-19 12:32:59 -05:00
Herbert Wolverson
3c2139be6a Fixup a few unused JS imports 2024-07-19 11:57:25 -05:00
Herbert Wolverson
564c266792 This should re-allow anonymous users on systems that have that permission set. 2024-07-19 11:32:01 -05:00
Herbert Wolverson
6609f397eb Clicking links for reparenting now works, too. 2024-07-19 11:11:20 -05:00
Herbert Wolverson
f004f1ad8a You can click a node in the all tree to limit the top of the view. 2024-07-19 10:56:58 -05:00
Herbert Wolverson
a5042220ce Tree Overview now supports a "max depth" control. 2024-07-19 09:44:49 -05:00
Herbert Wolverson
4ecf968acc Very low interval times on the cake watcher were causing issues. The underlying data updates at the specified speed (with a server-side ringbuffer), so delay the update speed to maintain reasonable server load. 2024-07-19 09:34:47 -05:00
Herbert Wolverson
27b84e2425 Don't show "loading" for ping times for devices. 2024-07-19 09:31:49 -05:00
Herbert Wolverson
c1989e2696 Minor HTML correctness tweaks. 2024-07-19 09:30:27 -05:00
Herbert Wolverson
661d6fac90 Display the current VERSION_STRING on the copyright line at the bottom. 2024-07-19 09:11:16 -05:00
Herbert Wolverson
87257df5ad Prevent duplicate channel subscription. 2024-07-19 08:52:45 -05:00
Herbert Wolverson
bcd7842755 Change display on tables from (circuit) (ip) to just the circuit name if known. 2024-07-19 08:38:30 -05:00
Herbert Wolverson
527b5327a9 Cleanup some dead code.
Add a default dashboard that looks a bit like the 1.4 version in terms of content.
2024-07-18 14:36:12 -05:00
Herbert Wolverson
03bb955e28 Forgot to make some dashboard links to customers redactable. 2024-07-18 13:56:38 -05:00
Herbert Wolverson
0235b2e657 This should be a working, more resilient ticker system. I'd forgotten to await my futures. 2024-07-18 13:35:21 -05:00
Herbert Wolverson
0c74ee56c3 Ticker system isn't working - this is a push to add some diagnostics 2024-07-18 13:12:10 -05:00
Herbert Wolverson
a6c527bdb0 Rework the ticker system for improved resilience. (Fixes previous commit that was pushed too early by mistake) 2024-07-18 12:57:59 -05:00
Herbert Wolverson
45e4295055 Rework the ticker system for improved resilience. 2024-07-18 12:54:21 -05:00
Herbert Wolverson
3e7e42f5e5 Big oops: we had flow rate the wrong upload/download direction! 2024-07-18 12:40:13 -05:00
Herbert Wolverson
524a2a9957 Put RTT 3d Histo at the bottom if you pick "one of each" 2024-07-18 12:21:41 -05:00
Herbert Wolverson
db2c980cbe Improved ns scale RTT display. 2024-07-18 12:20:03 -05:00
Herbert Wolverson
c204ca2c4a Sort IP protocols and countries by DOWNLOAD not upload. Oops. 2024-07-18 12:12:43 -05:00
Herbert Wolverson
b6cb7614d6 Adjust sizing on some dash tables. 2024-07-18 12:06:46 -05:00
Herbert Wolverson
843f27faec Use the same visuals for top flows by rate as for top flows by bytes. 2024-07-18 12:03:06 -05:00
Herbert Wolverson
4bd6b42804 Redefine tiny to actually be tiny 2024-07-18 11:54:02 -05:00
Herbert Wolverson
f28bc780de String scaling 2024-07-18 11:52:59 -05:00
Herbert Wolverson
1fe97c7195 Add Dave's Ramen begging toast. 2024-07-18 11:50:57 -05:00
Herbert Wolverson
685b65787d Number scaling 2024-07-18 11:49:08 -05:00
Herbert Wolverson
4b1ec268d5 RTT wasn't displaying correctly. 2024-07-18 11:48:02 -05:00