diff --git a/app/templates/panel/vdc_pool.html b/app/templates/panel/vdc_pool.html index 4a87c65..4a40bb0 100644 --- a/app/templates/panel/vdc_pool.html +++ b/app/templates/panel/vdc_pool.html @@ -13,7 +13,7 @@ - {% if deploy.enabled == False or deploy.warning == True %} + {% if deploy.enabled == False or deploy.warning == True or status[deploy.machine_id] != 'running' %}
{% else %}
diff --git a/docs/LICENSE b/docs/LICENSE index 9a00e36..27e0c53 100644 --- a/docs/LICENSE +++ b/docs/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2017 deflax.net +Copyright (c) 2015-2018 deflax.net This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/docs/TODO b/docs/TODO deleted file mode 100644 index 78f439a..0000000 --- a/docs/TODO +++ /dev/null @@ -1,3 +0,0 @@ -1. remote router app pyqt/kivi -2. open ssh keyfile with decrypt dialog -3. open remote console button, make backup button (with possible schedule timer with checkbox?), route trafic through client machine button on/off diff --git a/docs/posts.txt b/docs/posts.txt deleted file mode 100644 index c3f4242..0000000 --- a/docs/posts.txt +++ /dev/null @@ -1,9 +0,0 @@ -templates/settings/profile.html:
-templates/dmanager/activate.html: -templates/vmanager/create.html: -templates/vmanager/activate.html: -templates/vmanager/recipe.html: -templates/admin/addr2pool.html: -templates/admin/charge.html: -templates/uinvoice/invoice.html: -templates/smanager/activate.html: