mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
refactor(docker/configs): remove EndpointProvider [EE-5746] (#9198)
This commit is contained in:
parent
cd3c6e3089
commit
1b0fd60115
7 changed files with 25 additions and 23 deletions
|
@ -608,7 +608,7 @@ angular.module('portainer.docker').controller('CreateServiceController', [
|
|||
volumes: VolumeService.volumes(),
|
||||
networks: NetworkService.networks(true, true, false),
|
||||
secrets: apiVersion >= 1.25 ? SecretService.secrets() : [],
|
||||
configs: apiVersion >= 1.3 ? ConfigService.configs() : [],
|
||||
configs: apiVersion >= 1.3 ? ConfigService.configs(endpoint.Id) : [],
|
||||
nodes: NodeService.nodes(),
|
||||
availableLoggingDrivers: PluginService.loggingPlugins(apiVersion < 1.25),
|
||||
allowBindMounts: checkIfAllowedBindMounts(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue