mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
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
This commit is contained in:
@@ -472,16 +472,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
-ms-grid-column: 2;
|
position: fixed;
|
||||||
-ms-grid-row: 4;
|
bottom: 0;
|
||||||
grid-area: footer;
|
left: 0;
|
||||||
clear: both;
|
|
||||||
overflow: auto;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
|
||||||
background-color: #113962;
|
background-color: #113962;
|
||||||
padding-top: 5px;
|
padding: 5px 0;
|
||||||
padding-bottom: 5px;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fulldesk #footer {
|
.fulldesk #footer {
|
||||||
|
|||||||
@@ -160,9 +160,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<p id="logoutControl"><span id=logoutControlSpan class="logoncontrolspan"></span><span id=idleTimeoutNotify
|
<p id="logoutControl"><span id=logoutControlSpan class="logoncontrolspan"></span><span id=idleTimeoutNotify
|
||||||
style="color:yellow"></span></p>
|
style="color:yellow"></span></p>
|
||||||
<div class=textnewui id=textnewui onmouseup=toggleBootstrapUIMode() onkeypress="if (event.key=='Enter') { toggleBootstrapUIMode(); }">
|
|
||||||
<b>Try the new MeshCentral UI</b>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="sidebar flex-column" id="page_leftbar">
|
<div class="sidebar flex-column" id="page_leftbar">
|
||||||
<div style="height:24px"></div>
|
<div style="height:24px"></div>
|
||||||
@@ -1667,7 +1664,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="footer1">{{{footer}}}</div>
|
<div class="footer1">{{{footer}}}</div>
|
||||||
<div class="footer2" style="display:none;">
|
<div class="footer2">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6 d-flex gap-2">
|
<div class="col-md-6 d-flex gap-2">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user