From 26c6cc9146b3e28640548fd602708064dffa2f96 Mon Sep 17 00:00:00 2001 From: lexandro Date: Wed, 15 Jul 2015 13:58:14 +0200 Subject: [PATCH] Removing test code for releasing --- README.md | 17 +++++++++-------- app/app.modules.js | 4 ---- app/containerDetails/containerDetails.html | 17 ++++++----------- app/containers/containers.html | 3 +-- app/createContainer/createContainer.html | 3 +-- 5 files changed, 17 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 4e99a29..ad4e6ff 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,12 @@ Here's the list of active, scheduled, planned and finished development goals ## Under development 0.2.9 -+ Add: link containers in Create -+ Add: show links in container details -- Add: download logs as file. -- Add: back button/listener to screens in chrome mode -+ Add: release notes to about/first run of new version -+ Fix: Create container on/off switch changed from radio to checkbox -+ Fix: CSS/colspan on Repository view -+ Fix: Xterm.js css wasn't imported +- Add: link containers in Create +- Add: show links in container details +- Add: release notes to about/first run of new version +- Fix: Create container on/off switch changed from radio to checkbox +- Fix: CSS/colspan on Repository view +- Fix: Xterm.js css wasn't imported ## Roadmap /by priority/ 0.3.0 @@ -141,7 +139,10 @@ Here's the list of active, scheduled, planned and finished development goals 0.6.3 - Add: export/import hosts list + ## Not scheduled +- Add: download logs as file. +- Add: back button/listener to screens in chrome mode - Help - docker image with version check in the webapp - Fix: stopping multiple containers is not working properly on huge list with already stopped containers diff --git a/app/app.modules.js b/app/app.modules.js index cc6eb1e..d22f23a 100644 --- a/app/app.modules.js +++ b/app/app.modules.js @@ -61,10 +61,6 @@ angular.module('dockery', [ $rootScope.appVersion = '0.2.9'; $rootScope.tasks = []; $rootScope.taskInProgress = false; - $rootScope.goto = function (path) { - console.log('back') - window.history.back(); - }; if (window.chrome && chrome.app && chrome.app.runtime) { $rootScope.chrome = true; chrome.app.window.current().maximize(); diff --git a/app/containerDetails/containerDetails.html b/app/containerDetails/containerDetails.html index 11696d0..80a376c 100644 --- a/app/containerDetails/containerDetails.html +++ b/app/containerDetails/containerDetails.html @@ -3,14 +3,9 @@

This is a privileged container

-
- -

- - Container: {{containerDetails.Name.substring(1).toUpperCase()}} +

Container: {{containerDetails.Name.substring(1).toUpperCase()}} Running Paused @@ -315,11 +310,11 @@

{{containerLogsLoadingMessage}}

- + + + + + Containers on: {{$root.hostUrl}} +

Containers on: {{$root.hostUrl}}

diff --git a/app/createContainer/createContainer.html b/app/createContainer/createContainer.html index 7389e44..1021cfa 100644 --- a/app/createContainer/createContainer.html +++ b/app/createContainer/createContainer.html @@ -1,6 +1,5 @@
-

Create container +

Create container