Skip to content

Commit aadd4af

Browse files
committed
RDP
1 parent 59fe65f commit aadd4af

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

api/src/main/resources/templates/sso/enclaves/list_servers.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@ <h3>Assigned SSH Servers</h3>
137137
<!-- Data will be dynamically loaded here -->
138138
</tbody>
139139
</table>
140+
</table>
141+
<h3>Assigned RDP Servers</h3>
142+
<table id="rdp-table" class="display" style="width:100%">
143+
<thead>
144+
<tr>
145+
<th>System Name</th>
146+
<th>Hostname</th>
147+
<th>Host Enclave</th>
148+
<th>User</th>
149+
<th>Operations</th>
150+
</tr>
151+
</thead>
152+
<tbody>
153+
<!-- Data will be dynamically loaded here -->
154+
</tbody>
155+
</table>
140156
<h3>Available Agents</h3>
141157
<table id="agent-table" class="display" style="width:100%">
142158
<thead>

0 commit comments

Comments
 (0)