dashboard: when click the first-level menu of sidebar, don't jump to the home page (#422)

This commit is contained in:
cdfive 2019-01-15 22:52:41 +08:00 committed by Eric Zhao
parent 9697c06739
commit 303ae86e27
1 changed files with 1 additions and 1 deletions

View File

@ -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;">
&nbsp;{{entry.app}}
<span class="fa arrow"></span>
<span class="arrow">({{entry.heathCount}}/{{entry.machines.length}})</span>