Browse Source

nacos持久化

master
wangjx 3 years ago
parent
commit
1623462602
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -21,7 +21,7 @@
<span class="fa arrow"></span> <span class="fa arrow"></span>
<span class="arrow">({{entry.healthyCount}}/{{entry.machines.length}})</span> <span class="arrow">({{entry.healthyCount}}/{{entry.machines.length}})</span>
</a --> </a -->
<li>
<li class="glyphicon-dashboard" ng-repeat="entry in apps | filter: { app: searchApp }">
sentinel_dashboard sentinel_dashboard
<!--<ul class="nav nav-second-level" collapse="{{entry.active}}" style="display: none;">--> <!--<ul class="nav nav-second-level" collapse="{{entry.active}}" style="display: none;">-->
<ul class="nav nav-second-level" ng-show="entry.active"> <ul class="nav nav-second-level" ng-show="entry.active">


Loading…
Cancel
Save