Eric Wang
44279c5069
feat: remove meaningless overview card subtext
2026-05-28 21:40:17 -04:00
Eric Wang
9f8eec25d2
refactor: remove unnecessary SWR revalidation config
2026-05-28 21:27:58 -04:00
Eric Wang
8e1729ec6f
feat: add admin overview dashboard with metrics endpoint
...
Adds /api/admin/overview returning cached aggregate metrics for servers,
nodes, capacity, addresses, backups, and ISOs, plus a refreshed admin
dashboard UI consuming it via SWR.
Refactored from #153 :
- Split OverviewService into focused per-section methods over a single
orchestrator, dropping the monolithic freshMetrics()
- Dropped the recent-activity panel and supporting index migration —
ActivityLog has no writers in the codebase, so the panel always
rendered empty
- Removed the 999.99 percent cap; overallocation is a legitimate state
and the frontend already clamps bar width
- Added capacity byte-conversion and restoring-bucket test cases
Co-Authored-By: Ajdin <AjdinDev@users.noreply.github.com >
2026-05-28 21:22:40 -04:00
Mohammad Raska
8bdecd1269
fix:unauth user access IPAM settings
2024-11-27 02:44:47 -05:00
Mohammad Raska
2181f63be1
fix:unauth user access IPAM
2024-11-27 02:29:17 -05:00
Mohammad Raska
8329e4e797
fix:unauth user access nodes
2024-11-27 02:28:38 -05:00
Mohammad Raska
c01ca604e3
fix:unauth user access users
2024-11-27 02:27:49 -05:00
Eric Wang
903ae10e0d
v4.2.3-rc.2
2024-03-15 11:19:29 -05:00
Eric Wang
68440a78ec
Fix US char validation localization
2024-03-07 21:14:14 -06:00
Eric Wang
52e9c05963
Fix US Keyboard Characters validation
2024-03-07 21:09:27 -06:00
Eric Wang
137f94a89c
Remove stray console.log
2024-02-16 09:42:25 -06:00
Eric Wang
d544501c12
Delete dead AddressController routes
2024-02-16 09:41:05 -06:00
Eric Wang
52593e47c7
Remove dangling Coterm properties
2024-02-15 16:15:09 -06:00
Eric Wang
e417e60298
Fix buggy nodes lookup in NodesMultiSelect
2024-02-04 19:07:14 -06:00
Eric Wang
855e86c02f
Finish rest of verify tls implementation
2024-01-28 11:40:26 -06:00
Eric Wang
92405f8759
Add verify_tls to REST API
2024-01-28 11:25:05 -06:00
Eric Wang
73caf89769
Remove unused Node store
2024-01-28 11:24:11 -06:00
Eric Wang
b81a251ef5
Add copy server UUID to ServersTable.tsx
2024-01-28 11:12:02 -06:00
Eric Wang
62c5193d7d
Fix wrong MiB to bytes bandwidth limit conversion
2024-01-13 15:39:27 -06:00
Eric Wang
3f42c012c1
filter servers by addressPoolId for IPAM
2023-12-22 10:59:36 -06:00
Eric Wang
3e627efdb0
add copy ID to clipboard for nodes & templates
2023-12-05 14:07:02 -06:00
Eric Wang
2e1156f242
clean http api
2023-12-05 14:07:02 -06:00
Eric Wang
bafb77b206
get Coterm working again!
2023-11-30 22:59:23 -06:00
Eric Wang
95491e39dc
Add backend support for Coterm
2023-11-29 19:27:05 -06:00
Eric Wang
764aa9ed80
Remove Axios timeout argument
2023-11-29 18:51:47 -06:00
Eric Wang
fae34af2b3
rename getNodesAllocatedTo to getAttachedNodes for address pools
2023-11-27 21:03:26 -06:00
Eric Wang
948c659681
refactor server setting route/function names to be more expressive/natural-sounding
2023-11-27 20:44:40 -06:00
Eric Wang
9750e02659
format HardwareDetailsCard.tsx
2023-11-12 01:42:18 +00:00
Eric Wang
bac71c7f02
close mobile navigation menu on navigate
2023-11-12 01:42:08 +00:00
Eric Wang
44805fd8ed
fix helpers type error
2023-11-12 01:41:36 +00:00
Eric Wang
c28294d613
indicate whether EditPoolModal is fetching attached nodes
2023-11-12 00:24:16 +00:00
Eric Wang
81f64188dc
omit value prop from multiselectform
2023-11-12 00:23:38 +00:00
Eric Wang
17284f9706
override the rightSection of Select if in loading state
2023-11-12 00:22:55 +00:00
Eric Wang
b8758dfbf5
allow NodesMultiSelect to have a loading prop
2023-11-12 00:22:13 +00:00
Eric Wang
c97b1b8bb6
remove deprecated zod functions in EditAddressModal
2023-11-12 00:22:00 +00:00
Eric Wang
665ed1b7c1
allow IP address assigned server to be nullable
2023-11-11 23:33:53 +00:00
Eric Wang
99d50a67fa
remove server migrations between nodes
2023-11-11 17:28:22 +00:00
Eric Wang
63fbdff46f
rename server deletion failed modal action button
2023-11-11 17:27:42 +00:00
Eric Wang
26db9c2525
rename server deletion failed modal action button
2023-11-11 17:25:53 +00:00
Eric Wang
d8618cbe74
resolve typo on disk overallocation field
2023-11-11 16:01:34 +00:00
Eric Wang
4d08de5642
add IPAM node allocation - NEEDS WORK!
2023-11-11 06:39:33 +00:00
Eric Wang
311aa04c0a
optimize frontend imports & complete migration admin node page migration from store context to SWR
2023-11-06 04:41:30 +00:00
Eric Wang
5889d1abb9
optimize imports project-wide
2023-11-06 04:20:25 +00:00
Eric Wang
3eb076967c
organize imports in the front end
2023-11-06 04:12:03 +00:00
Eric Wang
927896748e
so fucking much
2023-11-06 04:07:11 +00:00
Eric Wang
c2d6c03d25
idk
2023-09-02 03:51:16 +00:00
Eric Wang
f64afe2196
add ip range counting
2023-09-02 02:51:55 +00:00
Eric Wang
e965e1bd4e
add frontend support for bulk imports
2023-08-07 05:08:45 +00:00
Eric Wang
4510937d8b
add bulk address import (unfinished)
2023-08-07 01:25:37 +00:00
Eric Wang
4a621cb013
add address deleting and updating
2023-08-07 00:51:47 +00:00