Skip to content

Commit

Permalink
#1040 : removed the button from summary page.
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Aug 12, 2018
1 parent 47dc184 commit 7d1049b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server/src/main/webapp/resources/ox/clientSummary.xhtml
Expand Up @@ -81,13 +81,7 @@
inputWidth="695"
onfocus="changeTextType(this,'hidePassword');"
id="clientSecretId"/>
<h:graphicImage value="/img/eye-hidden.png" id="hidePassword" onclick="return hideValue(this,'clientSecretId','viewPassword');"/>
<h:graphicImage value="/img/eye.png" id="viewPassword" style="display: none;" onclick="return viewValue(this,'clientSecretId','hidePassword');"/>
<div id="autogenrateid">
<a4j:commandLink render="clientSecretId" style="margin-top:10px;" styleClass="btn btn-primary"
value="Auto-Generate Secret Key"
action="#{_clientAction.generatePassword()}" oncomplete="return valuesDisplay(this);" />
</div></ox:decorate>
</ox:decorate>
</h:panelGroup>

<ox:decorate id="applicatonType" label="#{msg['clientForm.applicationType']}" rendered="#{!empty _client.oxAuthAppType and _client.oxAuthAppType ne null }">
Expand Down

0 comments on commit 7d1049b

Please sign in to comment.