Add latest changes
Dieser Commit ist enthalten in:
@@ -181,6 +181,7 @@
|
||||
{{ sortable_header('Gültig von', 'valid_from', sort, order) }}
|
||||
{{ sortable_header('Gültig bis', 'valid_until', sort, order) }}
|
||||
{{ sortable_header('Status', 'status', sort, order) }}
|
||||
<th>Sessions</th>
|
||||
{{ sortable_header('Aktiv', 'active', sort, order) }}
|
||||
<th>Aktionen</th>
|
||||
</tr>
|
||||
@@ -225,6 +226,11 @@
|
||||
<span class="status-aktiv">✅ Aktiv</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<span class="badge bg-info">
|
||||
{{ license.active_sessions or 0 }}/{{ license.max_concurrent_sessions or 1 }}
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<div class="form-check form-switch form-switch-custom">
|
||||
<input class="form-check-input" type="checkbox"
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren