149 Commits

Author SHA1 Message Date
headlessdev
5c2b348c27 Server Link Fix 2025-04-23 20:16:40 +02:00
headlessdev
c8247a8ee0 Fix VM View 2025-04-23 20:14:06 +02:00
headlessdev
6ced93722c Fix Trash Button color 2025-04-23 19:51:42 +02:00
headlessdev
5cfd951f28 Server card full width 2025-04-23 19:51:21 +02:00
headlessdev
6acba7172c Add more spacing to the status indicator 2025-04-23 19:49:51 +02:00
headlessdev
6e7ff512ad Fix edit und delete buttons 2025-04-23 19:49:14 +02:00
headlessdev
2b90e9b580 Update ServerDetail component to use full width for usage indicators, enhancing layout consistency for CPU, RAM, and Disk usage displays. 2025-04-23 19:36:17 +02:00
headlessdev
02c5128fae Put Status indicator in the top right corner 2025-04-23 19:35:13 +02:00
headlessdev
c82a527ae4 Add spanGaps option to chart datasets for CPU, RAM, and Disk in ServerDetail component 2025-04-23 19:31:10 +02:00
headlessdev
0c9a7670fc Fix card spacing 2025-04-23 19:25:51 +02:00
headlessdev
a214d41f0c Disable legend view in charts 2025-04-23 19:24:09 +02:00
headlessdev
443581d676 Fix chart y-axis 2025-04-23 19:21:56 +02:00
headlessdev
577a577350 Change N/A to - in Server view 2025-04-23 19:20:30 +02:00
headlessdev
cd8379407a Refactor ServerDetail component to improve chart configuration and cleanup logic. Added common chart options for CPU, RAM, and Disk usage, ensuring consistent y-axis settings. Updated time range selection for better clarity and usability. 2025-04-23 19:16:49 +02:00
headlessdev
4e58dc5a0b Server History Page 2025-04-23 18:55:45 +02:00
headlessdev
4381f20146 Fixed custom server icons not visible in dark mode 2025-04-23 14:15:37 +02:00
headlessdev
5b411b9f3d Fix spacing in Pushover add notifcation 2025-04-21 15:39:10 +02:00
headlessdev
1063072757 Pushover Placeholders 2025-04-21 15:35:38 +02:00
headlessdev
27a63a9025 Add Pushover Configuration to frontend 2025-04-21 15:31:38 +02:00
headlessdev
d51908b48d Add pushover to notification add api 2025-04-21 15:28:36 +02:00
headlessdev
ce9bdadb69 Delete server_history of a server on server deletion 2025-04-21 15:20:10 +02:00
headlessdev
21dd61c597 Update notification text handling in API and dashboard to support separate application and server notification texts. 2025-04-21 13:22:40 +02:00
headlessdev
f47e22fe27 Dashboard UI Fix 2025-04-21 13:11:37 +02:00
headlessdev
809bf19eb4 Grid/List View Pagination Fix 2025-04-21 12:56:32 +02:00
headlessdev
a1a5e5e299 Updated Status indicator 2025-04-21 12:40:55 +02:00
headlessdev
df2c788b0b periodic monitoring data updates from the server API. 2025-04-21 12:27:18 +02:00
headlessdev
ded9149466 Copy Server Function 2025-04-21 00:13:27 +02:00
headlessdev
f40e588e7d sample Docker Compose configuration for Glances 2025-04-20 23:39:54 +02:00
headlessdev
fdbac4ebff Enhance Servers component by adding a "No host server" option in the server selection dropdown, updating state management to handle monitoring settings based on selected host server, and introducing a new "Hardware Information" section for better organization of server details. 2025-04-20 23:34:57 +02:00
headlessdev
456f40dab2 Updated Status indicator on Server card 2025-04-20 23:25:35 +02:00
headlessdev
ca81165a1c Enhance Servers component with detailed resource usage metrics display, including CPU, RAM, and Disk usage indicators, and update server icon to LucideServer. 2025-04-20 23:19:58 +02:00
headlessdev
4a647ac19b Add monitoring fields to server add and edit routes, including monitoring status and URL in request handling. 2025-04-20 17:10:26 +02:00
headlessdev
d1549bf096 Add monitoring functionality to Servers component, including state management for monitoring settings and a new monitoring tab in the UI. 2025-04-20 17:09:33 +02:00
headlessdev
7d49baee6b Update server count query to filter by hostServer set to 0 and null to fix pagination 2025-04-19 16:20:59 +02:00
headlessdev
ceb10a2ffe Update server name display to conditionally include an icon indicator for better visual context. 2025-04-19 16:18:44 +02:00
headlessdev
7986737e0e Update Applications component layout by adjusting width of URL buttons and refining button labels for clarity. 2025-04-19 16:15:56 +02:00
headlessdev
f6debb1629 AAdjusted server name display to include an icon indicator and refined button alignment for management URL access. 2025-04-19 16:12:41 +02:00
headlessdev
8259563c33 Refactor Servers component to improve code readability and structure. Removed unused imports, standardized import statements, and updated state variable declarations for consistency. Enhanced icon selection functionality in the server editing interface. 2025-04-19 15:58:48 +02:00
headlessdev
3580f7f640 Add icon field to AddRequest and EditRequest interfaces, and update Dashboard component to support icon selection and display. Enhanced server creation and editing functionality with icon integration. 2025-04-19 15:46:01 +02:00
headlessdev
b42c1a45cc Refactor Servers component by removing unused imports and cleaning up code structure 2025-04-19 15:07:34 +02:00
headlessdev
86d48bc082 VMs are now shown in the search results 2025-04-19 14:39:02 +02:00
headlessdev
44817d6685 Adjust flowchart spacing constants for improved layout and readability 2025-04-19 14:26:42 +02:00
headlessdev
016c9a2562 Remove color styling from server count display in Dashboard 2025-04-19 13:24:08 +02:00
headlessdev
b835ded157 Add notification type descriptions and icons for Gotify and Ntfy in Settings component 2025-04-19 13:21:39 +02:00
headlessdev
016d52fa1b Remove Bell icon from Add Notification Channel button in Settings component 2025-04-19 13:20:47 +02:00
headlessdev
2b8f7a95d2 Add Gotify and Ntfy configuration fields to Settings component for enhanced notification options 2025-04-19 13:20:04 +02:00
headlessdev
300547e59e Add Gotify and ntfy fields to AddRequest interface and update POST method to handle new notification types 2025-04-19 13:11:18 +02:00
headlessdev
2a910c165e Add disabled state and warning message for host server checkbox in Dashboard 2025-04-19 00:29:45 +02:00
headlessdev
6412cbaf1c Filter out the currently edited server from the host server selection in the Dashboard component for improved user experience. 2025-04-19 00:28:22 +02:00
headlessdev
d9304001fe Fix ScrollArea width in Dashboard server card for better layout consistency 2025-04-19 00:20:38 +02:00