dashboard: when click the first-level menu of sidebar, don't jump to the home page (#422)
This commit is contained in:
parent
9697c06739
commit
303ae86e27
|
|
@ -16,7 +16,7 @@
|
|||
</li>
|
||||
|
||||
<li ng-class="{active: true}" ng-repeat="entry in apps | filter: { app: searchApp }">{{dropDown}}
|
||||
<a href="#" ng-click="click($event)" collapse="{{collpaseall == 1}}" style="font-size: 16px;word-break: break-word;">
|
||||
<a href="javascript:void(0);" ng-click="click($event)" collapse="{{collpaseall == 1}}" style="font-size: 16px;word-break: break-word;">
|
||||
{{entry.app}}
|
||||
<span class="fa arrow"></span>
|
||||
<span class="arrow">({{entry.heathCount}}/{{entry.machines.length}})</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue