Skip to content

Commit 53efc47

Browse files
committed
Fixup
1 parent bfe3c9c commit 53efc47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.azure.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SENTRIUS_VERSION=1.1.63
1+
SENTRIUS_VERSION=1.1.75
22
SENTRIUS_SSH_VERSION=1.1.11
33
SENTRIUS_KEYCLOAK_VERSION=1.1.14
44
SENTRIUS_AGENT_VERSION=1.1.23

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <h3>Assigned RDP Servers</h3>
175175
</tbody>
176176
</table>
177177
<h3>Available Agents</h3>
178+
<li th:if="${#sets.contains(operatingUser.authorizationType.accessSet, 'CAN_MANAGE_APPLICATION')}">
178179
<table id="agent-table" class="display" style="width:100%">
179180
<thead>
180181
<tr>
@@ -187,6 +188,7 @@ <h3>Available Agents</h3>
187188
<!-- Data will be dynamically loaded here -->
188189
</tbody>
189190
</table>
191+
</li>
190192
</div>
191193
<div id="textarea" style="display: none;"></div>
192194
</div>

0 commit comments

Comments
 (0)