mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Misc. html/css tweaks, bumped version.
This commit is contained in:
parent
012c8ed145
commit
57d8ae3e01
6 changed files with 25 additions and 32 deletions
|
@ -14,5 +14,5 @@ angular.module('dockerui', ['ngRoute', '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.4')
|
||||
.constant('DOCKER_API_VERSION', 'v1.8');
|
||||
.constant('UI_VERSION', 'v0.5')
|
||||
.constant('DOCKER_API_VERSION', 'v1.15');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue