mirror of https://github.com/portainer/portainer
fix(sidebar): show docker sidebar when needed (#3852)
parent
e08b850046
commit
59da17dde4
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue