Commit Graph

140 Commits

Author SHA1 Message Date
courtmanr@gmail.com 87dd3f4c54 refactor: Abstract common table body rendering logic to utils 2025-05-04 14:38:15 +01:00
courtmanr@gmail.com 31dce28213 refactor: Make frontend UI updates event-driven and consolidate storage data source 2025-05-04 14:38:06 +01:00
courtmanr@gmail.com aa0cda9726 Refactor: Update script includes for modular JS 2025-05-04 12:24:44 +01:00
courtmanr@gmail.com 5375bb7fc2 Refactor: Add modular JS files from app.js refactor 2025-05-04 12:24:37 +01:00
courtmanr@gmail.com 5b36e0c95d Refactor: Remove original monolithic app.js 2025-05-04 12:24:30 +01:00
courtmanr@gmail.com 80606e5437 Refactor app.js for clarity and add new functionality 2025-05-04 11:29:22 +01:00
courtmanr@gmail.com 0dfa16d623 Update index.html with new structure 2025-05-04 11:29:20 +01:00
courtmanr@gmail.com 9855b7e9b3 Update frontend files and add script 2025-05-03 20:10:33 +01:00
courtmanr@gmail.com 02a91381cb Refactor: Standardize tab structure, styling, and status text 2025-05-02 11:52:30 +01:00
courtmanr@gmail.com 922ab66498 Feat: Add search functionality to Backups tab filter 2025-05-02 11:42:15 +01:00
courtmanr@gmail.com ac5b614b9a Feat: Harmonize filter bar UI across dashboard and backups tabs 2025-05-02 11:41:34 +01:00
courtmanr@gmail.com 0b72e7ab12 fix(ui): Correct guest type check for LXC disk display
Ensure LXC containers correctly display disk usage bar by checking for type "CT" instead of "lxc".
2025-05-01 17:02:48 +01:00
courtmanr@gmail.com 6a52acf4cf refactor(ui): Remove disk column header tooltip 2025-05-01 16:36:41 +01:00
courtmanr@gmail.com ba0277b71b fix(ui): Display disk size correctly for VMs and LXCs (fixes #71)
Change VM disk display to show only total allocated size (maxdisk) due to API limitations and unreliability of guest usage reporting via /status/current. LXCs continue to show usage bars based on metrics. Adds tooltip to Disk header clarifying the difference.
2025-05-01 16:28:25 +01:00
luckman212 c4c262739b modified src/public/index.html, 2025-04-30 15:21:39 -04:00
luckman212 9b88760bc9 modified src/index.css, 2025-04-30 15:21:02 -04:00
courtmanr@gmail.com 3549524677 feat: Responsive layout improvements for header, tabs, and filters 2025-04-30 19:21:13 +01:00
courtmanr@gmail.com d84710113d fix: Re-center header logo on wider screens 2025-04-30 18:32:07 +01:00
courtmanr@gmail.com caf9313a0f feat: Sync all local changes including UI and server updates 2025-04-30 16:21:07 +01:00
courtmanr@gmail.com 8256e73cd4 Refactor: Comment out frontend PBS debug logs 2025-04-29 23:34:19 +01:00
courtmanr@gmail.com ef228eee25 Fix: Improve table layout and consistency across tabs 2025-04-29 23:24:58 +01:00
courtmanr@gmail.com f6d13779cf feat(ui): Improve PBS tab layout and health status 2025-04-29 16:46:12 +01:00
courtmanr@gmail.com 6ec4b45eae fix(ui): Correct backup health status logic for recent snapshots - Marks as OK if snapshot <3d, even if no recent task reported. 2025-04-29 10:03:53 +01:00
courtmanr@gmail.com 7c167bac74 feat(ui): Improve PBS tab readability - Parses task targets, shortens UPIDs, updates GC status display. 2025-04-29 09:57:33 +01:00
courtmanr@gmail.com 7cc8587fa8 Remove UI scale slider 2025-04-28 09:35:22 +01:00
courtmanr@gmail.com c711e4921b refactor: Move UI scale slider left of theme toggle 2025-04-27 21:06:03 +01:00
courtmanr@gmail.com ddc8c72c13 fix: Remove icon next to UI scale slider 2025-04-27 20:59:31 +01:00
courtmanr@gmail.com 7ed23f232b feat: Add UI scale slider 2025-04-27 20:58:10 +01:00
courtmanr@gmail.com 37c67bbfd6 fix: Correct ID for list grouping filter in UI update 2025-04-27 20:25:48 +01:00
courtmanr@gmail.com eab5199441 feat: Persist filter state in localStorage 2025-04-27 20:20:35 +01:00
courtmanr@gmail.com f117763264 feat: Grey out PBS/Backups tabs when PBS is unavailable 2025-04-27 17:05:32 +01:00
courtmanr@gmail.com 72255fa081 Style: Consolidate tab header styles and apply stopped style to backup tab 2025-04-27 16:27:27 +01:00
courtmanr@gmail.com ea7e1b9e94 fix: Improve display of low I/O rates 2025-04-26 23:37:40 +01:00
courtmanr@gmail.com c6109be537 fix: Handle duplicate VMIDs and bump version to 3.1.4 2025-04-26 23:32:11 +01:00
courtmanr@gmail.com 2a039b9c22 fix: Resolve PBS banner bug and build issues (fixes #55) 2025-04-26 10:20:22 +01:00
courtmanr@gmail.com 330b32b6d2 feat: Downgrade to Tailwind v3 and restore build step 2025-04-25 23:27:59 +01:00
courtmanr@gmail.com a17e6f1b3a fix: Commit correct non-purged output.css for workaround 2025-04-25 23:19:42 +01:00
courtmanr@gmail.com 8ade168d78 chore: Re-apply workaround: commit pre-built CSS and skip build step 2025-04-25 23:10:47 +01:00
courtmanr@gmail.com 55a1a2df3c revert: Remove pre-built CSS and restore build step 2025-04-25 22:55:17 +01:00
courtmanr@gmail.com 49b0d4ae09 fix: Check in pre-built CSS and skip build in install script 2025-04-25 22:50:53 +01:00
courtmanr@gmail.com 6ce1c86989 fix: Add safelist to tailwind config for dynamic classes 2025-04-25 22:40:19 +01:00
courtmanr@gmail.com 9188186886 refactor(app): Comment out verbose console logs 2025-04-24 22:05:06 +01:00
courtmanr@gmail.com 24f473cd30 build: Untrack generated output.css file 2025-04-24 21:47:42 +01:00
courtmanr@gmail.com 0cce11c851 fix(ui): Standardize all table headers to left-align (#53) 2025-04-24 21:14:41 +01:00
courtmanr@gmail.com 75db8499f0 fix(ui): Make main table header alignment consistent (#53) 2025-04-24 21:03:14 +01:00
courtmanr@gmail.com 93397140f2 fix: Align Dockerfile and server paths for LXC/Docker compatibility
- Revert server/index.js sendFile path to ../src/public

 - Modify Dockerfile to COPY assets to ./src/public
2025-04-24 20:08:02 +01:00
courtmanr@gmail.com dd5afa442f fix: Resolve UI loading issues for v3.1.2
- Add explicit SPA route handler in server/index.js

- Correct middleware order in server/index.js

- Build CSS locally and copy into Docker image

- Adjust Dockerfile to copy pre-built CSS
2025-04-24 19:37:36 +01:00
courtmanr@gmail.com 1806842148 feat(ui): Display placeholder in PBS tab when not configured 2025-04-24 18:46:56 +01:00
courtmanr@gmail.com eea67ac4d2 feat(ui): Display placeholder in PBS tab when not configured 2025-04-24 18:18:10 +01:00
courtmanr@gmail.com 16c98dea60 feat: Add specific debug log for maxcpu 2025-04-24 16:10:38 +01:00