* 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>
|
||||
|
Reference in New Issue
Block a user