File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
api/src/main/resources/templates/sso/enclaves Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- SENTRIUS_VERSION = 1.1.63
1+ SENTRIUS_VERSION = 1.1.75
22SENTRIUS_SSH_VERSION = 1.1.11
33SENTRIUS_KEYCLOAK_VERSION = 1.1.14
44SENTRIUS_AGENT_VERSION = 1.1.23
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments