mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- yWeb: add button to check status of remote control
This commit is contained in:
@@ -73,6 +73,7 @@ function standby(_standby){
|
|||||||
<td>
|
<td>
|
||||||
<input type="button" value="{=L:on=}" onclick='goUrl("/control/rc?unlock");'/>
|
<input type="button" value="{=L:on=}" onclick='goUrl("/control/rc?unlock");'/>
|
||||||
<input type="button" value="{=L:off=}" onclick='goUrl("/control/rc?lock");'/>
|
<input type="button" value="{=L:off=}" onclick='goUrl("/control/rc?lock");'/>
|
||||||
|
<input type="button" value="{=L:bc.control.status=}" onclick='goUrl("/control/rc?status");'/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="button" value="{=L:bc.control.lock=}" onclick='live_lock();' />
|
<input type="button" value="{=L:bc.control.lock=}" onclick='live_lock();' />
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.9.0.24
|
version=2.9.0.25
|
||||||
date=28.12.2015
|
date=21.01.2016
|
||||||
type=Release
|
type=Release
|
||||||
info=Port CST
|
info=Port CST
|
||||||
|
Reference in New Issue
Block a user