Skip to content

Commit

Permalink
Merge pull request #2373 from GluuFederation/issues_2372
Browse files Browse the repository at this point in the history
refactor(oxtrust-server): #2372 remove trusted idp form
  • Loading branch information
yurem authored Sep 26, 2023
2 parents 06e1d39 + e863600 commit 2c4eeef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions server/src/main/webapp/WEB-INF/incl/layout/leftmenu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,7 @@
style="float: left; margin-top: 2px;"></i>
</h:commandLink></li>

<li id="trustedIDP"><h:commandLink
value="#{msgs['leftmenu.trustedIdp']}" onclick="lock();"
ondbclick="lock();" oncomplete="unlock();"
action="#{menuAction.endConversation('/trustedidp/trustedIdpInventory.xhtml')}"
rendered="#{permissionService.hasPermission('trust', 'access')}">
<i class="fa fa-chevron-right"
style="float: left; margin-top: 2px;"></i>
</h:commandLink></li></li>
</li>
</ul>
</li>
</ui:fragment>
Expand Down

0 comments on commit 2c4eeef

Please sign in to comment.