Skip to content

Commit

Permalink
removed auto generate button from summary page.
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Aug 29, 2018
1 parent 60567e4 commit 8210f0c
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 @@ -84,13 +84,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 cc.attrs._client.oxAuthAppType and cc.attrs._client.oxAuthAppType ne null }">
Expand Down

0 comments on commit 8210f0c

Please sign in to comment.