Skip to content

Commit

Permalink
KEYCLOAK-693 Hide top navigation when creating OAuth client
Browse files Browse the repository at this point in the history
  • Loading branch information
mposolda committed Sep 18, 2014
1 parent 16ea183 commit fc37398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
<ul class="nav nav-tabs nav-tabs-pf">
<ul class="nav nav-tabs nav-tabs-pf" data-ng-show="!create">
<li ng-class="{active: !path[4]}"><a href="#/realms/{{realm.realm}}/oauth-clients/{{oauth.name}}">Settings</a></li>
<li ng-class="{active: path[4] == 'credentials'}" data-ng-show="!oauth.publicClient"><a href="#/realms/{{realm.realm}}/oauth-clients/{{oauth.name}}/credentials">Credentials</a></li>
<li ng-class="{active: path[4] == 'claims'}"><a href="#/realms/{{realm.realm}}/oauth-clients/{{oauth.name}}/claims">Claims</a></li>
Expand Down

0 comments on commit fc37398

Please sign in to comment.