mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated MeshCentral Router.
This commit is contained in:
parent
c1b3323802
commit
3d84509d33
3 changed files with 7 additions and 0 deletions
|
@ -338,6 +338,7 @@
|
|||
</div>
|
||||
<script>
|
||||
'use strict';
|
||||
var welcomePictureFullScreen = (decodeURIComponent('{{{welcomePictureFullScreen}}}') === 'true');
|
||||
var passlogin = '{{{passlogin}}}';
|
||||
var passhint = '{{{passhint}}}';
|
||||
var loginMode = '{{{loginmode}}}';
|
||||
|
@ -365,6 +366,11 @@
|
|||
QV('welcomeTextRow', welcomeText != '');
|
||||
QH('welcomeText', welcomeText);
|
||||
|
||||
// Change the background image to full screen
|
||||
if (welcomePictureFullScreen) {
|
||||
|
||||
}
|
||||
|
||||
// Display the right server message
|
||||
var i;
|
||||
var messageid = parseInt('{{{messageid}}}');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue