We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fe65f commit aadd4afCopy full SHA for aadd4af
api/src/main/resources/templates/sso/enclaves/list_servers.html
@@ -137,6 +137,22 @@ <h3>Assigned SSH Servers</h3>
137
<!-- Data will be dynamically loaded here -->
138
</tbody>
139
</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
156
<h3>Available Agents</h3>
157
<table id="agent-table" class="display" style="width:100%">
158
<thead>
0 commit comments