show full description on not running containers

This commit is contained in:
deflax 2018-06-20 10:26:52 +03:00
parent b6234c2f26
commit c9998a02af
4 changed files with 2 additions and 14 deletions

View file

@ -13,7 +13,7 @@
</div></div> <!-- end of heading -->
<!-- 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;">
{% 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;">

View file

@ -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

View file

@ -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

View file

@ -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) }}">