master #50
@@ -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 ? '⚓' : '' }}</td>
 | 
			
		||||
@@ -22,5 +25,6 @@
 | 
			
		||||
  <td>{{ session.last_action }}</td>
 | 
			
		||||
</tr>
 | 
			
		||||
@endeach
 | 
			
		||||
</tbody>
 | 
			
		||||
</table>
 | 
			
		||||
@include(snippets/footer)
 | 
			
		||||
@@ -15,4 +15,5 @@
 | 
			
		||||
  @endif
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  @include(snippets/navbar_admin)
 | 
			
		||||
  @include(snippets/navbar_admin)
 | 
			
		||||
  <div id="main">
 | 
			
		||||
		Reference in New Issue
	
	Block a user