瀏覽代碼

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

master
cdfive Eric Zhao 6 年之前
父節點
當前提交
303ae86e27
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/sidebar/sidebar.html

+ 1
- 1
sentinel-dashboard/src/main/webapp/resources/app/scripts/directives/sidebar/sidebar.html 查看文件

@@ -16,7 +16,7 @@
</li> </li>


<li ng-class="{active: true}" ng-repeat="entry in apps | filter: { app: searchApp }">{{dropDown}} <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}} &nbsp;{{entry.app}}
<span class="fa arrow"></span> <span class="fa arrow"></span>
<span class="arrow">({{entry.heathCount}}/{{entry.machines.length}})</span> <span class="arrow">({{entry.heathCount}}/{{entry.machines.length}})</span>


Loading…
取消
儲存