Kategorie Log aufgewertet
This commit is contained in:
parent
fddc4defbd
commit
0f55bc9cee
3 changed files with 85 additions and 1 deletions
|
|
@ -50,7 +50,22 @@
|
|||
<a href="/log">Log</a>
|
||||
|
||||
</div>
|
||||
<div class="log-actions">
|
||||
|
||||
<a href="/log/download">
|
||||
<button type="button">
|
||||
Download
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a href="/log/delete"
|
||||
onclick="return confirm('Logdatei löschen und Backup anlegen?');">
|
||||
<button type="button">
|
||||
Löschen
|
||||
</button>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
<div class="card">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue