diff --git a/.gitignore b/.gitignore index 846d13822..720d7df4e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules .idea dist dockerui +*.iml diff --git a/app/app.js b/app/app.js index d41c7e039..c63ff313a 100644 --- a/app/app.js +++ b/app/app.js @@ -15,4 +15,4 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services' .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.6.0') - .constant('DOCKER_API_VERSION', 'v1.16'); + .constant('DOCKER_API_VERSION', 'v1.17'); diff --git a/app/components/container/container.html b/app/components/container/container.html index e192a2ce0..a714e92cf 100644 --- a/app/components/container/container.html +++ b/app/components/container/container.html @@ -1,6 +1,21 @@