|
@@ -200,9 +200,9 @@
|
|
<div class="col span_1_of_3">
|
|
<div class="col span_1_of_3">
|
|
<h4 class="col span_2_of_2">Нагрузка</h4>
|
|
<h4 class="col span_2_of_2">Нагрузка</h4>
|
|
<!-- <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'cancel'})">Отмена выключения</button> -->
|
|
<!-- <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'cancel'})">Отмена выключения</button> -->
|
|
- <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'reboot'})">Остановка отключения</button>
|
|
|
|
- <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'off', 'after': $('upspo_after').value})">Выключить</button>
|
|
|
|
- <label for="" class="col span_1_of_2">Выкл. через (мин)</label>
|
|
|
|
|
|
+ <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'reboot'})">Отмена отключения</button>
|
|
|
|
+ <button type="button" class="btn btn-default" onclick="UPSPowerOff({'func': 'off', 'after': $('upspo_after').value})">Отключить</button>
|
|
|
|
+ <label for="" class="col span_1_of_2">Откл. через (мин)</label>
|
|
<div class="col span_1_of_2">
|
|
<div class="col span_1_of_2">
|
|
<input type="text" class="form-control" value="10" maxlength="6" id="upspo_after">
|
|
<input type="text" class="form-control" value="10" maxlength="6" id="upspo_after">
|
|
</div>
|
|
</div>
|