Fix Shutdown/Reboot/Reconfigure

This commit is contained in:
John Crisp
2025-08-06 11:28:31 +02:00
parent e17d4d6137
commit daf3b746cf
2 changed files with 7 additions and 4 deletions

View File

@@ -6,11 +6,11 @@
% if (config->{debug} == 1) { % if (config->{debug} == 1) {
<pre> <pre>
<%= dumper $c->current_route %> <%= dumper $c->current_route %>
</pre> </pre>
% } % }
<h1><%= $title %></h1> <h1><%= $title %></h1>
<br> <br>
@@ -36,7 +36,7 @@
<br> <br>
% my $btn = l('PERFORM'); % my $btn = l('PERFORM');
<%= hidden_field 'debug' => '1' %> <%= hidden_field 'debug' => '0' %>
<div class="row g-3 align-items-center"> <div class="row g-3 align-items-center">
<div class="col-md-2"> <div class="col-md-2">

View File

@@ -1,6 +1,6 @@
%define name smeserver-manager-AdminLTE %define name smeserver-manager-AdminLTE
%define version 11.0.0 %define version 11.0.0
%define release 50 %define release 51
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name} Name: %{name}
@@ -29,6 +29,9 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog %changelog
* Tue Aug 05 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-51.sme
- Fix reboot/shutdown failure - thanks Massimo [SME: 13097]
* Mon Aug 04 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-50.sme * Mon Aug 04 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-50.sme
- Fix yum update template - thanks Massimo [SME: 13095] - Fix yum update template - thanks Massimo [SME: 13095]