Whoah there, back down to 0.8.0-beta.
This commit is contained in:
+1
-1
@@ -41,5 +41,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
|
||||
// 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.9.0-beta')
|
||||
.constant('UI_VERSION', 'v0.8.0-beta')
|
||||
.constant('DOCKER_API_VERSION', 'v1.20');
|
||||
|
||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
/*! dockerui - v0.9.0-beta - 2015-08-24
|
||||
/*! dockerui - v0.8.0-beta - 2015-08-24
|
||||
* https://github.com/crosbymichael/dockerui
|
||||
* Copyright (c) 2015 Michael Crosby & Kevan Ahlquist;
|
||||
* Licensed MIT
|
||||
@@ -46,7 +46,7 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
|
||||
// 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.9.0-beta')
|
||||
.constant('UI_VERSION', 'v0.8.0-beta')
|
||||
.constant('DOCKER_API_VERSION', 'v1.20');
|
||||
|
||||
angular.module('builder', [])
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"author": "Michael Crosby & Kevan Ahlquist",
|
||||
"name": "dockerui",
|
||||
"homepage": "https://github.com/crosbymichael/dockerui",
|
||||
"version": "0.9.0-beta",
|
||||
"version": "0.8.0-beta",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:crosbymichael/dockerui.git"
|
||||
|
||||
Reference in New Issue
Block a user