mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(app): remove all VMWARE_VIC related code (#3914)
This commit is contained in:
parent
b02749f877
commit
06911ad2c6
6 changed files with 6 additions and 15 deletions
|
@ -18,11 +18,7 @@ angular.module('portainer.docker').factory('InfoHelper', [
|
|||
}
|
||||
|
||||
if (!info.Swarm || _.isEmpty(info.Swarm.NodeID)) {
|
||||
if (info.ID === 'vSphere Integrated Containers') {
|
||||
mode.provider = 'VMWARE_VIC';
|
||||
} else {
|
||||
mode.provider = 'DOCKER_STANDALONE';
|
||||
}
|
||||
mode.provider = 'DOCKER_STANDALONE';
|
||||
} else {
|
||||
mode.provider = 'DOCKER_SWARM_MODE';
|
||||
if (info.Swarm.ControlAvailable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue