mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Linux --install/--uninstall/--start/--stop for quick Systemd install.
This commit is contained in:
parent
cd97e7f1e6
commit
fc62ff53df
3 changed files with 91 additions and 9 deletions
|
@ -321,8 +321,11 @@
|
|||
QV('resetpasswordpanelHint', passRequirements.hint === true);
|
||||
|
||||
// Display the welcome text
|
||||
if (welcomeText) { QH('welcomeText', welcomeText); }
|
||||
QH('welcomeText', addTextLink('MeshCentral', Q('welcomeText').innerHTML, 'http://www.meshcommander.com/meshcentral2'));
|
||||
if (welcomeText) {
|
||||
QH('welcomeText', welcomeText);
|
||||
} else {
|
||||
QH('welcomeText', addTextLink('MeshCentral', Q('welcomeText').innerHTML, 'http://www.meshcommander.com/meshcentral2'));
|
||||
}
|
||||
QV('welcomeText', true);
|
||||
|
||||
window.onresize = center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue