1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

Add created chart for images and containers

This commit is contained in:
Michael Crosby 2013-09-02 18:37:06 -07:00
parent 847c2d570c
commit dea7bfbc8f
3 changed files with 81 additions and 46 deletions

View file

@ -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.5')
.constant('UI_VERSION', 'v0.3')
.constant('DOCKER_API_VERSION', 'v1.4');