* Mon Sep 15 2025 Brian Read <brianr@koozali.org> 11.0.0-55.sme
- Add code to exclude reconfig message unless Admin logged in in _info.html.ep [SME: 13112] - Add link to _info in AdminLTE layout [SME: 13112]
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
|
||||
<!-- %#= include 'partials/_app_content_first_row' -->
|
||||
<!-- %#= include 'partials/_app_content_demo_row' -->
|
||||
|
||||
%= include 'partials/_info'
|
||||
<!--end::Rows-->
|
||||
|
||||
<!-- <br> -->
|
||||
|
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
% }
|
||||
|
||||
% if ( $c->is_unsafe ) {
|
||||
% if ( $c->is_unsafe && $c->is_admin && $c->is_logged_in) {
|
||||
<div>
|
||||
<h5 class="text-danger">
|
||||
Warning: a reconfigure and reboot is required before proceeding!<br>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
%define name smeserver-manager-AdminLTE
|
||||
%define version 11.0.0
|
||||
%define release 54
|
||||
%define release 55
|
||||
|
||||
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
|
||||
* Mon Sep 15 2025 Brian Read <brianr@koozali.org> 11.0.0-55.sme
|
||||
- Add code to exclude reconfig message unless Admin logged in in _info.html.ep [SME: 13112]
|
||||
- Add link to _info in AdminLTE layout [SME: 13112]
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user