Darkmode hinzugefügt

This commit is contained in:
Erik Thiele
2026-05-19 22:42:53 +02:00
parent 3b89f9c609
commit df98b6d57f
4 changed files with 208 additions and 6 deletions

View File

@@ -69,7 +69,7 @@
<div class="card-header">
<h2 class="card-title"><i class="ti ti-users me-1"></i>User</h2>
</div>
<div class="table-responsive table-wrap">
<div class="table-responsive table-wrap card-table-shell">
{% if users %}
<table class="table table-vcenter card-table">
<thead>
@@ -126,7 +126,7 @@
<div class="card-header">
<h2 class="card-title"><i class="ti ti-history me-1"></i>Letzte Bewegungen</h2>
</div>
<div class="table-responsive table-wrap">
<div class="table-responsive table-wrap card-table-shell">
{% if transactions %}
<table class="table table-vcenter card-table">
<thead>
@@ -165,7 +165,7 @@
<div class="card-header">
<h2 class="card-title"><i class="ti ti-file-text me-1"></i>Letzte Logeintraege</h2>
</div>
<div class="table-responsive table-wrap">
<div class="table-responsive table-wrap card-table-shell">
{% if recent_logs %}
<table class="table table-vcenter card-table">
<thead>