Эх сурвалжийг харах

2022-11-04 / ct_chen

Actions:
1. Webservice modify display

Files:
1. EVSE/rootfs/var/www/set_charging.php
ct_chen 2 жил өмнө
parent
commit
280c775fbe

+ 1 - 1
EVSE/rootfs/var/www/set_charging.php

@@ -707,7 +707,7 @@ CORE STYLES ABOVE - NO TOUCHY
 <?php if(substr($ModelName,-2)=="PS"){?>
 										<div class="form-group" style="display:<?php echo $am111;?>">
 											<label id="MaxChargingVoltageLbl">Max Charging Voltage</label>
-											<small class="form-text text-muted-red">amp</small>
+											<small class="form-text text-muted-red">volt</small>
 											<input type="text" name="MaxChargingVoltage" id="MaxChargingVoltage" class="form-control" value="<?php echo $obj['MaxChargingVoltage'];?>" placeholder="<?php echo ($obj['MaxChargingVoltage']==0||$obj['MaxChargingVoltage']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
 											<small class="form-text text-muted-red"><label id="MaxChargingVoltageText" style="display:none;">'0' means unlimit</label></small>
 										</div>