Log-Viewer hinzugefügt
This commit is contained in:
parent
9d3983060d
commit
6af2aab851
@ -31,7 +31,7 @@ declare(strict_types=1);
|
||||
<h6 class="m-0 font-weight-bold text-primary">Filter</h6>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="get" action="index.php">
|
||||
<form method="get" action="../index.php">
|
||||
<input type="hidden" name="route" value="logs">
|
||||
|
||||
<div class="form-row">
|
||||
@ -99,7 +99,7 @@ declare(strict_types=1);
|
||||
<div class="card-header py-3 d-flex align-items-center justify-content-between">
|
||||
<h6 class="m-0 font-weight-bold text-primary">Einträge (neueste unten)</h6>
|
||||
<a class="btn btn-sm btn-outline-secondary"
|
||||
href="index.php?route=logs&file=<?php echo urlencode((string)$selectedFile); ?>&level=<?php echo urlencode((string)$filterLevel); ?>&q=<?php echo urlencode((string)$searchQuery); ?>&lines=<?php echo (int)$lines; ?>">
|
||||
href="../index.php?route=logs&file=<?php echo urlencode((string)$selectedFile); ?>&level=<?php echo urlencode((string)$filterLevel); ?>&q=<?php echo urlencode((string)$searchQuery); ?>&lines=<?php echo (int)$lines; ?>">
|
||||
Refresh
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user