* 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:
2025-09-15 15:16:14 +01:00
parent a86b990d83
commit 9be8bd5be6
3 changed files with 7 additions and 3 deletions

View File

@@ -156,7 +156,7 @@
<!-- %#= include 'partials/_app_content_first_row' -->
<!-- %#= include 'partials/_app_content_demo_row' -->
%= include 'partials/_info'
<!--end::Rows-->
<!-- <br> -->

View File

@@ -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>