show full description on not running containers
This commit is contained in:
parent
b6234c2f26
commit
c9998a02af
4 changed files with 2 additions and 14 deletions
|
@ -13,7 +13,7 @@
|
||||||
</div></div> <!-- end of heading -->
|
</div></div> <!-- end of heading -->
|
||||||
|
|
||||||
<!-- START OF HIDDEN PANEL -->
|
<!-- START OF HIDDEN PANEL -->
|
||||||
{% if deploy.enabled == False or deploy.warning == True %}
|
{% if deploy.enabled == False or deploy.warning == True or status[deploy.machine_id] != 'running' %}
|
||||||
<div id="cube{{ deploy.machine_id }}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading{{ deploy.machine_id }}" style="border:3px solid #faebcc; border-top: none; margin-bottom: 10px;">
|
<div id="cube{{ deploy.machine_id }}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading{{ deploy.machine_id }}" style="border:3px solid #faebcc; border-top: none; margin-bottom: 10px;">
|
||||||
{% else %}
|
{% else %}
|
||||||
<div id="cube{{ deploy.machine_id }}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{ deploy.machine_id }}" style="border:3px solid #d6e9c6; border-top: none; margin-bottom: 10px;">
|
<div id="cube{{ deploy.machine_id }}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{ deploy.machine_id }}" style="border:3px solid #d6e9c6; border-top: none; margin-bottom: 10px;">
|
||||||
|
|
|
@ -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
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
|
@ -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
|
|
|
@ -1,9 +0,0 @@
|
||||||
templates/settings/profile.html:<form method="POST" action="{{ url_for('settings.profile') }}">
|
|
||||||
templates/dmanager/activate.html:<form method="POST" action"{{ url_for('dmanager.activate', itemid=itemid) }}">
|
|
||||||
templates/vmanager/create.html: <form method="POST" action="{{ url_for('vmanager.createvm') }}">
|
|
||||||
templates/vmanager/activate.html:<form method="POST" action="{{ url_for('vmanager.activate', itemid=deploy.machine_id) }}">
|
|
||||||
templates/vmanager/recipe.html:<form method="POST" action"{{ url_for('vmanager.recipe', itemid=deploy.machine_id) }}">
|
|
||||||
templates/admin/addr2pool.html: <form method="POST" action="{{ url_for('admin.addr2pool') }}">
|
|
||||||
templates/admin/charge.html: <form method="POST" action="{{ url_for('admin.charge', user_pid=usr.pid) }}">
|
|
||||||
templates/uinvoice/invoice.html: <form method="POST" action="{{ url_for('uinvoice.invoice', document_id=document.pid) }}">
|
|
||||||
templates/smanager/activate.html:<form method="POST" action"{{ url_for('smanager.activate', itemid=service.pid) }}">
|
|
Loading…
Reference in a new issue