datenträger + system uptime farben angepasst
This commit is contained in:
parent
08fbfc8814
commit
8456e21b28
@ -12,6 +12,22 @@ declare(strict_types=1);
|
|||||||
/** @var array<string, mixed> $serverStatus */
|
/** @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 -->
|
<!-- Content Row -->
|
||||||
<div class="d-sm-flex align-items-center justify-content-between mb-4">
|
<div class="d-sm-flex align-items-center justify-content-between mb-4">
|
||||||
<h1 class="h3 mb-0 text-gray-800">Server-Dashboard</h1>
|
<h1 class="h3 mb-0 text-gray-800">Server-Dashboard</h1>
|
||||||
@ -106,11 +122,11 @@ declare(strict_types=1);
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Disk C: / Root -->
|
<!-- Disk C: / Root -->
|
||||||
<div class="col-xl-3 col-md-6 mb-4">
|
<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="card-body">
|
||||||
<div class="row no-gutters align-items-center">
|
<div class="row no-gutters align-items-center">
|
||||||
<div class="col mr-2">
|
<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
|
Datenträger C: / Root
|
||||||
</div>
|
</div>
|
||||||
<div class="h5 mb-0 font-weight-bold text-gray-800">
|
<div class="h5 mb-0 font-weight-bold text-gray-800">
|
||||||
@ -127,11 +143,11 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
<!-- Uptime -->
|
<!-- Uptime -->
|
||||||
<div class="col-xl-3 col-md-6 mb-4">
|
<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="card-body">
|
||||||
<div class="row no-gutters align-items-center">
|
<div class="row no-gutters align-items-center">
|
||||||
<div class="col mr-2">
|
<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
|
System Uptime
|
||||||
</div>
|
</div>
|
||||||
<div class="h5 mb-0 font-weight-bold text-gray-800">
|
<div class="h5 mb-0 font-weight-bold text-gray-800">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user