fix(sidebar): show docker sidebar when needed (#3852)

2.0
Chaim Lev-Ari 2020-05-21 11:30:37 +03:00 committed by Anthony Lapenna
parent c5f78f663a
commit 01d8c90348
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
</li>
<li class="sidebar-title endpoint-name" ng-if="applicationState.endpoint.name"> <span class="fa fa-plug space-right"></span>{{ applicationState.endpoint.name }} </li>
<docker-sidebar-content
ng-if="applicationState.endpoint.mode"
endpoint-api-version="applicationState.endpoint.apiVersion"
swarm-management="applicationState.endpoint.mode.provider === 'DOCKER_SWARM_MODE' && applicationState.endpoint.mode.role === 'MANAGER'"
standalone-management="applicationState.endpoint.mode.provider === 'DOCKER_STANDALONE' || applicationState.endpoint.mode.provider === 'VMWARE_VIC'"