mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
Add rename feature
This commit is contained in:
parent
f29eaa28ba
commit
c971189286
9 changed files with 99 additions and 7 deletions
|
@ -15,4 +15,4 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
|
|||
.constant('DOCKER_ENDPOINT', 'dockerapi')
|
||||
.constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243
|
||||
.constant('UI_VERSION', 'v0.6.0')
|
||||
.constant('DOCKER_API_VERSION', 'v1.16');
|
||||
.constant('DOCKER_API_VERSION', 'v1.17');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue