mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
Small bug fixes with new docker versions
This commit is contained in:
parent
0baf3aead3
commit
cfa8d3a442
4 changed files with 10 additions and 8 deletions
|
@ -14,5 +14,5 @@ angular.module('dockerui', ['dockerui.services', 'dockerui.filters'])
|
|||
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
|
||||
.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.2')
|
||||
.constant('DOCKER_API_VERSION', 'v1.2');
|
||||
.constant('UI_VERSION', 'v0.2.5')
|
||||
.constant('DOCKER_API_VERSION', 'v1.4');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue