Fixed a problem with the multi-desktop auto-connect.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-16 13:11:25 -07:00
parent 1836ce0ab2
commit 6f7b22157b
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.4.2-q",
"version": "0.4.2-r",
"keywords": [
"Remote Management",
"Intel AMT",

View File

@ -8701,6 +8701,7 @@ var QRCode;!function(){function a(a){this.mode=c.MODE_8BIT_BYTE,this.data=a,this
// Display "connect all" and "auto"
QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 16));
QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 16));
if (kvmDivs.length >= 16) { Q('autoConnectDesktopCheckbox').checked = false; }
// If displaying devices by groups, sort the group names and display the devices.
if (sort == 3) {

View File

@ -2672,6 +2672,7 @@
// Display "connect all" and "auto"
QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 16));
QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 16));
if (kvmDivs.length >= 16) { Q('autoConnectDesktopCheckbox').checked = false; }
// If displaying devices by groups, sort the group names and display the devices.
if (sort == 3) {