1
0
Fork 0
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:
Ylian Saint-Hilaire 2020-08-26 18:42:41 -07:00
parent a5935144bc
commit e744813598
6 changed files with 325 additions and 9 deletions

View file

@ -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) {