disable daemon start/stop until it is fixed
This commit is contained in:
parent
563a8fa03d
commit
dd54a6e592
|
@ -12,6 +12,7 @@ $if connected:
|
||||||
$_('Connected to')
|
$_('Connected to')
|
||||||
$connected
|
$connected
|
||||||
</td><td>
|
</td><td>
|
||||||
|
<!--DISABLED
|
||||||
|
|
||||||
<form method="POST" action="$base/daemon/control/stop">
|
<form method="POST" action="$base/daemon/control/stop">
|
||||||
<input type="submit" name="stop"
|
<input type="submit" name="stop"
|
||||||
|
@ -23,15 +24,18 @@ $if connected:
|
||||||
<input type="submit" name="restart"
|
<input type="submit" name="restart"
|
||||||
value="$_('Restart')">
|
value="$_('Restart')">
|
||||||
</form>
|
</form>
|
||||||
|
--->
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
$else:
|
$else:
|
||||||
<div class="error">$_("Not Connected to a daemon")
|
<div class="error">$_("Not Connected to a daemon")
|
||||||
</div>
|
</div>
|
||||||
|
<!--disabled
|
||||||
<form method="POST" action="$base/daemon/control/start">
|
<form method="POST" action="$base/daemon/control/start">
|
||||||
<input type="hidden" name="uri" value="$connect_list[0]">
|
<input type="hidden" name="uri" value="$connect_list[0]">
|
||||||
<input type="submit" name="stop"
|
<input type="submit" name="stop"
|
||||||
value="$_('Start') $connect_list[0]">
|
value="$_('Start') $connect_list[0]">
|
||||||
</form>
|
</form>
|
||||||
|
-->
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
$for i, uri in enumerate(connect_list):
|
$for i, uri in enumerate(connect_list):
|
||||||
|
|
Loading…
Reference in New Issue