feat: Visualize active iSCSI sessions

This commit is contained in:
2025-12-10 14:48:16 +00:00
parent 4f28dfbc11
commit 8c9d1cc8d4
8 changed files with 249 additions and 27 deletions

View File

@@ -404,6 +404,32 @@
</div>
</div>
<div class="card" style="margin-top: 1rem;">
<div class="card-header">
<h3>👥 Active Client Sessions</h3>
<button class="btn btn-primary btn-small" onclick="loadTargets()">
<span>🔄</span> Refresh
</button>
</div>
<div class="card-body">
<table class="tape-table">
<thead>
<tr>
<th>Target</th>
<th>Initiator Name (Client)</th>
<th>IP Address</th>
</tr>
</thead>
<tbody id="iscsi-sessions-body">
<!-- JS populates this -->
</tbody>
</table>
<div id="no-sessions-msg" class="alert alert-info" style="display: none; margin-top: 0.5rem;">
No active sessions found.
</div>
</div>
</div>
<div class="card" style="margin-top: 1rem;">
<div class="card-header">
<h3> Create New Target</h3>