|
|
@ -188,4 +188,4 @@ angular.module('portainer', [
|
|
|
|
.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('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('CONFIG_ENDPOINT', 'settings')
|
|
|
|
.constant('CONFIG_ENDPOINT', 'settings')
|
|
|
|
.constant('TEMPLATES_ENDPOINT', 'templates')
|
|
|
|
.constant('TEMPLATES_ENDPOINT', 'templates')
|
|
|
|
.constant('UI_VERSION', 'v1.9.2');
|
|
|
|
.constant('UI_VERSION', 'v1.9.3');
|
|
|
|