Add latest changes

Dieser Commit ist enthalten in:
2025-07-03 20:38:33 +00:00
Ursprung 63f3d92724
Commit 6f6cde65db
129 geänderte Dateien mit 3998 neuen und 1199 gelöschten Zeilen

Datei anzeigen

@@ -367,6 +367,7 @@ function updateLicenseView(customerId, licenses) {
<th>Gültig bis</th>
<th>Status</th>
<th>Server Status</th>
<th>Sessions</th>
<th>Ressourcen</th>
<th>Aktionen</th>
</tr>
@@ -448,6 +449,11 @@ function updateLicenseView(customerId, licenses) {
<td>${license.valid_until || '-'}</td>
<td><span class="badge ${statusClass}">${license.status}</span></td>
<td>${serverStatusHtml}</td>
<td>
<span class="badge bg-info">
${license.active_sessions || 0}/${license.max_concurrent_sessions || 1}
</span>
</td>
<td class="resources-cell">
${resourcesHtml || '<span class="text-muted">-</span>'}
</td>
@@ -1086,7 +1092,7 @@ function showDeviceManagement(licenseId) {
content += `
<tr>
<td>${device.device_name}</td>
<td><small class="text-muted">${device.hardware_id.substring(0, 12)}...</small></td>
<td><small class="text-muted">${device.hardware_fingerprint.substring(0, 12)}...</small></td>
<td>${device.operating_system}</td>
<td>${device.first_seen}</td>
<td>${device.last_seen}</td>