Add a href Login link on the intial page to aid elinks
This commit is contained in:
@@ -20,9 +20,17 @@
|
||||
<h3><%= $title %> </h3>
|
||||
<!-- <h3>template: initial.html.ep</h3> -->
|
||||
<!-- <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
|
@@ -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 <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
|
||||
- Increase SSH port input box size - thanks Jean Pierre [SME: 13105]
|
||||
- Set SSH port max length at 5
|
||||
|
Reference in New Issue
Block a user