Continue Backup files. Various formatting fixes and show hide passwords
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user