From a86b990d830aedae2b8ec5780f0a462f78626878 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Fri, 29 Aug 2025 13:51:35 +0200 Subject: [PATCH] Add a href Login link on the intial page to aid elinks --- .../themes/AdminLTE/templates/initial.html.ep | 12 ++++++++++-- smeserver-manager-AdminLTE.spec | 5 ++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep index 553591a..187729a 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep @@ -20,9 +20,17 @@

<%= $title %>

+
- %= $modul + % if ( ! $c->is_logged_in ) { +
+ Login +
+
+ % } - +
+ %= $modul +
% end \ No newline at end of file diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index fb54708..7308717 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 53 +%define release 54 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} @@ -29,6 +29,9 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Fri Aug 29 2025 John Crisp 11.0.0-54.sme +- Add a href Login link on the intial page to aid elinks + * 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