From 79b2e7f4923bfd34441704d1aec5b59b50d14b73 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Wed, 16 Apr 2025 18:40:51 +0200 Subject: [PATCH] Fix remote Access remove network --- .../smanager/themes/AdminLTE/templates/remoteaccess.html.ep | 6 ++++-- smeserver-manager-AdminLTE.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep index 879fc05..40a4070 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep @@ -91,7 +91,9 @@ %= t td => (class => "") => $net %= t td => (class => "") => $mask %= t td => (class => "") => $numhosts - '> + + '> + % } @@ -226,4 +228,4 @@ -% end \ No newline at end of file +% end diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 898c56b..2a805f5 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 4 +%define release 5 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 Apr 16 2025 John Crisp 11.0.0-5.sme +- Fix Remote Access remove network + * Wed Apr 16 2025 John Crisp 11.0.0-4.sme - More template cleanign - Fix Password syntax errors