Add a href Login link on the intial page to aid elinks

This commit is contained in:
John Crisp
2025-08-29 13:51:35 +02:00
parent b1b56c70fc
commit a86b990d83
2 changed files with 14 additions and 3 deletions

View File

@@ -20,9 +20,17 @@
<h3><%= $title %> </h3> <h3><%= $title %> </h3>
<!-- <h3>template: initial.html.ep</h3> --> <!-- <h3>template: initial.html.ep</h3> -->
<!-- <H1>Initial AdminLTE</H1> --> <!-- <H1>Initial AdminLTE</H1> -->
<br>
%= $modul % if ( ! $c->is_logged_in ) {
<div>
<a href="login" ><i class="nav-icon bi bi-key"></i> Login</a>
</div>
<br>
% }
</div> <div>
%= $modul
</div>
% end % end

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 53 %define release 54
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
* Fri Aug 29 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-54.sme
- Add a href Login link on the intial page to aid elinks
* Thu Aug 14 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-53.sme * Thu Aug 14 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-53.sme
- Increase SSH port input box size - thanks Jean Pierre [SME: 13105] - Increase SSH port input box size - thanks Jean Pierre [SME: 13105]
- Set SSH port max length at 5 - Set SSH port max length at 5