Merge remote-tracking branch 'origin/dev'

This commit is contained in:
Flummi 2022-05-14 19:23:02 +02:00
commit ac3647aa7f
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
@include(snippets/header_admin)
<table style="width: 100%;">
<table class="table" style="width: 100%">
<thead>
<tr>
<td></td>
<td>ID</td>
@ -10,6 +11,8 @@
<td>last_used</td>
<td>last_action</td>
</tr>
</thead>
<tbody>
@each(sessions as session)
<tr>
<td>{{ session.kmsi ? '&#9875;' : '' }}</td>
@ -22,5 +25,6 @@
<td>{{ session.last_action }}</td>
</tr>
@endeach
</tbody>
</table>
@include(snippets/footer)

View File

@ -15,4 +15,5 @@
@endif
</head>
<body>
@include(snippets/navbar_admin)
@include(snippets/navbar_admin)
<div id="main">