Darkmode hinzugefügt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user