|
@@ -100,10 +100,10 @@
|
|
|
<div class="col span_1_of_2">
|
|
|
<input type="date" class="form-control" id="bat_prod" name="bat_prod">
|
|
|
</div>
|
|
|
- <label for="bat_exp" class="col span_1_of_2">Срок службы (лет)</label>
|
|
|
+
|
|
|
<div class="col span_1_of_2">
|
|
|
<span id="bat_exp"></span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<label for="bat_cap" class="col span_1_of_2">Емкость (А·ч)</label>
|
|
|
<div class="col span_1_of_2">
|
|
|
<span id="bat_cap"></span>
|
|
@@ -412,7 +412,7 @@ var ntpservipValue;
|
|
|
var ups_max_power = new SpinBox('ups_max_power', {'name':'ups_max_power','minimum':400,'maximum':10000,'step':50});
|
|
|
var ups_cell_min = new SpinBox('ups_cell_min', {'name':'ups_cell_min','minimum':0,'maximum':3,'step':0.1});
|
|
|
var ups_cell_max = new SpinBox('ups_cell_max', {'name':'ups_cell_max','minimum':0,'maximum':3,'step':0.1});
|
|
|
-var bat_exp = new SpinBox('bat_exp', {'name':'bat_exp','minimum':1,'maximum':10,'step':1});
|
|
|
+// var bat_exp = new SpinBox('bat_exp', {'name':'bat_exp','minimum':1,'maximum':10,'step':1});
|
|
|
var bat_cap = new SpinBox('bat_cap', {'name':'bat_cap','minimum':1,'maximum':200,'step':1});
|
|
|
var bat_charge = new SpinBox('bat_charge', {'name':'bat_charge','minimum':12,'maximum':240,'step':12});
|
|
|
var temp_hist = new SpinBox('temp_hist', {'name':'temp_hist','minimum':0.5,'maximum':2.0,'step':0.1,'decimals':1, 'value': 0.5});
|