develop #28

Merged
blaerf merged 83 commits from develop into main 2025-12-17 14:28:04 +00:00
Showing only changes of commit 8456e21b28 - Show all commits

View File

@ -12,6 +12,22 @@ declare(strict_types=1);
/** @var array<string, mixed> $serverStatus */
?>
<style>
/* Custom Farben für Dashboard-Karten */
.border-left-purple {
border-left: 0.25rem solid #6f42c1 !important;
}
.text-purple {
color: #6f42c1 !important;
}
.border-left-amber {
border-left: 0.25rem solid #ff9800 !important;
}
.text-amber {
color: #ff9800 !important;
}
</style>
<!-- Content Row -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Server-Dashboard</h1>
@ -106,11 +122,11 @@ declare(strict_types=1);
<div class="row">
<!-- Disk C: / Root -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-secondary shadow h-100 py-2">
<div class="card border-left-purple shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-secondary text-uppercase mb-1">
<div class="text-xs font-weight-bold text-purple text-uppercase mb-1">
Datenträger C: / Root
</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">
@ -127,11 +143,11 @@ declare(strict_types=1);
<!-- Uptime -->
<div class="col-xl-3 col-md-6 mb-4">
<div class="card border-left-dark shadow h-100 py-2">
<div class="card border-left-amber shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-dark text-uppercase mb-1">
<div class="text-xs font-weight-bold text-amber text-uppercase mb-1">
System Uptime
</div>
<div class="h5 mb-0 font-weight-bold text-gray-800">