master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit ac3647aa7f - Show all commits

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

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