Continue Backup files. Various formatting fixes and show hide passwords

This commit is contained in:
John Crisp
2025-06-11 19:13:32 +02:00
parent eb05438d80
commit f3295483b2
18 changed files with 643 additions and 421 deletions

View File

@@ -5,12 +5,12 @@
<div class="card-body">
%if (config->{debug} == 1) {
<div>
(DBG)route: <%= $c->current_route %><br>
(DBG)pdc: <%= $wkg_datas->{ServerRole}%><br>
(DBG)roam: <%= $wkg_datas->{RoamingProfiles}%><br>
</div>
%}
<pre>
route: <%= dumper $c->current_route %>
pdc: <%= dumper $wkg_datas->{ServerRole}%>
roam: <%= dumper $wkg_datas->{RoamingProfiles}%>
</pre>
% }
<h1><%= $title %></h1>
<br>
@@ -29,8 +29,8 @@
<label for="inputWorkgroup" class="col-form-label"><%= l 'wkg_LABEL_WORKGROUP' %></label>
</div>
<div class="col-auto">
<input type="text" name="Workgroup" id="inputWorkgroup" class="form-control" aria-describedby="inputWorkgroup" maxlength="15" value="<%= $wkg_datas->{Workgroup}%>" >
</div>
<input type="text" name="Workgroup" id="inputWorkgroup" class="form-control" aria-describedby="inputWorkgroup" maxlength="15" size="15" value="<%= $wkg_datas->{Workgroup}%>" >
</div>
<div class="col-auto">
<span id="passwordHelpInline" class="form-text">
Limited to 15 characters by the NETBIOS