From b1b56c70fc5c11e48d52290f92df5bd0681ea85f Mon Sep 17 00:00:00 2001 From: John Crisp Date: Thu, 14 Aug 2025 16:15:57 +0200 Subject: [PATCH] Fix SSH box size [SME:13105] --- .../themes/AdminLTE/public/koozali/css/adminlte.koozali.css | 3 +++ .../smanager/themes/AdminLTE/templates/remoteaccess.html.ep | 4 ++-- smeserver-manager-AdminLTE.spec | 6 +++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css b/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css index 883b675..a5f6306 100644 --- a/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css +++ b/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css @@ -129,3 +129,6 @@ html { .busy { cursor: wait; /* Change the cursor to a 'wait' cursor */ } +.progress { + cursor: progress; /* Change the cursor to a 'wait' cursor */ +} \ No newline at end of file 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 f83dd65..5326031 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/remoteaccess.html.ep @@ -192,9 +192,9 @@
-
+
% param 'SshTCPPort' => $c->get_ssh_port() unless param 'SshTCPPort'; - +
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 12853ca..fb54708 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 52 +%define release 53 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} @@ -29,6 +29,10 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Thu Aug 14 2025 John Crisp 11.0.0-53.sme +- Increase SSH port input box size - thanks Jean Pierre [SME: 13105] +- Set SSH port max length at 5 + * Thu Aug 07 2025 John Crisp 11.0.0-52.sme - Add Please wait on submit as per default template - Formatting reboot template