Skip to content

Commit

Permalink
tabs highlighted under create, edit and details. (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
gandhihardikm authored and vishal-j committed Jul 29, 2016
1 parent fc11e26 commit 459aa88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/network_policies/networkpoliciestabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

<div style="margin-top:30px"></div>
<div class="ui secondary pointing menu">
<a class="blue item" ui-sref="contiv.menu.networkpolicies.isolation.list()" ui-sref-active="active">
<a class="blue item" ui-sref="contiv.menu.networkpolicies.isolation.list()" ui-sref-active="{'active':'contiv.menu.networkpolicies.isolation'}">
Isolation Policies
</a>
<a class="blue item" ui-sref="contiv.menu.networkpolicies.bandwidth.list()" ui-sref-active="active">
<a class="blue item" ui-sref="contiv.menu.networkpolicies.bandwidth.list()" ui-sref-active="{'active':'contiv.menu.networkpolicies.bandwidth'}">
Bandwidth Policies
</a>
<a class="blue item" ui-sref="contiv.menu.networkpolicies.redirection()" ui-sref-active="active">
Expand Down

0 comments on commit 459aa88

Please sign in to comment.