mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
New agents on all platforms.
This commit is contained in:
parent
9cbd1641e4
commit
b3fc8ad4a1
25 changed files with 29 additions and 21 deletions
|
@ -22,6 +22,11 @@
|
|||
#flink a:visited { color: #c8c8c8; }
|
||||
#flink a:hover { color: #c8c8c8; }
|
||||
#flink a:active { color: #c8c8c8; }
|
||||
|
||||
#welcomeText a:link { color: #FFF; }
|
||||
#welcomeText a:visited { color: #FFF; }
|
||||
#welcomeText a:hover { color: #FFF; }
|
||||
#welcomeText a:active { color: #FFF; }
|
||||
</style>
|
||||
</head>
|
||||
<body id="body" onload="if (typeof(startup) !== 'undefined') startup();" class="arg_hide login">
|
||||
|
@ -264,11 +269,12 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="welcomeTextRow"><td><div id="welcomeText" style="color:white;text-align:center;margin-left:20px;margin-right:20px"></div></td></tr>
|
||||
<tr style="height:20px">
|
||||
<td>
|
||||
<div>
|
||||
<div id="flink" style="float:right;margin-right:4px">{{{rootCertLink}}} <a href=terms>Terms & Privacy</a></div>
|
||||
<div id="flink" style="margin-left:4px">{{{footer}}}</div>
|
||||
<div id="flink" style="float:right;margin-right:4px;color:#c8c8c8">{{{rootCertLink}}} <a href=terms>Terms & Privacy</a></div>
|
||||
<div id="flink" style="margin-left:4px;color:#c8c8c8">{{{footer}}}</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -315,6 +321,9 @@
|
|||
function startup() {
|
||||
if (decodeURIComponent('{{{loginpicture}}}') == 'true') { Q('loginPicture').src = "loginlogo.png"; }
|
||||
|
||||
QV('welcomeTextRow', welcomeText != '');
|
||||
QH('welcomeText', welcomeText);
|
||||
|
||||
// Display the right server message
|
||||
var i;
|
||||
var messageid = parseInt('{{{messageid}}}');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue