Browse Source

Rename service button

Avetisyan Karen 7 năm trước cách đây
mục cha
commit
09fe06aead
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      web_interface/src/wui/settings.html

+ 3 - 3
web_interface/src/wui/settings.html

@@ -200,9 +200,9 @@
     <div class="col span_1_of_3">
       <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': '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">
         <input type="text" class="form-control" value="10" maxlength="6" id="upspo_after">
       </div>