add client.machineIp

This commit is contained in:
ElevenNotes
2025-02-19 11:05:54 +01:00
parent 23ea81077b
commit 0cc9bf714a

View File

@@ -54,6 +54,7 @@ th {
<tr>
<th>Client ID</th>
<th>Machine Name</th>
<th>Machine IP</th>
<th>Application ID</th>
<th><abbr title="Stock Keeping Unit">SKU</abbr> ID</th>
<th>License Status</th>
@@ -67,6 +68,7 @@ th {
<tr>
<th><pre class="clientMachineId">{{ client.clientMachineId }}</pre></th>
<td class="machineName">{{ client.machineName }}</td>
<td>{{ client.machineIp }}</td>
<td>{{ client.applicationId }}</td>
<td>{{ client.skuId }}</td>
<td>{{ client.licenseStatus }}</td>