|
@@ -21,7 +21,6 @@ |
|
|
<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> |
|
|
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"> |
|
|
<li ui-sref-active="active"> |
|
|
<li ui-sref-active="active"> |
|
@@ -54,7 +53,8 @@ |
|
|
</li> |
|
|
</li> |
|
|
|
|
|
|
|
|
<li ui-sref-active="active" ng-if="!entry.isGateway"> |
|
|
<li ui-sref-active="active" ng-if="!entry.isGateway"> |
|
|
<a ui-sref="dashboard.flowV1({app: entry.app})"> |
|
|
|
|
|
|
|
|
<!-- a ui-sref="dashboard.flowV1({app: entry.app})" --> |
|
|
|
|
|
<a ui-sref="dashboard.flow({app: entry.app})"> |
|
|
<i class="glyphicon glyphicon-filter"></i> 流控规则</a> |
|
|
<i class="glyphicon glyphicon-filter"></i> 流控规则</a> |
|
|
</li> |
|
|
</li> |
|
|
|
|
|
|
|
|