Commit Graph

2593 Commits

Author SHA1 Message Date
Herbert Wolverson
35b54dd121 More muted colours 2024-07-22 16:31:42 -05:00
Herbert Wolverson
6bf7c7843b Make the tables bigger and less crazy blue 2024-07-22 16:18:32 -05:00
Herbert Wolverson
e329abd6e8 Missing the vintage file from previous commit 2024-07-22 16:02:16 -05:00
Herbert Wolverson
6ff345de65 WIP: Starting to use theme colours for graphs 2024-07-22 15:40:11 -05:00
Herbert Wolverson
59b352bf64 Use primarily colours from the parent Bootstrap theme. 2024-07-22 15:08:41 -05:00
Herbert Wolverson
ffef6053e2 Fix differing dashlet heading height on combined/drop-down selector dashlets. 2024-07-22 14:05:33 -05:00
Herbert Wolverson
a42d95cd0c Support top-layer tree sankey view in the dashboard. 2024-07-22 13:43:26 -05:00
Herbert Wolverson
2ef255691c Numbers after the text on the menu. 2024-07-22 13:15:17 -05:00
Herbert Wolverson
3b272f25cd So our experimentation showed that R2Q is 10, and clamps at 200k. Scaling R2Q to always be within that range yields "too small" errors instead of "too big" errors. So some further research suggests the recommendation that the yielded quantum should be >= MTU, and < 60_000.
This patch applies that. It's being applied for testing and may be reverted.

See:

https://lartc.vger.kernel.narkive.com/NKaH1ZNG/htb-quantum-of-class-100001-is-small-consider-r2q-change
2024-07-22 10:47:19 -05:00
Herbert Wolverson
6921b0d74e Change day/night label to dark/light 2024-07-20 21:39:42 -05:00
Herbert Wolverson
879ff2970b If dark/light mode isn't explicitly set, query the browser and use its preference - and store that. 2024-07-20 21:37:48 -05:00
Herbert Wolverson
b8ecabcee8 Spacing and right-align for edit/pause buttons. 2024-07-20 21:33:25 -05:00
Herbert Wolverson
6ac1063d1a Dashboard applies fa-centerline for vertical alignment on icons. 2024-07-20 21:18:29 -05:00
Herbert Wolverson
e6d5974eaa Icons on the dashboard menu are now fixed width. 2024-07-20 21:14:25 -05:00
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