mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added support for device stream downloads.
This commit is contained in:
parent
a5935144bc
commit
e744813598
6 changed files with 325 additions and 9 deletions
|
@ -1066,6 +1066,7 @@ function serverConnect() {
|
|||
if (settings.cmd == 'showevents') { console.log(data); return; }
|
||||
switch (data.action) {
|
||||
case 'serverinfo': { // SERVERINFO
|
||||
console.log(data);
|
||||
settings.currentDomain = data.serverinfo.domain;
|
||||
if (settings.cmd == 'serverinfo') {
|
||||
if (args.json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue