mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
showNotesPanel in device view (#5543)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
0ce305ebcf
commit
c05cbeae88
6 changed files with 56 additions and 3 deletions
|
@ -3105,7 +3105,8 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
|||
pluginHandler: (parent.pluginHandler == null) ? 'null' : parent.pluginHandler.prepExports(),
|
||||
webRelayPort: ((args.relaydns != null) ? ((typeof args.aliasport == 'number') ? args.aliasport : args.port) : ((parent.webrelayserver != null) ? ((typeof args.relayaliasport == 'number') ? args.relayaliasport : parent.webrelayserver.port) : 0)),
|
||||
webRelayDns: ((args.relaydns != null) ? args.relaydns[0] : ''),
|
||||
hidePowerTimeline: (domain.hidepowertimeline ? 'true' : 'false')
|
||||
hidePowerTimeline: (domain.hidepowertimeline ? 'true' : 'false'),
|
||||
showNotesPanel: (domain.shownotespanel ? 'true' : 'false')
|
||||
}, dbGetFunc.req, domain), user);
|
||||
}
|
||||
xdbGetFunc.req = req;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue