Remove "Try the new MeshCentral UI" and fix footer in modern UI (#7395)
* remove new UI prompt from the default3 template * enhance footer styles and update visibility in default3 template
Bruno Kambere committed
Nov 2, 2025 at 08:01 UTC
cc305aa9e1c7f5e6475635ec70c8fa56152139b7
2 files changed
+6
-12
public/styles/style-bootstrap.css
+5
-8
@@ -472,16 +472,13 @@ body {
472
}
473
474
#footer {
475
- -ms-grid-column: 2;
476
- -ms-grid-row: 4;
477
- grid-area: footer;
478
- clear: both;
479
- overflow: auto;
475
+ position: fixed;
476
+ bottom: 0;
477
+ left: 0;
478
width: 100%;
481
- text-align: center;
479
background-color: #113962;
483
- padding-top: 5px;
484
- padding-bottom: 5px;
480
+ padding: 5px 0;
481
+ text-align: center;
482
}
483
484
.fulldesk #footer {
views/default3.handlebars
+1
-4
@@ -160,9 +160,6 @@
160
</div>
161
<p id="logoutControl"><span id=logoutControlSpan class="logoncontrolspan"></span><span id=idleTimeoutNotify
162
style="color:yellow"></span></p>
163
- <div class=textnewui id=textnewui onmouseup=toggleBootstrapUIMode() onkeypress="if (event.key=='Enter') { toggleBootstrapUIMode(); }">
164
- <b>Try the new MeshCentral UI</b>
165
- </div>
163
</div>
164
<div class="sidebar flex-column" id="page_leftbar">
165
<div style="height:24px"></div>
@@ -1667,7 +1664,7 @@
1664
</div>
1665
<div id="footer">
1666
<div class="footer1">{{{footer}}}</div>
1670
- <div class="footer2" style="display:none;">
1667
+ <div class="footer2">
1668
<div class="row">
1669
<div class="col-md-6 d-flex gap-2">
1670
</div>