More tweaks to NUT panels

This commit is contained in:
John Crisp 2025-07-06 17:52:41 +02:00
parent 142c05fbd7
commit 5b7e0a4d94
2 changed files with 5 additions and 4 deletions

View File

@ -85,6 +85,8 @@
</div> </div>
</div> </div>
<br>
<div> <div>
<h2>UPS Model</h2> <h2>UPS Model</h2>
@ -156,10 +158,10 @@
<input type="password" name="ClientUPS_Pass" id="ClientUPSPassword" class="form-control" aria-describedby="Client UPS Password" value="<%= $nut_data->{ClientUPS_Pass} %>" > <input type="password" name="ClientUPS_Pass" id="ClientUPSPassword" class="form-control" aria-describedby="Client UPS Password" value="<%= $nut_data->{ClientUPS_Pass} %>" >
</div> </div>
<!-- reetp fix toggle password --> <!-- reetp fix toggle password -->
<!-- <div class="col-auto"> <div class="col-auto">
<span id="togglePassword" class="bi bi-eye"></span> <span id="togglePassword" class="bi bi-eye"></span>
</div> </div>
-->
</div> </div>
</div> </div>

View File

@ -26,10 +26,9 @@
%# Inputs etc in here. %# Inputs etc in here.
<div> <div>
<a href='nutupsd?trt=CONFIG'> <a href='nutupsd?trt=CONFIG' class = "btn btn-sm btn-primary">
<%= l ('nut_Configure_NutUPS') %> <%= l ('nut_Configure_NutUPS') %>
</a> </a>
%#= link_to l('nut_Configure_NutUPS'), 'nutupsd?trt=CONFIG' , class=> 'link link1'
</div> </div>
<br> <br>