1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

Update to api version 1.8

This commit is contained in:
Michael Crosby 2013-12-16 13:40:10 -08:00
parent 27a9e97062
commit a9dd55a720
2 changed files with 5 additions and 9 deletions

View file

@ -15,4 +15,4 @@ angular.module('dockerui', ['dockerui.services', 'dockerui.filters'])
.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.4');
.constant('DOCKER_API_VERSION', 'v1.8');