diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep
index d95d824..02dacff 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/emaildeliver.html.ep
@@ -6,8 +6,8 @@
% if (config->{debug} == 1) {
- %if (config->{debug} == 1) {
-
- (DBG)route: <%= $c->current_route %>
-
- %}
+ % if (config->{debug} == 1) {
+
+ <%= dumper $c->current_route %>
+
+ % }
+
+
<%= $title %>
-
<%= $title %>
- %= $modul
+ <%= $modul %>
- <% my $btn = l('PERFORM'); %>
- %= form_for 'reboot' => (method => 'POST') => begin
+
%end
\ No newline at end of file
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec
index 8e1e7b3..9cb5bd8 100644
--- a/smeserver-manager-AdminLTE.spec
+++ b/smeserver-manager-AdminLTE.spec
@@ -1,6 +1,6 @@
%define name smeserver-manager-AdminLTE
%define version 11.0.0
-%define release 27
+%define release 28
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name}
Version: %{version}
@@ -26,6 +26,9 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog
+* Wed Jun 04 2025 John Crisp