Fix Shutdown/Reboot/Reconfigure
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
% if (config->{debug} == 1) {
|
||||
<pre>
|
||||
<%= dumper $c->current_route %>
|
||||
<%= dumper $c->current_route %>
|
||||
</pre>
|
||||
% }
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
<h1><%= $title %></h1>
|
||||
|
||||
<br>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<br>
|
||||
|
||||
% my $btn = l('PERFORM');
|
||||
<%= hidden_field 'debug' => '1' %>
|
||||
<%= hidden_field 'debug' => '0' %>
|
||||
|
||||
<div class="row g-3 align-items-center">
|
||||
<div class="col-md-2">
|
||||
|
Reference in New Issue
Block a user