mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Started work on recordings panel.
This commit is contained in:
parent
50326fe6f6
commit
c09b06a65c
5 changed files with 343 additions and 268 deletions
|
@ -57,6 +57,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
const SITERIGHT_NONEWGROUPS = 64; // 0x00000040
|
||||
const SITERIGHT_NOMESHCMD = 128; // 0x00000080
|
||||
const SITERIGHT_USERGROUPS = 256; // 0x00000100
|
||||
const SITERIGHT_RECORDINGS = 512; // 0x00000200
|
||||
|
||||
var obj = {};
|
||||
obj.user = user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue