bootstrap3: dark mode fixes, buttons replaced, more translate fixes #6496
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Dec 22, 2024 at 01:28 UTC
1b01b90cd6498a320b016933651abd509216833a
4 files changed
+3644
-3903
public/scripts/common-0.0.1.js
+1
@@ -17,6 +17,7 @@ function QV(x, y) { try { QS(x).display = (y ? '' : 'none'); } catch (x) { } }
17
function QA(x, y) { Q(x).innerHTML += y; } // "Q" append
18
function QH(x, y) { Q(x).innerHTML = y; } // "Q" html
19
function QC(x) { try { return Q(x).classList; } catch (x) { } } // "Q" class
20
+function QVH(x, y) { try { y ? Q(x).classList.remove('visually-hidden') : Q(x).classList.add('visually-hidden'); } catch (x) { } } // "Q" visibility
21
22
// Move cursor to end of input box
23
function inputBoxFocus(x) { Q(x).focus(); var v = Q(x).value; Q(x).value = ''; Q(x).value = v; }
public/styles/style-bootstrap.css
+18
-56
@@ -295,8 +295,8 @@ body {
295
#MainSubMenuSpan, #MeshSubMenuSpan, #EventsSubMenuSpan, #UserSubMenuSpan, #UsersSubMenuSpan, #ServerSubMenuSpan, #MainMenuSpan, #MainSubMenu, #MeshSubMenu, #UserSubMenu, #ServerSubMenu, #UserDummyMenu, #PluginSubMenu {
296
width: 100%;
297
height: 24px;
298
- color: var(--sub-menu-color);
299
- background: var(--sub-menu-bg);
298
+ color: var(--bs-secondary-color);
299
+ background: var(--bs-secondary-bg);
300
}
301
302
.menu_stack #UserDummyMenu {
@@ -730,25 +730,21 @@ body {
730
731
#devListToolbarSpan {
732
width: 100%;
733
- background: var(--sub-menu-bg);
733
+ background: var(--bs-secondary-bg);
734
+ color: var(--bs-secondary-color);
735
vertical-align: middle;
736
border-spacing: 0;
737
}
738
738
-.night #devListToolbarSpan {
739
- color: black;
740
- background-color: #d3d9d6;
741
-}
742
-
743
-#SearchInput {
739
+#SearchInput, #KvmSearchInput {
740
width: 120px;
741
}
742
747
-#SearchInput.search {
743
+#SearchInput.search, #KvmSearchInput.search {
744
background-color: #FDFFBE;
745
}
746
751
-.night #SearchInput.search {
747
+.night #SearchInput.search, .night #KvmSearchInput.search {
748
background-color: grey;
749
}
750
@@ -1078,11 +1074,6 @@ NoMeshesPanel img {
1074
1075
.pTable {
1076
width: 100%;
1081
- height: 24px;
1082
- background: var(--sub-menu-bg) !important;
1083
- margin-bottom: 4px;
1084
- vertical-align: middle;
1085
- border-spacing: 0;
1077
}
1078
1079
#p50groups {
@@ -1126,24 +1117,15 @@ NoMeshesPanel img {
1117
1118
#p5filehead {
1119
width: 100%;
1129
- background: var(--sub-menu-bg);
1130
- text-align: left;
1131
- padding: 4px;
1132
-}
1133
-
1134
-.night #p5filehead {
1135
- background: var(--sub-menu-bg);
1120
+ background: var(--bs-secondary-bg);
1121
+ padding: 4px 0px;
1122
}
1123
1124
#p5filesubhead {
1139
- background: var(--sub-menu-bg);
1125
+ background: var(--bs-secondary-bg);
1126
height: 28px;
1127
}
1128
1143
-.night #p5filesubhead {
1144
- background-color: #222;
1145
-}
1146
-
1129
#p5rightOfButtons {
1130
float: right;
1131
margin-top: 3px;
@@ -1744,14 +1726,14 @@ nav .lbbuttonsel2 {
1726
.style3 {
1727
text-align: center;
1728
color: white;
1747
- background: var(--sub-menu-bg);
1729
+ background: var(--bs-secondary-bg);
1730
font-weight: bold;
1731
}
1732
1733
.style3x {
1734
text-align: center;
1753
- color: var(--sub-menu-color);
1754
- background: var(--sub-menu-bg);
1735
+ color: var(--bs-secondary-color);
1736
+ background: var(--bs-secondary-bg);
1737
font-weight: bold;
1738
}
1739
@@ -1832,34 +1814,21 @@ nav .lbbuttonsel2 {
1814
.style14 {
1815
height: 100%;
1816
text-align: left;
1835
- /* background-color: #D3D9D6; */
1836
- background: var(--sub-menu-bg);
1817
+ background: var(--bs-secondary-bg);
1818
}
1819
1820
.night .style14 {
1840
- background-color: #333;
1821
color: #CCC;
1822
}
1823
1824
.auto-style1 {
1845
- background: var(--sub-menu-bg);
1846
- text-align: right;
1847
-}
1848
-
1849
-#pTable .auto-style1 {
1850
- height: 100%;
1851
- float: right;
1825
+ background: var(--bs-secondary-bg);
1826
}
1827
1828
.night .auto-style1 {
1855
- background: var(--sub-menu-bg);
1829
color: #CCC;
1830
}
1831
1859
-.night #pTable {
1860
- color: black;
1861
-}
1862
-
1832
.icon2 {
1833
float: left;
1834
margin: 7px;
@@ -2746,23 +2715,16 @@ nav .lbbuttonsel2 {
2715
2716
#p13toolbar .areaHead2 {
2717
width: 100%;
2749
- background: var(--sub-menu-bg);
2750
- text-align: left;
2751
- padding: 4px;
2718
+ background: var(--bs-secondary-bg);
2719
+ padding: 4px 0px;
2720
}
2721
2754
- .night #p13toolbar .areaHead2 {
2755
- background: var(--sub-menu-bg);
2756
- }
2722
2723
#p13toolbar .areaHead3 {
2759
- background: var(--sub-menu-bg);
2724
+ background: var(--bs-secondary-bg);
2725
height: 28px;
2726
}
2727
2763
- .night #p13toolbar .areaHead3 {
2764
- background-color: #333;
2765
- }
2728
2729
#p13filetable {
2730
width: 100%;
translate/translate.json
+3319
-3385
@@ -26,9 +26,9 @@
26
"default.handlebars->container->column_l->p3->3->1->0->5->p3limitdropdown",
27
"default.handlebars->container->column_l->p31->3->1->0->5->p31filterevents",
28
"default.handlebars->container->column_l->p31->3->1->0->5->p31limitdropdown",
29
- "default3.handlebars->container->column_l->p16->3->1->0->3->p16filterevents",
30
- "default3.handlebars->container->column_l->p3->3->1->0->3->1->p3filterevents",
31
- "default3.handlebars->container->column_l->p3->3->1->0->3->3->p3limitdropdown",
29
+ "default3.handlebars->container->column_l->p16->3->1->0->1->1->p16filterevents",
30
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3filterevents",
31
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3limitdropdown",
32
"default3.handlebars->container->column_l->p31->3->1->0->3->1->p31filterevents",
33
"default3.handlebars->container->column_l->p31->3->1->0->3->3->p31limitdropdown"
34
]
@@ -39,7 +39,7 @@
39
"nl": " (",
40
"xloc": [
41
"default.handlebars->47->1540",
42
- "default3.handlebars->41->1418"
42
+ "default3.handlebars->35->1418"
43
]
44
},
45
{
@@ -70,8 +70,8 @@
70
"xloc": [
71
"default.handlebars->47->2207",
72
"default.handlebars->47->2209",
73
- "default3.handlebars->41->2014",
74
- "default3.handlebars->41->2016"
73
+ "default3.handlebars->35->2014",
74
+ "default3.handlebars->35->2016"
75
]
76
},
77
{
@@ -102,7 +102,7 @@
102
"xloc": [
103
"default-mobile.handlebars->11->59",
104
"default.handlebars->47->79",
105
- "default3.handlebars->41->78"
105
+ "default3.handlebars->35->78"
106
]
107
},
108
{
@@ -133,7 +133,7 @@
133
"xloc": [
134
"default-mobile.handlebars->11->57",
135
"default.handlebars->47->77",
136
- "default3.handlebars->41->76"
136
+ "default3.handlebars->35->76"
137
]
138
},
139
{
@@ -164,7 +164,7 @@
164
"xloc": [
165
"default-mobile.handlebars->11->55",
166
"default.handlebars->47->75",
167
- "default3.handlebars->41->74"
167
+ "default3.handlebars->35->74"
168
]
169
},
170
{
@@ -195,7 +195,7 @@
195
"xloc": [
196
"default-mobile.handlebars->11->60",
197
"default.handlebars->47->80",
198
- "default3.handlebars->41->79"
198
+ "default3.handlebars->35->79"
199
]
200
},
201
{
@@ -226,7 +226,7 @@
226
"xloc": [
227
"default-mobile.handlebars->11->58",
228
"default.handlebars->47->78",
229
- "default3.handlebars->41->77"
229
+ "default3.handlebars->35->77"
230
]
231
},
232
{
@@ -257,7 +257,7 @@
257
"xloc": [
258
"default-mobile.handlebars->11->56",
259
"default.handlebars->47->76",
260
- "default3.handlebars->41->75"
260
+ "default3.handlebars->35->75"
261
]
262
},
263
{
@@ -290,20 +290,20 @@
290
"default-mobile.handlebars->11->54",
291
"default.handlebars->47->73",
292
"default.handlebars->47->74",
293
- "default3.handlebars->41->72",
294
- "default3.handlebars->41->73"
293
+ "default3.handlebars->35->72",
294
+ "default3.handlebars->35->73"
295
]
296
},
297
{
298
"en": " Add Device",
299
"xloc": [
300
- "default3.handlebars->41->2641"
300
+ "default3.handlebars->35->2641"
301
]
302
},
303
{
304
"en": " Add Device Group",
305
"xloc": [
306
- "default3.handlebars->41->2635"
306
+ "default3.handlebars->35->2635"
307
]
308
},
309
{
@@ -335,7 +335,7 @@
335
{
336
"en": " Add Users",
337
"xloc": [
338
- "default3.handlebars->41->2630"
338
+ "default3.handlebars->35->2630"
339
]
340
},
341
{
@@ -391,7 +391,7 @@
391
"uk": " Підказку для пароля можна використати, але не рекомендується.",
392
"xloc": [
393
"default.handlebars->47->2083",
394
- "default3.handlebars->41->1912"
394
+ "default3.handlebars->35->1912"
395
]
396
},
397
{
@@ -422,8 +422,8 @@
422
"xloc": [
423
"default.handlebars->47->2331",
424
"default.handlebars->47->2913",
425
- "default3.handlebars->41->2114",
426
- "default3.handlebars->41->2657"
425
+ "default3.handlebars->35->2114",
426
+ "default3.handlebars->35->2657"
427
]
428
},
429
{
@@ -563,7 +563,7 @@
563
"uk": " із TLS.",
564
"xloc": [
565
"default.handlebars->47->270",
566
- "default3.handlebars->41->250"
566
+ "default3.handlebars->35->250"
567
]
568
},
569
{
@@ -593,7 +593,7 @@
593
"uk": " без TLS.",
594
"xloc": [
595
"default.handlebars->47->271",
596
- "default3.handlebars->41->251"
596
+ "default3.handlebars->35->251"
597
]
598
},
599
{
@@ -1017,7 +1017,7 @@
1017
"xloc": [
1018
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1",
1019
"default.handlebars->47->1541",
1020
- "default3.handlebars->41->1419"
1020
+ "default3.handlebars->35->1419"
1021
]
1022
},
1023
{
@@ -1048,8 +1048,8 @@
1048
"xloc": [
1049
"default.handlebars->47->2291",
1050
"default.handlebars->47->528",
1051
- "default3.handlebars->41->2083",
1052
- "default3.handlebars->41->492"
1051
+ "default3.handlebars->35->2083",
1052
+ "default3.handlebars->35->492"
1053
]
1054
},
1055
{
@@ -1079,7 +1079,7 @@
1079
"uk": "* Для BSD, запустіть \\\"pkg install wget sudo bash\\\" спочатку.",
1080
"xloc": [
1081
"default.handlebars->47->625",
1082
- "default3.handlebars->41->564"
1082
+ "default3.handlebars->35->564"
1083
]
1084
},
1085
{
@@ -1166,12 +1166,12 @@
1166
"default.handlebars->47->1651",
1167
"default.handlebars->47->2407",
1168
"default.handlebars->47->2686",
1169
- "default3.handlebars->41->1510",
1170
- "default3.handlebars->41->1512",
1171
- "default3.handlebars->41->1514",
1172
- "default3.handlebars->41->2189",
1173
- "default3.handlebars->41->2455",
1174
- "default3.handlebars->41->944"
1169
+ "default3.handlebars->35->1510",
1170
+ "default3.handlebars->35->1512",
1171
+ "default3.handlebars->35->1514",
1172
+ "default3.handlebars->35->2189",
1173
+ "default3.handlebars->35->2455",
1174
+ "default3.handlebars->35->944"
1175
]
1176
},
1177
{
@@ -1286,7 +1286,7 @@
1286
"xloc": [
1287
"default-mobile.handlebars->11->399",
1288
"default.handlebars->47->356",
1289
- "default3.handlebars->41->328"
1289
+ "default3.handlebars->35->328"
1290
]
1291
},
1292
{
@@ -1316,7 +1316,7 @@
1316
"uk": ", Локальні Пристрої",
1317
"xloc": [
1318
"default.handlebars->47->358",
1319
- "default3.handlebars->41->330"
1319
+ "default3.handlebars->35->330"
1320
]
1321
},
1322
{
@@ -1347,7 +1347,7 @@
1347
"xloc": [
1348
"default-mobile.handlebars->11->914",
1349
"default.handlebars->47->1757",
1350
- "default3.handlebars->41->1618"
1350
+ "default3.handlebars->35->1618"
1351
]
1352
},
1353
{
@@ -1378,8 +1378,8 @@
1378
"xloc": [
1379
"default.handlebars->47->1102",
1380
"default.handlebars->47->2249",
1381
- "default3.handlebars->41->1039",
1382
- "default3.handlebars->41->2056"
1381
+ "default3.handlebars->35->1039",
1382
+ "default3.handlebars->35->2056"
1383
]
1384
},
1385
{
@@ -1410,8 +1410,8 @@
1410
"xloc": [
1411
"default.handlebars->47->1103",
1412
"default.handlebars->47->2250",
1413
- "default3.handlebars->41->1040",
1414
- "default3.handlebars->41->2057"
1413
+ "default3.handlebars->35->1040",
1414
+ "default3.handlebars->35->2057"
1415
]
1416
},
1417
{
@@ -1440,7 +1440,7 @@
1440
"zh-cht": ", RDP",
1441
"xloc": [
1442
"default.handlebars->47->1402",
1443
- "default3.handlebars->41->1296"
1443
+ "default3.handlebars->35->1296"
1444
]
1445
},
1446
{
@@ -1471,8 +1471,8 @@
1471
"xloc": [
1472
"default.handlebars->47->1099",
1473
"default.handlebars->47->2246",
1474
- "default3.handlebars->41->1036",
1475
- "default3.handlebars->41->2053"
1474
+ "default3.handlebars->35->1036",
1475
+ "default3.handlebars->35->2053"
1476
]
1477
},
1478
{
@@ -1503,8 +1503,8 @@
1503
"xloc": [
1504
"default.handlebars->47->1100",
1505
"default.handlebars->47->2247",
1506
- "default3.handlebars->41->1037",
1507
- "default3.handlebars->41->2054"
1506
+ "default3.handlebars->35->1037",
1507
+ "default3.handlebars->35->2054"
1508
]
1509
},
1510
{
@@ -1560,7 +1560,7 @@
1560
"uk": ", Пов'язані Пристрої",
1561
"xloc": [
1562
"default.handlebars->47->357",
1563
- "default3.handlebars->41->329"
1563
+ "default3.handlebars->35->329"
1564
]
1565
},
1566
{
@@ -1590,7 +1590,7 @@
1590
"xloc": [
1591
"default-mobile.handlebars->11->699",
1592
"default.handlebars->47->1524",
1593
- "default3.handlebars->41->1406"
1593
+ "default3.handlebars->35->1406"
1594
]
1595
},
1596
{
@@ -1619,7 +1619,7 @@
1619
"zh-cht": ", SSH",
1620
"xloc": [
1621
"default.handlebars->47->1492",
1622
- "default3.handlebars->41->1376"
1622
+ "default3.handlebars->35->1376"
1623
]
1624
},
1625
{
@@ -1648,7 +1648,7 @@
1648
"zh-cht": ",軟體KVM",
1649
"xloc": [
1650
"default.handlebars->47->1385",
1651
- "default3.handlebars->41->1281",
1651
+ "default3.handlebars->35->1281",
1652
"sharing.handlebars->11->12"
1653
]
1654
},
@@ -1680,8 +1680,8 @@
1680
"xloc": [
1681
"default.handlebars->47->1104",
1682
"default.handlebars->47->2251",
1683
- "default3.handlebars->41->1041",
1684
- "default3.handlebars->41->2058"
1683
+ "default3.handlebars->35->1041",
1684
+ "default3.handlebars->35->2058"
1685
]
1686
},
1687
{
@@ -1738,8 +1738,8 @@
1738
"xloc": [
1739
"default.handlebars->47->1101",
1740
"default.handlebars->47->2248",
1741
- "default3.handlebars->41->1038",
1742
- "default3.handlebars->41->2055"
1741
+ "default3.handlebars->35->1038",
1742
+ "default3.handlebars->35->2055"
1743
]
1744
},
1745
{
@@ -1773,9 +1773,9 @@
1773
"default.handlebars->47->1401",
1774
"default.handlebars->47->1493",
1775
"default.handlebars->47->1525",
1776
- "default3.handlebars->41->1295",
1777
- "default3.handlebars->41->1377",
1778
- "default3.handlebars->41->1407",
1776
+ "default3.handlebars->35->1295",
1777
+ "default3.handlebars->35->1377",
1778
+ "default3.handlebars->35->1407",
1779
"sharing.handlebars->11->19",
1780
"sharing.handlebars->11->27",
1781
"sharing.handlebars->11->44",
@@ -1783,10 +1783,7 @@
1783
]
1784
},
1785
{
1786
- "en": ", click\n here to enable it.",
1787
- "xloc": [
1788
- "default3.handlebars->container->column_l->p12->p12warning->3->p12warninga"
1789
- ]
1786
+ "en": ", click\n here to enable it."
1787
},
1788
{
1789
"bs": ", kliknite ovdje da biste to omogućili.",
@@ -1817,6 +1814,7 @@
1814
"default.handlebars->container->column_l->p11->p11warning->3->p11warninga",
1815
"default.handlebars->container->column_l->p12->p12warning->3->p12warninga",
1816
"default3.handlebars->container->column_l->p11->p11warning->3->p11warninga",
1817
+ "default3.handlebars->container->column_l->p12->p12warning->3->p12warninga",
1818
"sharing.handlebars->p12->p12warning->3->p12warninga"
1819
]
1820
},
@@ -2016,7 +2014,7 @@
2014
"uk": ", {0} стежень(ння)",
2015
"xloc": [
2016
"default.handlebars->47->1396",
2019
- "default3.handlebars->41->1291",
2017
+ "default3.handlebars->35->1291",
2018
"sharing.handlebars->11->13"
2019
]
2020
},
@@ -2149,9 +2147,9 @@
2147
"default.handlebars->47->1539",
2148
"default.handlebars->47->2473",
2149
"default.handlebars->47->3150",
2152
- "default3.handlebars->41->1417",
2153
- "default3.handlebars->41->2249",
2154
- "default3.handlebars->41->2876",
2150
+ "default3.handlebars->35->1417",
2151
+ "default3.handlebars->35->2249",
2152
+ "default3.handlebars->35->2876",
2153
"sharing.handlebars->11->50"
2154
]
2155
},
@@ -2338,7 +2336,7 @@
2336
"uk": "1 активна сесія",
2337
"xloc": [
2338
"default.handlebars->47->3008",
2341
- "default3.handlebars->41->2751"
2339
+ "default3.handlebars->35->2751"
2340
]
2341
},
2342
{
@@ -2370,7 +2368,7 @@
2368
"default-mobile.handlebars->11->1056",
2369
"default-mobile.handlebars->11->362",
2370
"default.handlebars->47->2497",
2373
- "default3.handlebars->41->2272",
2371
+ "default3.handlebars->35->2272",
2372
"download.handlebars->3->1",
2373
"download2.handlebars->5->1",
2374
"sharing.handlebars->11->101"
@@ -2432,7 +2430,7 @@
2430
"uk": "1 підключення",
2431
"xloc": [
2432
"default.handlebars->47->1398",
2435
- "default3.handlebars->41->1293",
2433
+ "default3.handlebars->35->1293",
2434
"sharing.handlebars->11->15"
2435
]
2436
},
@@ -2465,9 +2463,9 @@
2463
"default.handlebars->47->278",
2464
"default.handlebars->47->557",
2465
"default.handlebars->47->571",
2468
- "default3.handlebars->41->258",
2469
- "default3.handlebars->41->519",
2470
- "default3.handlebars->41->532"
2466
+ "default3.handlebars->35->258",
2467
+ "default3.handlebars->35->519",
2468
+ "default3.handlebars->35->532"
2469
]
2470
},
2471
{
@@ -2497,7 +2495,7 @@
2495
"uk": "1 група",
2496
"xloc": [
2497
"default.handlebars->47->2963",
2500
- "default3.handlebars->41->2706"
2498
+ "default3.handlebars->35->2706"
2499
]
2500
},
2501
{
@@ -2529,9 +2527,9 @@
2527
"default.handlebars->47->276",
2528
"default.handlebars->47->555",
2529
"default.handlebars->47->569",
2532
- "default3.handlebars->41->256",
2533
- "default3.handlebars->41->517",
2534
- "default3.handlebars->41->530"
2530
+ "default3.handlebars->35->256",
2531
+ "default3.handlebars->35->517",
2532
+ "default3.handlebars->35->530"
2533
]
2534
},
2535
{
@@ -2562,8 +2560,8 @@
2560
"xloc": [
2561
"default.handlebars->47->1212",
2562
"default.handlebars->47->2048",
2565
- "default3.handlebars->41->1136",
2566
- "default3.handlebars->41->1886"
2563
+ "default3.handlebars->35->1136",
2564
+ "default3.handlebars->35->1886"
2565
]
2566
},
2567
{
@@ -2593,7 +2591,7 @@
2591
"uk": "1 хвилина до відключення",
2592
"xloc": [
2593
"default.handlebars->47->83",
2596
- "default3.handlebars->41->82"
2594
+ "default3.handlebars->35->82"
2595
]
2596
},
2597
{
@@ -2625,9 +2623,9 @@
2623
"default.handlebars->47->280",
2624
"default.handlebars->47->559",
2625
"default.handlebars->47->573",
2628
- "default3.handlebars->41->260",
2629
- "default3.handlebars->41->521",
2630
- "default3.handlebars->41->534"
2626
+ "default3.handlebars->35->260",
2627
+ "default3.handlebars->35->521",
2628
+ "default3.handlebars->35->534"
2629
]
2630
},
2631
{
@@ -2657,7 +2655,7 @@
2655
"uk": "ще 1 користувача не показано, використовуйте поле пошуку для перегляду користувачів...",
2656
"xloc": [
2657
"default.handlebars->47->2718",
2660
- "default3.handlebars->41->2485"
2658
+ "default3.handlebars->35->2485"
2659
]
2660
},
2661
{
@@ -2687,7 +2685,7 @@
2685
"uk": "1 вузол",
2686
"xloc": [
2687
"default.handlebars->47->686",
2690
- "default3.handlebars->41->644"
2688
+ "default3.handlebars->35->644"
2689
]
2690
},
2691
{
@@ -2770,7 +2768,7 @@
2768
"xloc": [
2769
"default-mobile.handlebars->11->576",
2770
"default.handlebars->47->1250",
2773
- "default3.handlebars->41->1173"
2771
+ "default3.handlebars->35->1173"
2772
]
2773
},
2774
{
@@ -2800,7 +2798,7 @@
2798
"uk": "1 секунда до відключення",
2799
"xloc": [
2800
"default.handlebars->47->81",
2803
- "default3.handlebars->41->80"
2801
+ "default3.handlebars->35->80"
2802
]
2803
},
2804
{
@@ -2830,7 +2828,7 @@
2828
"uk": "1 відібраний пристрій поза мережою.",
2829
"xloc": [
2830
"default.handlebars->47->754",
2833
- "default3.handlebars->41->710"
2831
+ "default3.handlebars->35->710"
2832
]
2833
},
2834
{
@@ -2860,7 +2858,7 @@
2858
"uk": "1 відібраний пристрій у мережі.",
2859
"xloc": [
2860
"default.handlebars->47->752",
2863
- "default3.handlebars->41->708"
2861
+ "default3.handlebars->35->708"
2862
]
2863
},
2864
{
@@ -2904,14 +2902,14 @@
2902
"default.handlebars->47->462",
2903
"default.handlebars->47->466",
2904
"default.handlebars->47->470",
2907
- "default3.handlebars->41->2489",
2908
- "default3.handlebars->41->419",
2909
- "default3.handlebars->41->422",
2910
- "default3.handlebars->41->426",
2911
- "default3.handlebars->41->430",
2912
- "default3.handlebars->41->434",
2913
- "default3.handlebars->41->438",
2914
- "default3.handlebars->41->442"
2905
+ "default3.handlebars->35->2489",
2906
+ "default3.handlebars->35->419",
2907
+ "default3.handlebars->35->422",
2908
+ "default3.handlebars->35->426",
2909
+ "default3.handlebars->35->430",
2910
+ "default3.handlebars->35->434",
2911
+ "default3.handlebars->35->438",
2912
+ "default3.handlebars->35->442"
2913
]
2914
},
2915
{
@@ -2943,9 +2941,9 @@
2941
"default.handlebars->47->279",
2942
"default.handlebars->47->558",
2943
"default.handlebars->47->572",
2946
- "default3.handlebars->41->259",
2947
- "default3.handlebars->41->520",
2948
- "default3.handlebars->41->533"
2944
+ "default3.handlebars->35->259",
2945
+ "default3.handlebars->35->520",
2946
+ "default3.handlebars->35->533"
2947
]
2948
},
2949
{
@@ -3125,8 +3123,8 @@
3123
"xloc": [
3124
"default.handlebars->47->1214",
3125
"default.handlebars->47->2050",
3128
- "default3.handlebars->41->1138",
3129
- "default3.handlebars->41->1888"
3126
+ "default3.handlebars->35->1138",
3127
+ "default3.handlebars->35->1888"
3128
]
3129
},
3130
{
@@ -3157,7 +3155,7 @@
3155
"xloc": [
3156
"default-mobile.handlebars->11->578",
3157
"default.handlebars->47->1252",
3160
- "default3.handlebars->41->1175"
3158
+ "default3.handlebars->35->1175"
3159
]
3160
},
3161
{
@@ -3276,14 +3274,12 @@
3274
"xloc": [
3275
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3276
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->9",
3279
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3277
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3278
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->9"
3279
]
3280
},
3281
{
3283
- "en": "1024×768",
3284
- "xloc": [
3285
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->9"
3286
- ]
3282
+ "en": "1024×768"
3283
},
3284
{
3285
"bs": "10x Brzina",
@@ -3342,8 +3338,8 @@
3338
"xloc": [
3339
"default.handlebars->47->1222",
3340
"default.handlebars->47->2058",
3345
- "default3.handlebars->41->1146",
3346
- "default3.handlebars->41->1896"
3341
+ "default3.handlebars->35->1146",
3342
+ "default3.handlebars->35->1896"
3343
]
3344
},
3345
{
@@ -3429,14 +3425,12 @@
3425
"xloc": [
3426
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3427
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->11",
3432
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3428
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3429
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->11"
3430
]
3431
},
3432
{
3436
- "en": "1280×800",
3437
- "xloc": [
3438
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->11"
3439
- ]
3433
+ "en": "1280×800"
3434
},
3435
{
3436
"bs": "1440x900",
@@ -3465,14 +3459,12 @@
3459
"xloc": [
3460
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3461
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->13",
3468
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3462
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3463
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->13"
3464
]
3465
},
3466
{
3472
- "en": "1440×900",
3473
- "xloc": [
3474
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->13"
3475
- ]
3467
+ "en": "1440×900"
3468
},
3469
{
3470
"bs": "15 minuta",
@@ -3502,8 +3494,8 @@
3494
"xloc": [
3495
"default.handlebars->47->1215",
3496
"default.handlebars->47->2051",
3505
- "default3.handlebars->41->1139",
3506
- "default3.handlebars->41->1889"
3497
+ "default3.handlebars->35->1139",
3498
+ "default3.handlebars->35->1889"
3499
]
3500
},
3501
{
@@ -3534,8 +3526,8 @@
3526
"xloc": [
3527
"default.handlebars->47->1223",
3528
"default.handlebars->47->2059",
3537
- "default3.handlebars->41->1147",
3538
- "default3.handlebars->41->1897"
3529
+ "default3.handlebars->35->1147",
3530
+ "default3.handlebars->35->1897"
3531
]
3532
},
3533
{
@@ -3565,14 +3557,12 @@
3557
"xloc": [
3558
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3559
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->15",
3568
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3560
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3561
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->15"
3562
]
3563
},
3564
{
3572
- "en": "1600×900",
3573
- "xloc": [
3574
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->15"
3575
- ]
3565
+ "en": "1600×900"
3566
},
3567
{
3568
"bs": "1680x1050",
@@ -3601,14 +3591,12 @@
3591
"xloc": [
3592
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3593
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->17",
3604
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3594
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3595
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->17"
3596
]
3597
},
3598
{
3608
- "en": "1680×1050",
3609
- "xloc": [
3610
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->17"
3611
- ]
3599
+ "en": "1680×1050"
3600
},
3601
{
3602
"bs": "1920x1080",
@@ -3637,14 +3625,12 @@
3625
"xloc": [
3626
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
3627
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->19",
3640
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
3628
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
3629
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->19"
3630
]
3631
},
3632
{
3644
- "en": "1920×1080",
3645
- "xloc": [
3646
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->19"
3647
- ]
3633
+ "en": "1920×1080"
3634
},
3635
{
3636
"bs": "2 bajta po pikselu",
@@ -3703,8 +3689,8 @@
3689
"xloc": [
3690
"default.handlebars->47->1225",
3691
"default.handlebars->47->2061",
3706
- "default3.handlebars->41->1149",
3707
- "default3.handlebars->41->1899"
3692
+ "default3.handlebars->35->1149",
3693
+ "default3.handlebars->35->1899"
3694
]
3695
},
3696
{
@@ -3735,8 +3721,8 @@
3721
"xloc": [
3722
"default.handlebars->47->1219",
3723
"default.handlebars->47->2055",
3738
- "default3.handlebars->41->1143",
3739
- "default3.handlebars->41->1893"
3724
+ "default3.handlebars->35->1143",
3725
+ "default3.handlebars->35->1893"
3726
]
3727
},
3728
{
@@ -3766,7 +3752,7 @@
3752
"uk": "активація двофакторної автентифікації невдала.",
3753
"xloc": [
3754
"default.handlebars->47->221",
3769
- "default3.handlebars->41->210"
3755
+ "default3.handlebars->35->210"
3756
]
3757
},
3758
{
@@ -3796,7 +3782,7 @@
3782
"uk": "видалення двофакторної автентифікації невдале.",
3783
"xloc": [
3784
"default.handlebars->47->226",
3799
- "default3.handlebars->41->214"
3785
+ "default3.handlebars->35->214"
3786
]
3787
},
3788
{
@@ -3946,8 +3932,8 @@
3932
"xloc": [
3933
"default.handlebars->47->1224",
3934
"default.handlebars->47->2060",
3949
- "default3.handlebars->41->1148",
3950
- "default3.handlebars->41->1898"
3935
+ "default3.handlebars->35->1148",
3936
+ "default3.handlebars->35->1898"
3937
]
3938
},
3939
{
@@ -4034,7 +4020,7 @@
4020
"uk": "ДФА резервні коди очищено",
4021
"xloc": [
4022
"default.handlebars->47->2610",
4037
- "default3.handlebars->41->2379"
4023
+ "default3.handlebars->35->2379"
4024
]
4025
},
4026
{
@@ -4065,7 +4051,7 @@
4051
"xloc": [
4052
"default-mobile.handlebars->11->63",
4053
"default.handlebars->47->208",
4068
- "default3.handlebars->41->198"
4054
+ "default3.handlebars->35->198"
4055
]
4056
},
4057
{
@@ -4095,7 +4081,7 @@
4081
"uk": "Двофакторний",
4082
"xloc": [
4083
"default.handlebars->47->3187",
4098
- "default3.handlebars->41->2912"
4084
+ "default3.handlebars->35->2912"
4085
]
4086
},
4087
{
@@ -4126,8 +4112,8 @@
4112
"xloc": [
4113
"default.handlebars->47->2736",
4114
"default.handlebars->47->2989",
4129
- "default3.handlebars->41->2503",
4130
- "default3.handlebars->41->2732"
4115
+ "default3.handlebars->35->2503",
4116
+ "default3.handlebars->35->2732"
4117
]
4118
},
4119
{
@@ -4299,8 +4285,8 @@
4285
"xloc": [
4286
"default.handlebars->47->1216",
4287
"default.handlebars->47->2052",
4302
- "default3.handlebars->41->1140",
4303
- "default3.handlebars->41->1890"
4288
+ "default3.handlebars->35->1140",
4289
+ "default3.handlebars->35->1890"
4290
]
4291
},
4292
{
@@ -4331,7 +4317,7 @@
4317
"xloc": [
4318
"default-mobile.handlebars->11->744",
4319
"default.handlebars->47->1604",
4334
- "default3.handlebars->41->1467"
4320
+ "default3.handlebars->35->1467"
4321
]
4322
},
4323
{
@@ -4419,8 +4405,8 @@
4405
"xloc": [
4406
"default.handlebars->47->1226",
4407
"default.handlebars->47->2062",
4422
- "default3.handlebars->41->1150",
4423
- "default3.handlebars->41->1900"
4408
+ "default3.handlebars->35->1150",
4409
+ "default3.handlebars->35->1900"
4410
]
4411
},
4412
{
@@ -4451,8 +4437,8 @@
4437
"xloc": [
4438
"default.handlebars->47->1220",
4439
"default.handlebars->47->2056",
4454
- "default3.handlebars->41->1144",
4455
- "default3.handlebars->41->1894"
4440
+ "default3.handlebars->35->1144",
4441
+ "default3.handlebars->35->1894"
4442
]
4443
},
4444
{
@@ -4600,8 +4586,8 @@
4586
"xloc": [
4587
"default.handlebars->47->1217",
4588
"default.handlebars->47->2053",
4603
- "default3.handlebars->41->1141",
4604
- "default3.handlebars->41->1891"
4589
+ "default3.handlebars->35->1141",
4590
+ "default3.handlebars->35->1891"
4591
]
4592
},
4593
{
@@ -4661,8 +4647,8 @@
4647
"xloc": [
4648
"default.handlebars->47->1213",
4649
"default.handlebars->47->2049",
4664
- "default3.handlebars->41->1137",
4665
- "default3.handlebars->41->1887"
4650
+ "default3.handlebars->35->1137",
4651
+ "default3.handlebars->35->1887"
4652
]
4653
},
4654
{
@@ -4693,7 +4679,7 @@
4679
"xloc": [
4680
"default-mobile.handlebars->11->577",
4681
"default.handlebars->47->1251",
4696
- "default3.handlebars->41->1174"
4682
+ "default3.handlebars->35->1174"
4683
]
4684
},
4685
{
@@ -4874,8 +4860,8 @@
4860
"xloc": [
4861
"default.handlebars->47->1218",
4862
"default.handlebars->47->2054",
4877
- "default3.handlebars->41->1142",
4878
- "default3.handlebars->41->1892"
4863
+ "default3.handlebars->35->1142",
4864
+ "default3.handlebars->35->1892"
4865
]
4866
},
4867
{
@@ -4964,7 +4950,7 @@
4950
"xloc": [
4951
"default-mobile.handlebars->11->746",
4952
"default.handlebars->47->1606",
4967
- "default3.handlebars->41->1469"
4953
+ "default3.handlebars->35->1469"
4954
]
4955
},
4956
{
@@ -4994,14 +4980,12 @@
4980
"xloc": [
4981
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize",
4982
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->7",
4997
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize"
4983
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize",
4984
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->7"
4985
]
4986
},
4987
{
5001
- "en": "640×480",
5002
- "xloc": [
5003
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->d7rdpsize->7"
5004
- ]
4988
+ "en": "640×480"
4989
},
4990
{
4991
"bs": "64-bitna verzija macOS Mesh Agenta",
@@ -5134,7 +5118,7 @@
5118
"uk": "7-денний стан живлення",
5119
"xloc": [
5120
"default.handlebars->47->1297",
5137
- "default3.handlebars->41->1208"
5121
+ "default3.handlebars->35->1208"
5122
]
5123
},
5124
{
@@ -5164,7 +5148,7 @@
5148
"uk": "7 днів",
5149
"xloc": [
5150
"default.handlebars->47->2063",
5167
- "default3.handlebars->41->1901"
5151
+ "default3.handlebars->35->1901"
5152
]
5153
},
5154
{
@@ -5258,10 +5242,10 @@
5242
"default.handlebars->47->2057",
5243
"default.handlebars->47->556",
5244
"default.handlebars->47->570",
5261
- "default3.handlebars->41->1145",
5262
- "default3.handlebars->41->1895",
5263
- "default3.handlebars->41->518",
5264
- "default3.handlebars->41->531"
5245
+ "default3.handlebars->35->1145",
5246
+ "default3.handlebars->35->1895",
5247
+ "default3.handlebars->35->518",
5248
+ "default3.handlebars->35->531"
5249
]
5250
},
5251
{
@@ -5407,7 +5391,7 @@
5391
"zh-cht": "</table>",
5392
"xloc": [
5393
"default.handlebars->47->645",
5410
- "default3.handlebars->41->584"
5394
+ "default3.handlebars->35->584"
5395
]
5396
},
5397
{
@@ -5465,7 +5449,7 @@
5449
"uk": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Апаратні ключі</a> використовуються для двофакторної автентифікації.",
5450
"xloc": [
5451
"default.handlebars->47->235",
5468
- "default3.handlebars->41->222"
5452
+ "default3.handlebars->35->222"
5453
]
5454
},
5455
{
@@ -5593,7 +5577,7 @@
5577
"xloc": [
5578
"default-mobile.handlebars->11->808",
5579
"default.handlebars->47->1650",
5596
- "default3.handlebars->41->1513"
5580
+ "default3.handlebars->35->1513"
5581
]
5582
},
5583
{
@@ -5604,43 +5588,43 @@
5588
"uk": "<div style=margin-bottom:4px>Виконати групове сповіщення пристрою</div>",
5589
"xloc": [
5590
"default.handlebars->47->767",
5607
- "default3.handlebars->41->721"
5591
+ "default3.handlebars->35->721"
5592
]
5593
},
5594
{
5595
"en": "<label for=dp2ipkvmhost class=form-label>Hostname</label>",
5596
"xloc": [
5613
- "default3.handlebars->41->641"
5597
+ "default3.handlebars->35->641"
5598
]
5599
},
5600
{
5601
"en": "<label for=dp2ipkvmmodel class=form-label>Model</label>",
5602
"xloc": [
5619
- "default3.handlebars->41->638"
5603
+ "default3.handlebars->35->638"
5604
]
5605
},
5606
{
5607
"en": "<label for=dp2ipkvmpass class=form-label>Password</label>",
5608
"xloc": [
5625
- "default3.handlebars->41->643"
5609
+ "default3.handlebars->35->643"
5610
]
5611
},
5612
{
5613
"en": "<label for=dp2ipkvmuser class=form-label>Username</label>",
5614
"xloc": [
5631
- "default3.handlebars->41->642"
5615
+ "default3.handlebars->35->642"
5616
]
5617
},
5618
{
5619
"en": "<label for=dp2meshname class=form-label>Name</>",
5620
"xloc": [
5637
- "default3.handlebars->41->630"
5621
+ "default3.handlebars->35->630"
5622
]
5623
},
5624
{
5625
"en": "<label for=dp2meshtype class=form-label>Type</label>",
5626
"xloc": [
5643
- "default3.handlebars->41->635"
5627
+ "default3.handlebars->35->635"
5628
]
5629
},
5630
{
@@ -5652,9 +5636,9 @@
5636
"default.handlebars->47->422",
5637
"default.handlebars->47->424",
5638
"default.handlebars->47->426",
5655
- "default3.handlebars->41->394",
5656
- "default3.handlebars->41->396",
5657
- "default3.handlebars->41->398"
5639
+ "default3.handlebars->35->394",
5640
+ "default3.handlebars->35->396",
5641
+ "default3.handlebars->35->398"
5642
]
5643
},
5644
{
@@ -5667,9 +5651,9 @@
5651
"default.handlebars->47->423",
5652
"default.handlebars->47->425",
5653
"default.handlebars->47->427",
5670
- "default3.handlebars->41->395",
5671
- "default3.handlebars->41->397",
5672
- "default3.handlebars->41->399"
5654
+ "default3.handlebars->35->395",
5655
+ "default3.handlebars->35->397",
5656
+ "default3.handlebars->35->399"
5657
]
5658
},
5659
{
@@ -5698,7 +5682,7 @@
5682
"zh-cht": "<table style=width:180px>",
5683
"xloc": [
5684
"default.handlebars->47->642",
5701
- "default3.handlebars->41->581"
5685
+ "default3.handlebars->35->581"
5686
]
5687
},
5688
{
@@ -5708,7 +5692,7 @@
5692
"pl": "<tr><td style=text-align:center><a rel=\\\"noreferrer noopener\\\" target=_blank href=\\\"https://play.google.com/store/apps/details?id=com.meshcentral.agent2\\\"><img style=cursor:pointer src=\\\"images/google-play-140.png\\\" width=140 srcset=\\\"images/google-play-280.png 2x\\\" /></a></td></tr>",
5693
"xloc": [
5694
"default.handlebars->47->643",
5711
- "default3.handlebars->41->582"
5695
+ "default3.handlebars->35->582"
5696
]
5697
},
5698
{
@@ -5718,7 +5702,7 @@
5702
"pl": "<tr><td style=text-align:center><a rel=\\\"noreferrer noopener\\\" target=_blank href=\\\"https://www.amazon.co.uk/gp/product/B097Z4Q7SK/\\\"><img style=cursor:pointer src=\\\"images/amazon-appstore-140.png\\\" width=140 srcset=\\\"images/amazon-appstore-280.png 2x\\\" /></a></td></tr>",
5703
"xloc": [
5704
"default.handlebars->47->644",
5721
- "default3.handlebars->41->583"
5705
+ "default3.handlebars->35->583"
5706
]
5707
},
5708
{
@@ -5804,9 +5788,9 @@
5788
"default.handlebars->47->2227",
5789
"default.handlebars->47->436",
5790
"default.handlebars->47->916",
5807
- "default3.handlebars->41->2034",
5808
- "default3.handlebars->41->408",
5809
- "default3.handlebars->41->853"
5791
+ "default3.handlebars->35->2034",
5792
+ "default3.handlebars->35->408",
5793
+ "default3.handlebars->35->853"
5794
]
5795
},
5796
{
@@ -5886,8 +5870,8 @@
5870
"xloc": [
5871
"default.handlebars->47->413",
5872
"default.handlebars->47->721",
5889
- "default3.handlebars->41->385",
5890
- "default3.handlebars->41->679"
5873
+ "default3.handlebars->35->385",
5874
+ "default3.handlebars->35->679"
5875
]
5876
},
5877
{
@@ -5897,7 +5881,7 @@
5881
"pl": "Host AMT",
5882
"xloc": [
5883
"default.handlebars->47->384",
5900
- "default3.handlebars->41->356"
5884
+ "default3.handlebars->35->356"
5885
]
5886
},
5887
{
@@ -5907,7 +5891,7 @@
5891
"pl": "Stan AMT",
5892
"xloc": [
5893
"default.handlebars->47->385",
5910
- "default3.handlebars->41->357"
5894
+ "default3.handlebars->35->357"
5895
]
5896
},
5897
{
@@ -5936,7 +5920,7 @@
5920
"zh-cht": "AMT操作系統",
5921
"xloc": [
5922
"default.handlebars->47->3332",
5939
- "default3.handlebars->41->3057"
5923
+ "default3.handlebars->35->3057"
5924
]
5925
},
5926
{
@@ -5965,7 +5949,7 @@
5949
"zh-cht": "AMT-Redir",
5950
"xloc": [
5951
"default.handlebars->47->3194",
5968
- "default3.handlebars->41->2919"
5952
+ "default3.handlebars->35->2919"
5953
]
5954
},
5955
{
@@ -5994,7 +5978,7 @@
5978
"zh-cht": "AMT-WSMAN",
5979
"xloc": [
5980
"default.handlebars->47->3193",
5997
- "default3.handlebars->41->2918"
5981
+ "default3.handlebars->35->2918"
5982
]
5983
},
5984
{
@@ -6003,7 +5987,7 @@
5987
"nl": "APK",
5988
"xloc": [
5989
"default.handlebars->47->648",
6006
- "default3.handlebars->41->587"
5990
+ "default3.handlebars->35->587"
5991
]
5992
},
5993
{
@@ -6015,7 +5999,7 @@
5999
"xloc": [
6000
"default-mobile.handlebars->11->965",
6001
"default.handlebars->47->647",
6018
- "default3.handlebars->41->586"
6002
+ "default3.handlebars->35->586"
6003
]
6004
},
6005
{
@@ -6023,7 +6007,7 @@
6007
"nl": "ARM 64bit versie van de macOS Mesh Agent",
6008
"xloc": [
6009
"default.handlebars->47->634",
6026
- "default3.handlebars->41->573"
6010
+ "default3.handlebars->35->573"
6011
]
6012
},
6013
{
@@ -6037,8 +6021,8 @@
6021
"xloc": [
6022
"default.handlebars->47->619",
6023
"default.handlebars->47->668",
6040
- "default3.handlebars->41->558",
6041
- "default3.handlebars->41->607"
6024
+ "default3.handlebars->35->558",
6025
+ "default3.handlebars->35->607"
6026
]
6027
},
6028
{
@@ -6068,7 +6052,7 @@
6052
"xloc": [
6053
"default-mobile.handlebars->11->30",
6054
"default.handlebars->47->37",
6071
- "default3.handlebars->41->37"
6055
+ "default3.handlebars->35->37"
6056
]
6057
},
6058
{
@@ -6098,7 +6082,7 @@
6082
"xloc": [
6083
"default-mobile.handlebars->11->47",
6084
"default.handlebars->47->54",
6101
- "default3.handlebars->41->54"
6085
+ "default3.handlebars->35->54"
6086
]
6087
},
6088
{
@@ -6128,7 +6112,7 @@
6112
"xloc": [
6113
"default-mobile.handlebars->11->31",
6114
"default.handlebars->47->38",
6131
- "default3.handlebars->41->38"
6115
+ "default3.handlebars->35->38"
6116
]
6117
},
6118
{
@@ -6158,7 +6142,7 @@
6142
"xloc": [
6143
"default-mobile.handlebars->11->33",
6144
"default.handlebars->47->40",
6161
- "default3.handlebars->41->40"
6145
+ "default3.handlebars->35->40"
6146
]
6147
},
6148
{
@@ -6189,7 +6173,7 @@
6173
"xloc": [
6174
"default-mobile.handlebars->11->32",
6175
"default.handlebars->47->39",
6192
- "default3.handlebars->41->39"
6176
+ "default3.handlebars->35->39"
6177
]
6178
},
6179
{
@@ -6221,8 +6205,8 @@
6205
"default-mobile.handlebars->11->753",
6206
"default.handlebars->47->935",
6207
"default.handlebars->47->937",
6224
- "default3.handlebars->41->872",
6225
- "default3.handlebars->41->874"
6208
+ "default3.handlebars->35->872",
6209
+ "default3.handlebars->35->874"
6210
]
6211
},
6212
{
@@ -6253,7 +6237,7 @@
6237
"xloc": [
6238
"default-mobile.handlebars->11->915",
6239
"default.handlebars->47->1758",
6256
- "default3.handlebars->41->1619"
6240
+ "default3.handlebars->35->1619"
6241
]
6242
},
6243
{
@@ -6343,7 +6327,7 @@
6327
"uk": "Доступ до файлів серверу",
6328
"xloc": [
6329
"default.handlebars->47->2919",
6346
- "default3.handlebars->41->2662"
6330
+ "default3.handlebars->35->2662"
6331
]
6332
},
6333
{
@@ -6476,7 +6460,7 @@
6460
"default.handlebars->47->729",
6461
"default.handlebars->47->876",
6462
"default.handlebars->47->878",
6479
- "default3.handlebars->41->3107"
6463
+ "default3.handlebars->35->3107"
6464
]
6465
},
6466
{
@@ -6507,7 +6491,7 @@
6491
"xloc": [
6492
"default-mobile.handlebars->11->1023",
6493
"default.handlebars->47->3257",
6510
- "default3.handlebars->41->2982"
6494
+ "default3.handlebars->35->2982"
6495
]
6496
},
6497
{
@@ -6582,7 +6566,7 @@
6566
"uk": "Акаунт змінено на синхронізацію з даними LDAP.",
6567
"xloc": [
6568
"default.handlebars->47->2671",
6585
- "default3.handlebars->41->2440"
6569
+ "default3.handlebars->35->2440"
6570
]
6571
},
6572
{
@@ -6612,7 +6596,7 @@
6596
"uk": "Акаунт змінено: {0}",
6597
"xloc": [
6598
"default.handlebars->47->2583",
6615
- "default3.handlebars->41->2352"
6599
+ "default3.handlebars->35->2352"
6600
]
6601
},
6602
{
@@ -6642,7 +6626,7 @@
6626
"uk": "Акаунт створено з е-поштою {0}",
6627
"xloc": [
6628
"default.handlebars->47->2582",
6645
- "default3.handlebars->41->2351"
6629
+ "default3.handlebars->35->2351"
6630
]
6631
},
6632
{
@@ -6672,7 +6656,7 @@
6656
"uk": "Акаунт створено із іменем {0}.",
6657
"xloc": [
6658
"default.handlebars->47->2645",
6675
- "default3.handlebars->41->2414"
6659
+ "default3.handlebars->35->2414"
6660
]
6661
},
6662
{
@@ -6702,7 +6686,7 @@
6686
"uk": "Акаунт створено із іменем користувача {0}",
6687
"xloc": [
6688
"default.handlebars->47->2581",
6705
- "default3.handlebars->41->2350"
6689
+ "default3.handlebars->35->2350"
6690
]
6691
},
6692
{
@@ -6735,9 +6719,9 @@
6719
"default.handlebars->47->212",
6720
"default.handlebars->47->2738",
6721
"default.handlebars->47->2916",
6738
- "default3.handlebars->41->202",
6739
- "default3.handlebars->41->2505",
6740
- "default3.handlebars->41->2659"
6722
+ "default3.handlebars->35->202",
6723
+ "default3.handlebars->35->2505",
6724
+ "default3.handlebars->35->2659"
6725
]
6726
},
6727
{
@@ -6768,7 +6752,7 @@
6752
"xloc": [
6753
"default-mobile.handlebars->11->1035",
6754
"default.handlebars->47->3269",
6771
- "default3.handlebars->41->2994",
6755
+ "default3.handlebars->35->2994",
6756
"login-mobile.handlebars->5->6",
6757
"login.handlebars->5->8",
6758
"login2.handlebars->7->207"
@@ -6832,7 +6816,7 @@
6816
"uk": "Вхід до акаунту",
6817
"xloc": [
6818
"default.handlebars->47->2518",
6835
- "default3.handlebars->41->2287"
6819
+ "default3.handlebars->35->2287"
6820
]
6821
},
6822
{
@@ -6862,7 +6846,7 @@
6846
"uk": "Вхід до акаунту з {0}, {1}, {2}",
6847
"xloc": [
6848
"default.handlebars->47->2624",
6865
- "default3.handlebars->41->2393"
6849
+ "default3.handlebars->35->2393"
6850
]
6851
},
6852
{
@@ -6877,7 +6861,7 @@
6861
"uk": "Записи токенів входу до акаунту",
6862
"xloc": [
6863
"default.handlebars->47->3236",
6880
- "default3.handlebars->41->2961"
6864
+ "default3.handlebars->35->2961"
6865
]
6866
},
6867
{
@@ -6907,7 +6891,7 @@
6891
"uk": "Вихід з акаунту",
6892
"xloc": [
6893
"default.handlebars->47->2519",
6910
- "default3.handlebars->41->2288"
6894
+ "default3.handlebars->35->2288"
6895
]
6896
},
6897
{
@@ -6968,7 +6952,7 @@
6952
"uk": "Пароль до акаунту змінено: {0}",
6953
"xloc": [
6954
"default.handlebars->47->2591",
6971
- "default3.handlebars->41->2360"
6955
+ "default3.handlebars->35->2360"
6956
]
6957
},
6958
{
@@ -6998,7 +6982,7 @@
6982
"uk": "Акаунт видалено",
6983
"xloc": [
6984
"default.handlebars->47->2580",
7001
- "default3.handlebars->41->2349"
6985
+ "default3.handlebars->35->2349"
6986
]
6987
},
6988
{
@@ -7060,7 +7044,7 @@
7044
"default-mobile.handlebars->11->921",
7045
"default.handlebars->47->1764",
7046
"default.handlebars->container->column_l->p42->p42tbl->1->0->8",
7063
- "default3.handlebars->41->1624",
7047
+ "default3.handlebars->35->1624",
7048
"default3.handlebars->container->column_l->p42->p42tbl->1->0->17"
7049
]
7050
},
@@ -7092,8 +7076,8 @@
7076
"xloc": [
7077
"default.handlebars->47->1344",
7078
"default.handlebars->47->1346",
7095
- "default3.handlebars->41->1245",
7096
- "default3.handlebars->41->1247"
7079
+ "default3.handlebars->35->1245",
7080
+ "default3.handlebars->35->1247"
7081
]
7082
},
7083
{
@@ -7130,7 +7114,7 @@
7114
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
7115
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
7116
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1",
7133
- "default3.handlebars->41->945",
7117
+ "default3.handlebars->35->945",
7118
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->3",
7119
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->3",
7120
"default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->3"
@@ -7163,7 +7147,7 @@
7147
"uk": "Активуйте Intel® AMT у режимі адміністратора (Admin Control Mode = ACM) за допомогою USB-накопичувача у форматі FAT. Помістіть на нього файл setup.bin і завантажте один або кілька комп’ютерів за допомогою цього накопичувача.",
7148
"xloc": [
7149
"default.handlebars->47->522",
7166
- "default3.handlebars->41->486"
7150
+ "default3.handlebars->35->486"
7151
]
7152
},
7153
{
@@ -7251,7 +7235,7 @@
7235
"uk": "Активувати CCM, якщо ACM зазнало невдачі",
7236
"xloc": [
7237
"default.handlebars->47->2282",
7254
- "default3.handlebars->41->2077"
7238
+ "default3.handlebars->35->2077"
7239
]
7240
},
7241
{
@@ -7286,9 +7270,9 @@
7270
"default.handlebars->47->1659",
7271
"default.handlebars->47->909",
7272
"default.handlebars->47->911",
7289
- "default3.handlebars->41->1520",
7290
- "default3.handlebars->41->846",
7291
- "default3.handlebars->41->848"
7273
+ "default3.handlebars->35->1520",
7274
+ "default3.handlebars->35->846",
7275
+ "default3.handlebars->35->848"
7276
]
7277
},
7278
{
@@ -7318,7 +7302,7 @@
7302
"uk": "Активація",
7303
"xloc": [
7304
"default.handlebars->47->320",
7321
- "default3.handlebars->41->297"
7305
+ "default3.handlebars->35->297"
7306
]
7307
},
7308
{
@@ -7349,8 +7333,8 @@
7333
"xloc": [
7334
"default.handlebars->47->1084",
7335
"default.handlebars->47->2231",
7352
- "default3.handlebars->41->1021",
7353
- "default3.handlebars->41->2038"
7336
+ "default3.handlebars->35->1021",
7337
+ "default3.handlebars->35->2038"
7338
]
7339
},
7340
{
@@ -7380,7 +7364,7 @@
7364
"uk": "Активні Токени Входу",
7365
"xloc": [
7366
"default.handlebars->47->2123",
7383
- "default3.handlebars->41->1940"
7367
+ "default3.handlebars->35->1940"
7368
]
7369
},
7370
{
@@ -7411,7 +7395,7 @@
7395
"xloc": [
7396
"default-mobile.handlebars->11->778",
7397
"default.handlebars->47->962",
7414
- "default3.handlebars->41->899"
7398
+ "default3.handlebars->35->899"
7399
]
7400
},
7401
{
@@ -7442,7 +7426,7 @@
7426
"xloc": [
7427
"default-mobile.handlebars->11->777",
7428
"default.handlebars->47->961",
7445
- "default3.handlebars->41->898"
7429
+ "default3.handlebars->35->898"
7430
]
7431
},
7432
{
@@ -7500,8 +7484,8 @@
7484
"default-mobile.handlebars->11->669",
7485
"default.handlebars->47->1434",
7486
"default.handlebars->47->1440",
7503
- "default3.handlebars->41->1327",
7504
- "default3.handlebars->41->1332"
7487
+ "default3.handlebars->35->1327",
7488
+ "default3.handlebars->35->1332"
7489
]
7490
},
7491
{
@@ -7584,8 +7568,8 @@
7568
"xloc": [
7569
"default.handlebars->47->2221",
7570
"default.handlebars->47->488",
7587
- "default3.handlebars->41->2028",
7588
- "default3.handlebars->41->458"
7571
+ "default3.handlebars->35->2028",
7572
+ "default3.handlebars->35->458"
7573
]
7574
},
7575
{
@@ -7644,9 +7628,9 @@
7628
"default.handlebars->47->2891",
7629
"default.handlebars->47->3086",
7630
"default.handlebars->47->492",
7647
- "default3.handlebars->41->2032",
7648
- "default3.handlebars->41->2820",
7649
- "default3.handlebars->41->462"
7631
+ "default3.handlebars->35->2032",
7632
+ "default3.handlebars->35->2820",
7633
+ "default3.handlebars->35->462"
7634
]
7635
},
7636
{
@@ -7708,9 +7692,9 @@
7692
"default.handlebars->47->2885",
7693
"default.handlebars->47->3074",
7694
"default.handlebars->47->389",
7711
- "default3.handlebars->41->2150",
7712
- "default3.handlebars->41->2808",
7713
- "default3.handlebars->41->361"
7695
+ "default3.handlebars->35->2150",
7696
+ "default3.handlebars->35->2808",
7697
+ "default3.handlebars->35->361"
7698
]
7699
},
7700
{
@@ -7740,7 +7724,7 @@
7724
"uk": "Додайте Дозволи Групи Пристроїв",
7725
"xloc": [
7726
"default.handlebars->47->2365",
7743
- "default3.handlebars->41->2147"
7727
+ "default3.handlebars->35->2147"
7728
]
7729
},
7730
{
@@ -7771,8 +7755,8 @@
7755
"xloc": [
7756
"default.handlebars->47->2370",
7757
"default.handlebars->47->2372",
7774
- "default3.handlebars->41->2152",
7775
- "default3.handlebars->41->2154"
7758
+ "default3.handlebars->35->2152",
7759
+ "default3.handlebars->35->2154"
7760
]
7761
},
7762
{
@@ -7857,7 +7841,7 @@
7841
"uk": "Додати Ключ",
7842
"xloc": [
7843
"default.handlebars->47->239",
7860
- "default3.handlebars->41->226"
7844
+ "default3.handlebars->35->226"
7845
]
7846
},
7847
{
@@ -7887,7 +7871,7 @@
7871
"uk": "Додати Локально",
7872
"xloc": [
7873
"default.handlebars->47->482",
7890
- "default3.handlebars->41->452"
7874
+ "default3.handlebars->35->452"
7875
]
7876
},
7877
{
@@ -7972,7 +7956,7 @@
7956
"uk": "Додати Mesh Agent",
7957
"xloc": [
7958
"default.handlebars->47->685",
7975
- "default3.handlebars->41->625"
7959
+ "default3.handlebars->35->625"
7960
]
7961
},
7962
{
@@ -8063,7 +8047,7 @@
8047
"xloc": [
8048
"default-mobile.handlebars->11->947",
8049
"default.handlebars->47->1076",
8066
- "default3.handlebars->41->1013"
8050
+ "default3.handlebars->35->1013"
8051
]
8052
},
8053
{
@@ -8093,7 +8077,7 @@
8077
"uk": "Додати Дозволи для Пристрою Користувача",
8078
"xloc": [
8079
"default.handlebars->47->2375",
8096
- "default3.handlebars->41->2157"
8080
+ "default3.handlebars->35->2157"
8081
]
8082
},
8083
{
@@ -8126,10 +8110,10 @@
8110
"default.handlebars->47->2215",
8111
"default.handlebars->47->2367",
8112
"default.handlebars->47->3080",
8129
- "default3.handlebars->41->1014",
8130
- "default3.handlebars->41->2022",
8131
- "default3.handlebars->41->2149",
8132
- "default3.handlebars->41->2814"
8113
+ "default3.handlebars->35->1014",
8114
+ "default3.handlebars->35->2022",
8115
+ "default3.handlebars->35->2149",
8116
+ "default3.handlebars->35->2814"
8117
]
8118
},
8119
{
@@ -8159,7 +8143,7 @@
8143
"uk": "Додати Дозволи на Пристрої Групи Користувачів",
8144
"xloc": [
8145
"default.handlebars->47->2377",
8162
- "default3.handlebars->41->2159"
8146
+ "default3.handlebars->35->2159"
8147
]
8148
},
8149
{
@@ -8245,7 +8229,7 @@
8229
"xloc": [
8230
"default.handlebars->47->2214",
8231
"default.handlebars->47->2880",
8248
- "default3.handlebars->41->2021"
8232
+ "default3.handlebars->35->2021"
8233
]
8234
},
8235
{
@@ -8333,7 +8317,7 @@
8317
"uk": "Додати YubiKey® OTP",
8318
"xloc": [
8319
"default.handlebars->47->240",
8336
- "default3.handlebars->41->227"
8320
+ "default3.handlebars->35->227"
8321
]
8322
},
8323
{
@@ -8363,7 +8347,7 @@
8347
"uk": "Додати локальний пристрій до групи пристроїв \\\"{0}\\\".",
8348
"xloc": [
8349
"default.handlebars->47->493",
8366
- "default3.handlebars->41->463"
8350
+ "default3.handlebars->35->463"
8351
]
8352
},
8353
{
@@ -8393,7 +8377,7 @@
8377
"uk": "Додати новий комп'ютер Intel® AMT, просканувавши локальну мережу.",
8378
"xloc": [
8379
"default.handlebars->47->483",
8396
- "default3.handlebars->41->453"
8380
+ "default3.handlebars->35->453"
8381
]
8382
},
8383
{
@@ -8449,7 +8433,7 @@
8433
"uk": "Додати новий комп'ютер Intel® AMT, що знаходиться у локальній мережі.",
8434
"xloc": [
8435
"default.handlebars->47->481",
8452
- "default3.handlebars->41->451"
8436
+ "default3.handlebars->35->451"
8437
]
8438
},
8439
{
@@ -8479,7 +8463,7 @@
8463
"uk": "Додати новий пристрій Intel® AMT до групи пристроїв \\\"{0}\\\".",
8464
"xloc": [
8465
"default.handlebars->47->502",
8482
- "default3.handlebars->41->471"
8466
+ "default3.handlebars->35->471"
8467
]
8468
},
8469
{
@@ -8510,8 +8494,8 @@
8494
"xloc": [
8495
"default.handlebars->47->2220",
8496
"default.handlebars->47->487",
8513
- "default3.handlebars->41->2027",
8514
- "default3.handlebars->41->457"
8497
+ "default3.handlebars->35->2027",
8498
+ "default3.handlebars->35->457"
8499
]
8500
},
8501
{
@@ -8542,8 +8526,8 @@
8526
"xloc": [
8527
"default.handlebars->47->2224",
8528
"default.handlebars->47->491",
8545
- "default3.handlebars->41->2031",
8546
- "default3.handlebars->41->461"
8529
+ "default3.handlebars->35->2031",
8530
+ "default3.handlebars->35->461"
8531
]
8532
},
8533
{
@@ -8602,7 +8586,7 @@
8586
"uk": "Додати теги",
8587
"xloc": [
8588
"default.handlebars->47->761",
8605
- "default3.handlebars->41->716"
8589
+ "default3.handlebars->35->716"
8590
]
8591
},
8592
{
@@ -8632,7 +8616,7 @@
8616
"uk": "Додати, активувати та налаштувати Intel® AMT до групи \\\"{0}\\\", періодично запускаючи MeshCmd від імені адміністратора на віддаленому пристрої.",
8617
"xloc": [
8618
"default.handlebars->47->519",
8635
- "default3.handlebars->41->484"
8619
+ "default3.handlebars->35->484"
8620
]
8621
},
8622
{
@@ -8662,7 +8646,7 @@
8646
"uk": "Додано застосунок автентифікації",
8647
"xloc": [
8648
"default.handlebars->47->2607",
8665
- "default3.handlebars->41->2376"
8649
+ "default3.handlebars->35->2376"
8650
]
8651
},
8652
{
@@ -8692,7 +8676,7 @@
8676
"uk": "Додано поширення пристрою {0} від {1} до {2}",
8677
"xloc": [
8678
"default.handlebars->47->2618",
8695
- "default3.handlebars->41->2387"
8679
+ "default3.handlebars->35->2387"
8680
]
8681
},
8682
{
@@ -8722,7 +8706,7 @@
8706
"uk": "Додано поширення пристрою {0}, із щоденною переактивацією.",
8707
"xloc": [
8708
"default.handlebars->47->2655",
8725
- "default3.handlebars->41->2424"
8709
+ "default3.handlebars->35->2424"
8710
]
8711
},
8712
{
@@ -8752,7 +8736,7 @@
8736
"uk": "Додано поширення пристрою {0}, із щотижневою переактивацією.",
8737
"xloc": [
8738
"default.handlebars->47->2656",
8755
- "default3.handlebars->41->2425"
8739
+ "default3.handlebars->35->2425"
8740
]
8741
},
8742
{
@@ -8782,7 +8766,7 @@
8766
"uk": "Додано поширення пристрою {0} без обмеження часу.",
8767
"xloc": [
8768
"default.handlebars->47->2648",
8785
- "default3.handlebars->41->2417"
8769
+ "default3.handlebars->35->2417"
8770
]
8771
},
8772
{
@@ -8813,8 +8797,8 @@
8797
"xloc": [
8798
"default.handlebars->47->2574",
8799
"default.handlebars->47->2601",
8816
- "default3.handlebars->41->2343",
8817
- "default3.handlebars->41->2370"
8800
+ "default3.handlebars->35->2343",
8801
+ "default3.handlebars->35->2370"
8802
]
8803
},
8804
{
@@ -8844,7 +8828,7 @@
8828
"uk": "Додано токен лоґіну",
8829
"xloc": [
8830
"default.handlebars->47->2632",
8847
- "default3.handlebars->41->2401"
8831
+ "default3.handlebars->35->2401"
8832
]
8833
},
8834
{
@@ -8874,7 +8858,7 @@
8858
"uk": "На пристрій додано автентифікацію через push-сповіщення",
8859
"xloc": [
8860
"default.handlebars->47->2630",
8877
- "default3.handlebars->41->2399"
8861
+ "default3.handlebars->35->2399"
8862
]
8863
},
8864
{
@@ -8904,7 +8888,7 @@
8888
"uk": "Додано Ключ Безпеки",
8889
"xloc": [
8890
"default.handlebars->47->2612",
8907
- "default3.handlebars->41->2381"
8891
+ "default3.handlebars->35->2381"
8892
]
8893
},
8894
{
@@ -8934,7 +8918,7 @@
8918
"uk": "Групу користувачів {0} додано до групи пристроїв {1}",
8919
"xloc": [
8920
"default.handlebars->47->2585",
8937
- "default3.handlebars->41->2354"
8921
+ "default3.handlebars->35->2354"
8922
]
8923
},
8924
{
@@ -8965,8 +8949,8 @@
8949
"xloc": [
8950
"default.handlebars->47->2588",
8951
"default.handlebars->47->2597",
8968
- "default3.handlebars->41->2357",
8969
- "default3.handlebars->41->2366"
8952
+ "default3.handlebars->35->2357",
8953
+ "default3.handlebars->35->2366"
8954
]
8955
},
8956
{
@@ -8996,7 +8980,7 @@
8980
"uk": "Адреса",
8981
"xloc": [
8982
"default.handlebars->47->382",
8999
- "default3.handlebars->41->354"
8983
+ "default3.handlebars->35->354"
8984
]
8985
},
8986
{
@@ -9056,7 +9040,7 @@
9040
"xloc": [
9041
"default-mobile.handlebars->11->819",
9042
"default.handlebars->47->1661",
9059
- "default3.handlebars->41->1522"
9043
+ "default3.handlebars->35->1522"
9044
]
9045
},
9046
{
@@ -9087,7 +9071,7 @@
9071
"xloc": [
9072
"default-mobile.handlebars->11->825",
9073
"default.handlebars->47->1667",
9090
- "default3.handlebars->41->1528"
9074
+ "default3.handlebars->35->1528"
9075
]
9076
},
9077
{
@@ -9148,7 +9132,7 @@
9132
"uk": "Області Адміністратора",
9133
"xloc": [
9134
"default.handlebars->47->2967",
9151
- "default3.handlebars->41->2710"
9135
+ "default3.handlebars->35->2710"
9136
]
9137
},
9138
{
@@ -9238,7 +9222,7 @@
9222
"uk": "Адміністратор",
9223
"xloc": [
9224
"default.handlebars->47->2730",
9241
- "default3.handlebars->41->2497"
9225
+ "default3.handlebars->35->2497"
9226
]
9227
},
9228
{
@@ -9269,7 +9253,7 @@
9253
"xloc": [
9254
"default-mobile.handlebars->11->107",
9255
"default.handlebars->47->1841",
9272
- "default3.handlebars->41->1680",
9256
+ "default3.handlebars->35->1680",
9257
"login2.handlebars->7->1"
9258
]
9259
},
@@ -9310,11 +9294,11 @@
9294
"default.handlebars->47->717",
9295
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
9296
"default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
9313
- "default3.handlebars->41->2224",
9314
- "default3.handlebars->41->2237",
9315
- "default3.handlebars->41->3055",
9316
- "default3.handlebars->41->381",
9317
- "default3.handlebars->41->675",
9297
+ "default3.handlebars->35->2224",
9298
+ "default3.handlebars->35->2237",
9299
+ "default3.handlebars->35->3055",
9300
+ "default3.handlebars->35->381",
9301
+ "default3.handlebars->35->675",
9302
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
9303
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->1->td7meshkvm"
9304
]
@@ -9347,8 +9331,8 @@
9331
"xloc": [
9332
"default.handlebars->47->2450",
9333
"default.handlebars->47->2463",
9350
- "default3.handlebars->41->2226",
9351
- "default3.handlebars->41->2239"
9334
+ "default3.handlebars->35->2226",
9335
+ "default3.handlebars->35->2239"
9336
]
9337
},
9338
{
@@ -9412,8 +9396,8 @@
9396
"default-mobile.handlebars->11->994",
9397
"default.handlebars->47->2385",
9398
"default.handlebars->47->807",
9415
- "default3.handlebars->41->2167",
9416
- "default3.handlebars->41->755"
9399
+ "default3.handlebars->35->2167",
9400
+ "default3.handlebars->35->755"
9401
]
9402
},
9403
{
@@ -9443,7 +9427,7 @@
9427
"uk": "Лічильник Помилок Агента",
9428
"xloc": [
9429
"default.handlebars->47->3299",
9446
- "default3.handlebars->41->3024"
9430
+ "default3.handlebars->35->3024"
9431
]
9432
},
9433
{
@@ -9473,7 +9457,7 @@
9457
"uk": "IP-адреса Агента",
9458
"xloc": [
9459
"default.handlebars->47->350",
9476
- "default3.handlebars->41->323"
9460
+ "default3.handlebars->35->323"
9461
]
9462
},
9463
{
@@ -9514,8 +9498,8 @@
9498
"default.handlebars->container->column_l->p16->3->1->0->5->p16filterevents->3",
9499
"default.handlebars->container->column_l->p3->3->1->0->5->p3filterevents->3",
9500
"default.handlebars->container->column_l->p31->3->1->0->5->p31filterevents->3",
9517
- "default3.handlebars->container->column_l->p16->3->1->0->3->p16filterevents->3",
9518
- "default3.handlebars->container->column_l->p3->3->1->0->3->1->p3filterevents->3",
9501
+ "default3.handlebars->container->column_l->p16->3->1->0->1->1->p16filterevents->3",
9502
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3filterevents->3",
9503
"default3.handlebars->container->column_l->p31->3->1->0->3->1->p31filterevents->3"
9504
]
9505
},
@@ -9547,7 +9531,7 @@
9531
"xloc": [
9532
"default-mobile.handlebars->11->442",
9533
"default.handlebars->47->473",
9550
- "default3.handlebars->41->445"
9534
+ "default3.handlebars->35->445"
9535
]
9536
},
9537
{
@@ -9663,8 +9647,8 @@
9647
"xloc": [
9648
"default.handlebars->47->1105",
9649
"default.handlebars->47->2252",
9666
- "default3.handlebars->41->1042",
9667
- "default3.handlebars->41->2059"
9650
+ "default3.handlebars->35->1042",
9651
+ "default3.handlebars->35->2059"
9652
]
9653
},
9654
{
@@ -9694,7 +9678,7 @@
9678
"uk": "Сесії Агента",
9679
"xloc": [
9680
"default.handlebars->47->3315",
9697
- "default3.handlebars->41->3040"
9681
+ "default3.handlebars->35->3040"
9682
]
9683
},
9684
{
@@ -9751,7 +9735,7 @@
9735
"xloc": [
9736
"default-mobile.handlebars->11->523",
9737
"default.handlebars->47->932",
9754
- "default3.handlebars->41->869"
9738
+ "default3.handlebars->35->869"
9739
]
9740
},
9741
{
@@ -9782,8 +9766,8 @@
9766
"xloc": [
9767
"default.handlebars->47->339",
9768
"default.handlebars->47->372",
9785
- "default3.handlebars->41->312",
9786
- "default3.handlebars->41->344"
9769
+ "default3.handlebars->35->312",
9770
+ "default3.handlebars->35->344"
9771
]
9772
},
9773
{
@@ -9814,7 +9798,7 @@
9798
"xloc": [
9799
"default.handlebars->47->2459",
9800
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1",
9817
- "default3.handlebars->41->2235",
9801
+ "default3.handlebars->35->2235",
9802
"default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
9803
]
9804
},
@@ -9846,8 +9830,8 @@
9830
"xloc": [
9831
"default.handlebars->47->340",
9832
"default.handlebars->47->373",
9849
- "default3.handlebars->41->313",
9850
- "default3.handlebars->41->345"
9833
+ "default3.handlebars->35->313",
9834
+ "default3.handlebars->35->345"
9835
]
9836
},
9837
{
@@ -9877,7 +9861,7 @@
9861
"uk": "Агент закрив сесію зі стисненням {0}% між агентом і сервером. Надіслано: {1}, стиснуто: {2}",
9862
"xloc": [
9863
"default.handlebars->47->2571",
9880
- "default3.handlebars->41->2340"
9864
+ "default3.handlebars->35->2340"
9865
]
9866
},
9867
{
@@ -9909,9 +9893,9 @@
9893
"default.handlebars->47->1063",
9894
"default.handlebars->47->1064",
9895
"default.handlebars->47->259",
9912
- "default3.handlebars->41->1000",
9913
- "default3.handlebars->41->1001",
9914
- "default3.handlebars->41->239"
9896
+ "default3.handlebars->35->1000",
9897
+ "default3.handlebars->35->1001",
9898
+ "default3.handlebars->35->239"
9899
]
9900
},
9901
{
@@ -9941,7 +9925,7 @@
9925
"uk": "Агент підключено із обмеженими привілеями",
9926
"xloc": [
9927
"default.handlebars->47->260",
9944
- "default3.handlebars->41->240"
9928
+ "default3.handlebars->35->240"
9929
]
9930
},
9931
{
@@ -9971,7 +9955,7 @@
9955
"uk": "Агент відключений",
9956
"xloc": [
9957
"default.handlebars->47->264",
9974
- "default3.handlebars->41->244"
9958
+ "default3.handlebars->35->244"
9959
]
9960
},
9961
{
@@ -10001,7 +9985,7 @@
9985
"uk": "Перевірку хешу агента проігноровано, це небезпечно.",
9986
"xloc": [
9987
"default.handlebars->47->93",
10004
- "default3.handlebars->41->92"
9988
+ "default3.handlebars->35->92"
9989
]
9990
},
9991
{
@@ -10110,7 +10094,7 @@
10094
"xloc": [
10095
"default-mobile.handlebars->11->913",
10096
"default.handlebars->47->1756",
10113
- "default3.handlebars->41->1617"
10097
+ "default3.handlebars->35->1617"
10098
]
10099
},
10100
{
@@ -10141,7 +10125,7 @@
10125
"xloc": [
10126
"default-mobile.handlebars->11->912",
10127
"default.handlebars->47->1755",
10144
- "default3.handlebars->41->1616"
10128
+ "default3.handlebars->35->1616"
10129
]
10130
},
10131
{
@@ -10249,7 +10233,7 @@
10233
"uk": "Агент працює на віддаленому пристрої без прав адміністратора.",
10234
"xloc": [
10235
"default.handlebars->47->1057",
10252
- "default3.handlebars->41->994"
10236
+ "default3.handlebars->35->994"
10237
]
10238
},
10239
{
@@ -10385,9 +10369,9 @@
10369
"default.handlebars->47->2416",
10370
"default.handlebars->47->3343",
10371
"default.handlebars->47->575",
10388
- "default3.handlebars->41->2195",
10389
- "default3.handlebars->41->3068",
10390
- "default3.handlebars->41->536"
10372
+ "default3.handlebars->35->2195",
10373
+ "default3.handlebars->35->3068",
10374
+ "default3.handlebars->35->536"
10375
]
10376
},
10377
{
@@ -10418,7 +10402,7 @@
10402
"xloc": [
10403
"default-mobile.handlebars->11->108",
10404
"default.handlebars->47->1842",
10421
- "default3.handlebars->41->1681",
10405
+ "default3.handlebars->35->1681",
10406
"login2.handlebars->7->2"
10407
]
10408
},
@@ -10431,8 +10415,8 @@
10415
"xloc": [
10416
"default.handlebars->47->1189",
10417
"default.handlebars->47->770",
10434
- "default3.handlebars->41->1115",
10435
- "default3.handlebars->41->724"
10418
+ "default3.handlebars->35->1115",
10419
+ "default3.handlebars->35->724"
10420
]
10421
},
10422
{
@@ -10466,8 +10450,8 @@
10450
"default-mobile.handlebars->11->709",
10451
"default.handlebars->47->3163",
10452
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
10469
- "default3.handlebars->41->2889",
10470
- "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->1->DevFilterSelect->1"
10453
+ "default3.handlebars->35->2889",
10454
+ "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1"
10455
]
10456
},
10457
{
@@ -10497,7 +10481,7 @@
10481
"uk": "Усі Наявні",
10482
"xloc": [
10483
"default.handlebars->47->2692",
10500
- "default3.handlebars->41->2461"
10484
+ "default3.handlebars->35->2461"
10485
]
10486
},
10487
{
@@ -10528,8 +10512,8 @@
10512
"xloc": [
10513
"default.handlebars->47->2417",
10514
"default.handlebars->47->576",
10531
- "default3.handlebars->41->2196",
10532
- "default3.handlebars->41->537"
10515
+ "default3.handlebars->35->2196",
10516
+ "default3.handlebars->35->537"
10517
]
10518
},
10519
{
@@ -10559,7 +10543,7 @@
10543
"uk": "Усі Дисплеї",
10544
"xloc": [
10545
"default.handlebars->47->1485",
10562
- "default3.handlebars->41->1370"
10546
+ "default3.handlebars->35->1370"
10547
]
10548
},
10549
{
@@ -10589,7 +10573,7 @@
10573
"uk": "Усі Події",
10574
"xloc": [
10575
"default.handlebars->47->2690",
10592
- "default3.handlebars->41->2459"
10576
+ "default3.handlebars->35->2459"
10577
]
10578
},
10579
{
@@ -10621,9 +10605,9 @@
10605
"default.handlebars->47->1403",
10606
"default.handlebars->47->1405",
10607
"default.handlebars->47->1406",
10624
- "default3.handlebars->41->1297",
10625
- "default3.handlebars->41->1298",
10626
- "default3.handlebars->41->1299"
10608
+ "default3.handlebars->35->1297",
10609
+ "default3.handlebars->35->1298",
10610
+ "default3.handlebars->35->1299"
10611
]
10612
},
10613
{
@@ -10635,8 +10619,8 @@
10619
"default.handlebars->container->column_l->p16->3->1->0->5->p16filterevents->1",
10620
"default.handlebars->container->column_l->p3->3->1->0->5->p3filterevents->1",
10621
"default.handlebars->container->column_l->p31->3->1->0->5->p31filterevents->1",
10638
- "default3.handlebars->container->column_l->p16->3->1->0->3->p16filterevents->1",
10639
- "default3.handlebars->container->column_l->p3->3->1->0->3->1->p3filterevents->1",
10622
+ "default3.handlebars->container->column_l->p16->3->1->0->1->1->p16filterevents->1",
10623
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3filterevents->1",
10624
"default3.handlebars->container->column_l->p31->3->1->0->3->1->p31filterevents->1"
10625
]
10626
},
@@ -10697,8 +10681,8 @@
10681
"xloc": [
10682
"default.handlebars->47->2329",
10683
"default.handlebars->47->2912",
10700
- "default3.handlebars->41->2112",
10701
- "default3.handlebars->41->2656"
10684
+ "default3.handlebars->35->2112",
10685
+ "default3.handlebars->35->2656"
10686
]
10687
},
10688
{
@@ -10728,7 +10712,7 @@
10712
"uk": "Дозволити користувачам керувати цим пристроєм.",
10713
"xloc": [
10714
"default.handlebars->47->2330",
10731
- "default3.handlebars->41->2113"
10715
+ "default3.handlebars->35->2113"
10716
]
10717
},
10718
{
@@ -10758,7 +10742,7 @@
10742
"uk": "Дозволено",
10743
"xloc": [
10744
"default.handlebars->47->287",
10761
- "default3.handlebars->41->267"
10745
+ "default3.handlebars->35->267"
10746
]
10747
},
10748
{
@@ -10815,7 +10799,7 @@
10799
"xloc": [
10800
"default-mobile.handlebars->11->39",
10801
"default.handlebars->47->46",
10818
- "default3.handlebars->41->46"
10802
+ "default3.handlebars->35->46"
10803
]
10804
},
10805
{
@@ -10848,8 +10832,8 @@
10832
"default-mobile.handlebars->11->666",
10833
"default.handlebars->47->1427",
10834
"default.handlebars->47->1431",
10851
- "default3.handlebars->41->1320",
10852
- "default3.handlebars->41->1324"
10835
+ "default3.handlebars->35->1320",
10836
+ "default3.handlebars->35->1324"
10837
]
10838
},
10839
{
@@ -10879,7 +10863,7 @@
10863
"uk": "Alt Оболонка",
10864
"xloc": [
10865
"default.handlebars->47->1393",
10882
- "default3.handlebars->41->1289"
10866
+ "default3.handlebars->35->1289"
10867
]
10868
},
10869
{
@@ -10969,7 +10953,7 @@
10953
"uk": "Замінити (F10 = ESC+0)",
10954
"xloc": [
10955
"default.handlebars->47->1519",
10972
- "default3.handlebars->41->1402",
10956
+ "default3.handlebars->35->1402",
10957
"sharing.handlebars->11->37"
10958
]
10959
},
@@ -11070,10 +11054,10 @@
11054
"default.handlebars->47->2871",
11055
"default.handlebars->47->2976",
11056
"default.handlebars->47->971",
11073
- "default3.handlebars->41->1998",
11074
- "default3.handlebars->41->2621",
11075
- "default3.handlebars->41->2719",
11076
- "default3.handlebars->41->908"
11057
+ "default3.handlebars->35->1998",
11058
+ "default3.handlebars->35->2621",
11059
+ "default3.handlebars->35->2719",
11060
+ "default3.handlebars->35->908"
11061
]
11062
},
11063
{
@@ -11106,10 +11090,10 @@
11090
"default.handlebars->47->2872",
11091
"default.handlebars->47->2977",
11092
"default.handlebars->47->972",
11109
- "default3.handlebars->41->1999",
11110
- "default3.handlebars->41->2622",
11111
- "default3.handlebars->41->2720",
11112
- "default3.handlebars->41->909"
11093
+ "default3.handlebars->35->1999",
11094
+ "default3.handlebars->35->2622",
11095
+ "default3.handlebars->35->2720",
11096
+ "default3.handlebars->35->909"
11097
]
11098
},
11099
{
@@ -11209,7 +11193,7 @@
11193
"uk": "Сталася невідома помилка.",
11194
"xloc": [
11195
"default.handlebars->47->3115",
11212
- "default3.handlebars->41->2842"
11196
+ "default3.handlebars->35->2842"
11197
]
11198
},
11199
{
@@ -11243,8 +11227,8 @@
11227
"default-mobile.handlebars->11->20",
11228
"default.handlebars->47->22",
11229
"default.handlebars->47->27",
11246
- "default3.handlebars->41->22",
11247
- "default3.handlebars->41->27"
11230
+ "default3.handlebars->35->22",
11231
+ "default3.handlebars->35->27"
11232
]
11233
},
11234
{
@@ -11275,7 +11259,7 @@
11259
"xloc": [
11260
"default-mobile.handlebars->11->966",
11261
"default.handlebars->47->646",
11278
- "default3.handlebars->41->585"
11262
+ "default3.handlebars->35->585"
11263
]
11264
},
11265
{
@@ -11372,7 +11356,7 @@
11356
"uk": "Android MeshAgent",
11357
"xloc": [
11358
"default.handlebars->47->581",
11375
- "default3.handlebars->41->542"
11359
+ "default3.handlebars->35->542"
11360
]
11361
},
11362
{
@@ -11383,7 +11367,7 @@
11367
"xloc": [
11368
"default-mobile.handlebars->11->794",
11369
"default.handlebars->47->1626",
11386
- "default3.handlebars->41->1489"
11370
+ "default3.handlebars->35->1489"
11371
]
11372
},
11373
{
@@ -11414,7 +11398,7 @@
11398
"xloc": [
11399
"default-mobile.handlebars->11->18",
11400
"default.handlebars->47->25",
11417
- "default3.handlebars->41->25"
11401
+ "default3.handlebars->35->25"
11402
]
11403
},
11404
{
@@ -11445,8 +11429,8 @@
11429
"xloc": [
11430
"default.handlebars->47->2452",
11431
"default.handlebars->47->2466",
11448
- "default3.handlebars->41->2228",
11449
- "default3.handlebars->41->2242"
11432
+ "default3.handlebars->35->2228",
11433
+ "default3.handlebars->35->2242"
11434
]
11435
},
11436
{
@@ -11477,7 +11461,7 @@
11461
"xloc": [
11462
"default-mobile.handlebars->11->776",
11463
"default.handlebars->47->960",
11480
- "default3.handlebars->41->897"
11464
+ "default3.handlebars->35->897"
11465
]
11466
},
11467
{
@@ -11507,7 +11491,7 @@
11491
"uk": "Усі Можливі",
11492
"xloc": [
11493
"default.handlebars->47->549",
11510
- "default3.handlebars->41->511"
11494
+ "default3.handlebars->35->511"
11495
]
11496
},
11497
{
@@ -11537,7 +11521,7 @@
11521
"uk": "Apple",
11522
"xloc": [
11523
"default.handlebars->47->59",
11540
- "default3.handlebars->41->59"
11524
+ "default3.handlebars->35->59"
11525
]
11526
},
11527
{
@@ -11568,7 +11552,7 @@
11552
"xloc": [
11553
"default-mobile.handlebars->11->35",
11554
"default.handlebars->47->42",
11571
- "default3.handlebars->41->42"
11555
+ "default3.handlebars->35->42"
11556
]
11557
},
11558
{
@@ -11617,7 +11601,7 @@
11601
"xloc": [
11602
"agentinvite.handlebars->3->12",
11603
"default.handlebars->47->678",
11620
- "default3.handlebars->41->617"
11604
+ "default3.handlebars->35->617"
11605
]
11606
},
11607
{
@@ -11647,7 +11631,7 @@
11631
"uk": "Лише Apple macOS",
11632
"xloc": [
11633
"default.handlebars->47->551",
11650
- "default3.handlebars->41->513"
11634
+ "default3.handlebars->35->513"
11635
]
11636
},
11637
{
@@ -11887,7 +11871,7 @@
11871
"xloc": [
11872
"default-mobile.handlebars->11->110",
11873
"default.handlebars->47->1844",
11890
- "default3.handlebars->41->1683",
11874
+ "default3.handlebars->35->1683",
11875
"login2.handlebars->7->4"
11876
]
11877
},
@@ -11919,7 +11903,7 @@
11903
"xloc": [
11904
"default-mobile.handlebars->11->111",
11905
"default.handlebars->47->1845",
11922
- "default3.handlebars->41->1684",
11906
+ "default3.handlebars->35->1684",
11907
"login2.handlebars->7->5"
11908
]
11909
},
@@ -11951,7 +11935,7 @@
11935
"xloc": [
11936
"default-mobile.handlebars->11->112",
11937
"default.handlebars->47->1846",
11954
- "default3.handlebars->41->1685",
11938
+ "default3.handlebars->35->1685",
11939
"login2.handlebars->7->6"
11940
]
11941
},
@@ -11983,7 +11967,7 @@
11967
"xloc": [
11968
"default-mobile.handlebars->11->113",
11969
"default.handlebars->47->1847",
11986
- "default3.handlebars->41->1686",
11970
+ "default3.handlebars->35->1686",
11971
"login2.handlebars->7->7"
11972
]
11973
},
@@ -12015,7 +11999,7 @@
11999
"xloc": [
12000
"default-mobile.handlebars->11->114",
12001
"default.handlebars->47->1848",
12018
- "default3.handlebars->41->1687",
12002
+ "default3.handlebars->35->1687",
12003
"login2.handlebars->7->8"
12004
]
12005
},
@@ -12047,7 +12031,7 @@
12031
"xloc": [
12032
"default-mobile.handlebars->11->115",
12033
"default.handlebars->47->1849",
12050
- "default3.handlebars->41->1688",
12034
+ "default3.handlebars->35->1688",
12035
"login2.handlebars->7->9"
12036
]
12037
},
@@ -12079,7 +12063,7 @@
12063
"xloc": [
12064
"default-mobile.handlebars->11->116",
12065
"default.handlebars->47->1850",
12082
- "default3.handlebars->41->1689",
12066
+ "default3.handlebars->35->1689",
12067
"login2.handlebars->7->10"
12068
]
12069
},
@@ -12111,7 +12095,7 @@
12095
"xloc": [
12096
"default-mobile.handlebars->11->117",
12097
"default.handlebars->47->1851",
12114
- "default3.handlebars->41->1690",
12098
+ "default3.handlebars->35->1690",
12099
"login2.handlebars->7->11"
12100
]
12101
},
@@ -12143,7 +12127,7 @@
12127
"xloc": [
12128
"default-mobile.handlebars->11->118",
12129
"default.handlebars->47->1852",
12146
- "default3.handlebars->41->1691",
12130
+ "default3.handlebars->35->1691",
12131
"login2.handlebars->7->12"
12132
]
12133
},
@@ -12175,7 +12159,7 @@
12159
"xloc": [
12160
"default-mobile.handlebars->11->119",
12161
"default.handlebars->47->1853",
12178
- "default3.handlebars->41->1692",
12162
+ "default3.handlebars->35->1692",
12163
"login2.handlebars->7->13"
12164
]
12165
},
@@ -12207,7 +12191,7 @@
12191
"xloc": [
12192
"default-mobile.handlebars->11->120",
12193
"default.handlebars->47->1854",
12210
- "default3.handlebars->41->1693",
12194
+ "default3.handlebars->35->1693",
12195
"login2.handlebars->7->14"
12196
]
12197
},
@@ -12239,7 +12223,7 @@
12223
"xloc": [
12224
"default-mobile.handlebars->11->121",
12225
"default.handlebars->47->1855",
12242
- "default3.handlebars->41->1694",
12226
+ "default3.handlebars->35->1694",
12227
"login2.handlebars->7->15"
12228
]
12229
},
@@ -12271,7 +12255,7 @@
12255
"xloc": [
12256
"default-mobile.handlebars->11->109",
12257
"default.handlebars->47->1843",
12274
- "default3.handlebars->41->1682",
12258
+ "default3.handlebars->35->1682",
12259
"login2.handlebars->7->3"
12260
]
12261
},
@@ -12303,7 +12287,7 @@
12287
"xloc": [
12288
"default-mobile.handlebars->11->122",
12289
"default.handlebars->47->1856",
12306
- "default3.handlebars->41->1695",
12290
+ "default3.handlebars->35->1695",
12291
"login2.handlebars->7->16"
12292
]
12293
},
@@ -12335,7 +12319,7 @@
12319
"xloc": [
12320
"default-mobile.handlebars->11->123",
12321
"default.handlebars->47->1857",
12338
- "default3.handlebars->41->1696",
12322
+ "default3.handlebars->35->1696",
12323
"login2.handlebars->7->17"
12324
]
12325
},
@@ -12367,7 +12351,7 @@
12351
"xloc": [
12352
"default-mobile.handlebars->11->124",
12353
"default.handlebars->47->1858",
12370
- "default3.handlebars->41->1697",
12354
+ "default3.handlebars->35->1697",
12355
"login2.handlebars->7->18"
12356
]
12357
},
@@ -12399,7 +12383,7 @@
12383
"xloc": [
12384
"default-mobile.handlebars->11->125",
12385
"default.handlebars->47->1859",
12402
- "default3.handlebars->41->1698",
12386
+ "default3.handlebars->35->1698",
12387
"login2.handlebars->7->19"
12388
]
12389
},
@@ -12431,7 +12415,7 @@
12415
"xloc": [
12416
"default-mobile.handlebars->11->126",
12417
"default.handlebars->47->1860",
12434
- "default3.handlebars->41->1699",
12418
+ "default3.handlebars->35->1699",
12419
"login2.handlebars->7->20"
12420
]
12421
},
@@ -12467,9 +12451,9 @@
12451
"default.handlebars->47->1603",
12452
"default.handlebars->47->1605",
12453
"default.handlebars->47->1607",
12470
- "default3.handlebars->41->1466",
12471
- "default3.handlebars->41->1468",
12472
- "default3.handlebars->41->1470"
12454
+ "default3.handlebars->35->1466",
12455
+ "default3.handlebars->35->1468",
12456
+ "default3.handlebars->35->1470"
12457
]
12458
},
12459
{
@@ -12499,7 +12483,7 @@
12483
"uk": "Ви впевнені, що хочете підключитися до {0} пристроїв?",
12484
"xloc": [
12485
"default.handlebars->47->476",
12502
- "default3.handlebars->41->447"
12486
+ "default3.handlebars->35->447"
12487
]
12488
},
12489
{
@@ -12530,7 +12514,7 @@
12514
"xloc": [
12515
"default-mobile.handlebars->11->954",
12516
"default.handlebars->47->2296",
12533
- "default3.handlebars->41->2085"
12517
+ "default3.handlebars->35->2085"
12518
]
12519
},
12520
{
@@ -12560,7 +12544,7 @@
12544
"uk": "Ви впевнені, що хочете видалити вузол {0}?",
12545
"xloc": [
12546
"default.handlebars->47->1319",
12563
- "default3.handlebars->41->1225"
12547
+ "default3.handlebars->35->1225"
12548
]
12549
},
12550
{
@@ -12599,7 +12583,7 @@
12583
"uk": "Ви впевнені, що хочете видалити відібраний агент?",
12584
"xloc": [
12585
"default.handlebars->47->1308",
12602
- "default3.handlebars->41->1218"
12586
+ "default3.handlebars->35->1218"
12587
]
12588
},
12589
{
@@ -12629,7 +12613,7 @@
12613
"uk": "Ви впевнені, що бажаєте видалити відібрані агенти {0}?",
12614
"xloc": [
12615
"default.handlebars->47->1307",
12632
- "default3.handlebars->41->1217"
12616
+ "default3.handlebars->35->1217"
12617
]
12618
},
12619
{
@@ -12659,7 +12643,7 @@
12643
"uk": "Ви впевнені, що хочете {0} плаґін: {1}",
12644
"xloc": [
12645
"default.handlebars->47->3395",
12662
- "default3.handlebars->41->3116"
12646
+ "default3.handlebars->35->3116"
12647
]
12648
},
12649
{
@@ -12690,7 +12674,7 @@
12674
"xloc": [
12675
"default-mobile.handlebars->11->41",
12676
"default.handlebars->47->48",
12693
- "default3.handlebars->41->48"
12677
+ "default3.handlebars->35->48"
12678
]
12679
},
12680
{
@@ -12721,7 +12705,7 @@
12705
"xloc": [
12706
"default-mobile.handlebars->11->127",
12707
"default.handlebars->47->1861",
12724
- "default3.handlebars->41->1700",
12708
+ "default3.handlebars->35->1700",
12709
"login2.handlebars->7->21"
12710
]
12711
},
@@ -12814,9 +12798,7 @@
12798
"default.handlebars->deskConnectContextMenu->3",
12799
"default.handlebars->filesShellContextMenu->1",
12800
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->5->3->0",
12817
- "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->5->1->0",
12818
- "default3.handlebars->deskConnectContextMenu->3",
12819
- "default3.handlebars->filesShellContextMenu->1"
12801
+ "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->5->1->0"
12802
]
12803
},
12804
{
@@ -12846,8 +12828,7 @@
12828
"uk": "Запитати Згоду + Оголошення",
12829
"xloc": [
12830
"default.handlebars->deskConnectContextMenu->1",
12849
- "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->5->1->0",
12850
- "default3.handlebars->deskConnectContextMenu->1"
12831
+ "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->5->1->0"
12832
]
12833
},
12834
{
@@ -12938,7 +12919,7 @@
12919
"xloc": [
12920
"default-mobile.handlebars->11->128",
12921
"default.handlebars->47->1862",
12941
- "default3.handlebars->41->1701",
12922
+ "default3.handlebars->35->1701",
12923
"login2.handlebars->7->22"
12924
]
12925
},
@@ -13000,7 +12981,7 @@
12981
"xloc": [
12982
"default-mobile.handlebars->11->40",
12983
"default.handlebars->47->47",
13003
- "default3.handlebars->41->47"
12984
+ "default3.handlebars->35->47"
12985
]
12986
},
12987
{
@@ -13057,8 +13038,8 @@
13038
"xloc": [
13039
"default.handlebars->47->652",
13040
"default.handlebars->47->656",
13060
- "default3.handlebars->41->591",
13061
- "default3.handlebars->41->595"
13041
+ "default3.handlebars->35->591",
13042
+ "default3.handlebars->35->595"
13043
]
13044
},
13045
{
@@ -13118,7 +13099,7 @@
13099
"xloc": [
13100
"default-mobile.handlebars->11->129",
13101
"default.handlebars->47->1863",
13121
- "default3.handlebars->41->1702",
13102
+ "default3.handlebars->35->1702",
13103
"login2.handlebars->7->23"
13104
]
13105
},
@@ -13149,7 +13130,7 @@
13130
"uk": "Спроба активувати режим Intel(R) AMT ACM",
13131
"xloc": [
13132
"default.handlebars->47->2540",
13152
- "default3.handlebars->41->2309"
13133
+ "default3.handlebars->35->2309"
13134
]
13135
},
13136
{
@@ -13210,8 +13191,8 @@
13191
"default.handlebars->47->1494",
13192
"default.handlebars->47->1498",
13193
"default.handlebars->47->1510",
13213
- "default3.handlebars->41->1378",
13214
- "default3.handlebars->41->1382",
13194
+ "default3.handlebars->35->1378",
13195
+ "default3.handlebars->35->1382",
13196
"ssh.handlebars->3->21",
13197
"ssh.handlebars->3->22",
13198
"ssh.handlebars->3->5",
@@ -13245,7 +13226,7 @@
13226
"uk": "Застосунок Автентифікації",
13227
"xloc": [
13228
"default.handlebars->47->2980",
13248
- "default3.handlebars->41->2723"
13229
+ "default3.handlebars->35->2723"
13230
]
13231
},
13232
{
@@ -13309,8 +13290,8 @@
13290
"default-mobile.handlebars->11->701",
13291
"default.handlebars->47->1512",
13292
"default.handlebars->47->1527",
13312
- "default3.handlebars->41->1395",
13313
- "default3.handlebars->41->1409"
13293
+ "default3.handlebars->35->1395",
13294
+ "default3.handlebars->35->1409"
13295
]
13296
},
13297
{
@@ -13376,7 +13357,7 @@
13357
"uk": "Двофакторну автентифікацію успішно ввімкнено.",
13358
"xloc": [
13359
"default.handlebars->47->219",
13379
- "default3.handlebars->41->208"
13360
+ "default3.handlebars->35->208"
13361
]
13362
},
13363
{
@@ -13406,7 +13387,7 @@
13387
"uk": "Вилучено двофакторну автентифікацію.",
13388
"xloc": [
13389
"default.handlebars->47->224",
13409
- "default3.handlebars->41->212"
13390
+ "default3.handlebars->35->212"
13391
]
13392
},
13393
{
@@ -13436,7 +13417,7 @@
13417
"uk": "Авто",
13418
"xloc": [
13419
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->11",
13439
- "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar->11"
13420
+ "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar->11->1"
13421
]
13422
},
13423
{
@@ -13496,8 +13477,8 @@
13477
"xloc": [
13478
"default.handlebars->47->2176",
13479
"default.handlebars->47->2683",
13499
- "default3.handlebars->41->1983",
13500
- "default3.handlebars->41->2452"
13480
+ "default3.handlebars->35->1983",
13481
+ "default3.handlebars->35->2452"
13482
]
13483
},
13484
{
@@ -13563,14 +13544,11 @@
13544
"uk": "Автоматичне завантаження файлу дампа ядра агента: \\\"{0}\\\"",
13545
"xloc": [
13546
"default.handlebars->47->2621",
13566
- "default3.handlebars->41->2390"
13547
+ "default3.handlebars->35->2390"
13548
]
13549
},
13550
{
13570
- "en": "Automatic\n Clipboard",
13571
- "xloc": [
13572
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17"
13573
- ]
13551
+ "en": "Automatic\n Clipboard"
13552
},
13553
{
13554
"bs": "Automatski međuspremnik",
@@ -13600,7 +13578,8 @@
13578
"xloc": [
13579
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel",
13580
"default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17",
13603
- "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel"
13581
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel",
13582
+ "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17"
13583
]
13584
},
13585
{
@@ -13630,7 +13609,7 @@
13609
"uk": "Автоматичне підключення",
13610
"xloc": [
13611
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->11",
13633
- "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar->11"
13612
+ "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar"
13613
]
13614
},
13615
{
@@ -13686,7 +13665,7 @@
13665
"uk": "Автоматично видаляти неактивні пристрої",
13666
"xloc": [
13667
"default.handlebars->47->2324",
13689
- "default3.handlebars->41->2108"
13668
+ "default3.handlebars->35->2108"
13669
]
13670
},
13671
{
@@ -13716,7 +13695,7 @@
13695
"uk": "Доступна пам'ять",
13696
"xloc": [
13697
"default.handlebars->47->3324",
13719
- "default3.handlebars->41->3049"
13698
+ "default3.handlebars->35->3049"
13699
]
13700
},
13701
{
@@ -13747,7 +13726,7 @@
13726
"xloc": [
13727
"default-mobile.handlebars->11->130",
13728
"default.handlebars->47->1864",
13750
- "default3.handlebars->41->1703",
13729
+ "default3.handlebars->35->1703",
13730
"login2.handlebars->7->24"
13731
]
13732
},
@@ -13783,9 +13762,9 @@
13762
"default.handlebars->47->938",
13763
"default.handlebars->47->942",
13764
"default.handlebars->47->946",
13786
- "default3.handlebars->41->875",
13787
- "default3.handlebars->41->879",
13788
- "default3.handlebars->41->883"
13765
+ "default3.handlebars->35->875",
13766
+ "default3.handlebars->35->879",
13767
+ "default3.handlebars->35->883"
13768
]
13769
},
13770
{
@@ -13816,7 +13795,7 @@
13795
"xloc": [
13796
"default-mobile.handlebars->11->834",
13797
"default.handlebars->47->1676",
13819
- "default3.handlebars->41->1537"
13798
+ "default3.handlebars->35->1537"
13799
]
13800
},
13801
{
@@ -13956,7 +13935,7 @@
13935
"xloc": [
13936
"default-mobile.handlebars->11->643",
13937
"default.handlebars->47->1409",
13959
- "default3.handlebars->41->1302"
13938
+ "default3.handlebars->35->1302"
13939
]
13940
},
13941
{
@@ -14019,10 +13998,10 @@
13998
"default.handlebars->47->2430",
13999
"default.handlebars->47->562",
14000
"default.handlebars->47->583",
14022
- "default3.handlebars->41->2202",
14023
- "default3.handlebars->41->2208",
14024
- "default3.handlebars->41->524",
14025
- "default3.handlebars->41->544"
14001
+ "default3.handlebars->35->2202",
14002
+ "default3.handlebars->35->2208",
14003
+ "default3.handlebars->35->524",
14004
+ "default3.handlebars->35->544"
14005
]
14006
},
14007
{
@@ -14057,10 +14036,10 @@
14036
"default.handlebars->47->563",
14037
"default.handlebars->47->584",
14038
"default.handlebars->47->601",
14060
- "default3.handlebars->41->2203",
14061
- "default3.handlebars->41->2210",
14062
- "default3.handlebars->41->525",
14063
- "default3.handlebars->41->545"
14039
+ "default3.handlebars->35->2203",
14040
+ "default3.handlebars->35->2210",
14041
+ "default3.handlebars->35->525",
14042
+ "default3.handlebars->35->545"
14043
]
14044
},
14045
{
@@ -14122,8 +14101,8 @@
14101
"xloc": [
14102
"default.handlebars->47->2984",
14103
"default.handlebars->47->3211",
14125
- "default3.handlebars->41->2727",
14126
- "default3.handlebars->41->2936"
14104
+ "default3.handlebars->35->2727",
14105
+ "default3.handlebars->35->2936"
14106
]
14107
},
14108
{
@@ -14154,7 +14133,7 @@
14133
"xloc": [
14134
"default-mobile.handlebars->11->64",
14135
"default.handlebars->47->209",
14157
- "default3.handlebars->41->199"
14136
+ "default3.handlebars->35->199"
14137
]
14138
},
14139
{
@@ -14184,7 +14163,7 @@
14163
"uk": "Шлях резервного копіювання не можна встановити у теці meshcentral-data, параметри резервного копіювання ігноруються.",
14164
"xloc": [
14165
"default.handlebars->47->105",
14187
- "default3.handlebars->41->104"
14166
+ "default3.handlebars->35->104"
14167
]
14168
},
14169
{
@@ -14214,7 +14193,7 @@
14193
"uk": "Помилковий Підпис",
14194
"xloc": [
14195
"default.handlebars->47->3306",
14217
- "default3.handlebars->41->3031"
14196
+ "default3.handlebars->35->3031"
14197
]
14198
},
14199
{
@@ -14244,7 +14223,7 @@
14223
"uk": "Недійсний Веб-Сертифікат",
14224
"xloc": [
14225
"default.handlebars->47->3305",
14247
- "default3.handlebars->41->3030"
14226
+ "default3.handlebars->35->3030"
14227
]
14228
},
14229
{
@@ -14275,7 +14254,7 @@
14254
"xloc": [
14255
"default-mobile.handlebars->11->131",
14256
"default.handlebars->47->1865",
14278
- "default3.handlebars->41->1704",
14257
+ "default3.handlebars->35->1704",
14258
"login2.handlebars->7->25"
14259
]
14260
},
@@ -14317,8 +14296,8 @@
14296
"default.handlebars->container->column_l->p16->3->1->0->5->p16filterevents->11",
14297
"default.handlebars->container->column_l->p3->3->1->0->5->p3filterevents->11",
14298
"default.handlebars->container->column_l->p31->3->1->0->5->p31filterevents->11",
14320
- "default3.handlebars->container->column_l->p16->3->1->0->3->p16filterevents->11",
14321
- "default3.handlebars->container->column_l->p3->3->1->0->3->1->p3filterevents->11",
14299
+ "default3.handlebars->container->column_l->p16->3->1->0->1->1->p16filterevents->11",
14300
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3filterevents->11",
14301
"default3.handlebars->container->column_l->p31->3->1->0->3->1->p31filterevents->11"
14302
]
14303
},
@@ -14349,7 +14328,7 @@
14328
"uk": "Пакетне створення кількох акаунтів користувачів",
14329
"xloc": [
14330
"default.handlebars->container->column_l->p4->3->1->0->3->1->5",
14352
- "default3.handlebars->container->column_l->p4->3->1->0->1->1->5"
14331
+ "default3.handlebars->container->column_l->p4->3->1->0->1->3->5"
14332
]
14333
},
14334
{
@@ -14379,7 +14358,7 @@
14358
"uk": "Пакетне завантаження файлів ({0}) до теки {1}",
14359
"xloc": [
14360
"default.handlebars->47->2620",
14382
- "default3.handlebars->41->2389"
14361
+ "default3.handlebars->35->2389"
14362
]
14363
},
14364
{
@@ -14410,7 +14389,7 @@
14389
"xloc": [
14390
"default-mobile.handlebars->11->133",
14391
"default.handlebars->47->1867",
14413
- "default3.handlebars->41->1706",
14392
+ "default3.handlebars->35->1706",
14393
"login2.handlebars->7->27"
14394
]
14395
},
@@ -14442,7 +14421,7 @@
14421
"xloc": [
14422
"default-mobile.handlebars->11->134",
14423
"default.handlebars->47->1868",
14445
- "default3.handlebars->41->1707",
14424
+ "default3.handlebars->35->1707",
14425
"login2.handlebars->7->28"
14426
]
14427
},
@@ -14512,7 +14491,7 @@
14491
"xloc": [
14492
"default-mobile.handlebars->11->890",
14493
"default.handlebars->47->1732",
14515
- "default3.handlebars->41->1593"
14494
+ "default3.handlebars->35->1593"
14495
]
14496
},
14497
{
@@ -14524,7 +14503,7 @@
14503
"xloc": [
14504
"default-mobile.handlebars->11->911",
14505
"default.handlebars->47->1753",
14527
- "default3.handlebars->41->1614"
14506
+ "default3.handlebars->35->1614"
14507
]
14508
},
14509
{
@@ -14555,7 +14534,7 @@
14534
"xloc": [
14535
"default-mobile.handlebars->11->791",
14536
"default.handlebars->47->1623",
14558
- "default3.handlebars->41->1486"
14537
+ "default3.handlebars->35->1486"
14538
]
14539
},
14540
{
@@ -14586,7 +14565,7 @@
14565
"xloc": [
14566
"default-mobile.handlebars->11->135",
14567
"default.handlebars->47->1869",
14589
- "default3.handlebars->41->1708",
14568
+ "default3.handlebars->35->1708",
14569
"login2.handlebars->7->29"
14570
]
14571
},
@@ -14618,7 +14597,7 @@
14597
"xloc": [
14598
"default-mobile.handlebars->11->136",
14599
"default.handlebars->47->1870",
14621
- "default3.handlebars->41->1709",
14600
+ "default3.handlebars->35->1709",
14601
"login2.handlebars->7->30"
14602
]
14603
},
@@ -14650,8 +14629,8 @@
14629
"xloc": [
14630
"default.handlebars->47->2878",
14631
"default.handlebars->container->column_l->p4->3->1->0->3->1",
14653
- "default3.handlebars->41->2628",
14654
- "default3.handlebars->container->column_l->p4->3->1->0->1->1"
14632
+ "default3.handlebars->35->2628",
14633
+ "default3.handlebars->container->column_l->p4->3->1->0->1->3"
14634
]
14635
},
14636
{
@@ -14710,7 +14689,7 @@
14689
"uk": "Широкомовне повідомлення всім підключеним користувачам.",
14690
"xloc": [
14691
"default.handlebars->47->2789",
14713
- "default3.handlebars->41->2544"
14692
+ "default3.handlebars->35->2544"
14693
]
14694
},
14695
{
@@ -14740,7 +14719,7 @@
14719
"uk": "Браузер",
14720
"xloc": [
14721
"default.handlebars->47->3185",
14743
- "default3.handlebars->41->2910"
14722
+ "default3.handlebars->35->2910"
14723
]
14724
},
14725
{
@@ -14801,7 +14780,7 @@
14780
"xloc": [
14781
"default-mobile.handlebars->11->95",
14782
"default.handlebars->47->64",
14804
- "default3.handlebars->41->64"
14783
+ "default3.handlebars->35->64"
14784
]
14785
},
14786
{
@@ -14832,7 +14811,7 @@
14811
"xloc": [
14812
"default-mobile.handlebars->11->132",
14813
"default.handlebars->47->1866",
14835
- "default3.handlebars->41->1705",
14814
+ "default3.handlebars->35->1705",
14815
"login2.handlebars->7->26"
14816
]
14817
},
@@ -14864,7 +14843,7 @@
14843
"xloc": [
14844
"default-mobile.handlebars->11->137",
14845
"default.handlebars->47->1871",
14867
- "default3.handlebars->41->1710",
14846
+ "default3.handlebars->35->1710",
14847
"login2.handlebars->7->31"
14848
]
14849
},
@@ -14895,7 +14874,7 @@
14874
"uk": "Типово неактивні пристрої видаляються через 1 день.",
14875
"xloc": [
14876
"default.handlebars->47->2326",
14898
- "default3.handlebars->41->2110"
14877
+ "default3.handlebars->35->2110"
14878
]
14879
},
14880
{
@@ -14925,7 +14904,7 @@
14904
"uk": "Типово неактивні пристрої видаляються через {0} дн.",
14905
"xloc": [
14906
"default.handlebars->47->2327",
14928
- "default3.handlebars->41->2111"
14907
+ "default3.handlebars->35->2111"
14908
]
14909
},
14910
{
@@ -14968,7 +14947,7 @@
14947
"uk": "Байт Вх.",
14948
"xloc": [
14949
"default.handlebars->47->3181",
14971
- "default3.handlebars->41->2906"
14950
+ "default3.handlebars->35->2906"
14951
]
14952
},
14953
{
@@ -14998,7 +14977,7 @@
14977
"uk": "Байт Вих.",
14978
"xloc": [
14979
"default.handlebars->47->3182",
15001
- "default3.handlebars->41->2907"
14980
+ "default3.handlebars->35->2907"
14981
]
14982
},
14983
{
@@ -15077,8 +15056,8 @@
15056
"default-mobile.handlebars->11->509",
15057
"default.handlebars->47->434",
15058
"default.handlebars->47->914",
15080
- "default3.handlebars->41->406",
15081
- "default3.handlebars->41->851"
15059
+ "default3.handlebars->35->406",
15060
+ "default3.handlebars->35->851"
15061
]
15062
},
15063
{
@@ -15121,9 +15100,9 @@
15100
"default.handlebars->47->1725",
15101
"default.handlebars->47->1737",
15102
"default.handlebars->47->1744",
15124
- "default3.handlebars->41->1586",
15125
- "default3.handlebars->41->1598",
15126
- "default3.handlebars->41->1605"
15103
+ "default3.handlebars->35->1586",
15104
+ "default3.handlebars->35->1598",
15105
+ "default3.handlebars->35->1605"
15106
]
15107
},
15108
{
@@ -15156,9 +15135,9 @@
15135
"default.handlebars->47->3331",
15136
"default.handlebars->47->411",
15137
"default.handlebars->47->719",
15159
- "default3.handlebars->41->3056",
15160
- "default3.handlebars->41->383",
15161
- "default3.handlebars->41->677"
15138
+ "default3.handlebars->35->3056",
15139
+ "default3.handlebars->35->383",
15140
+ "default3.handlebars->35->677"
15141
]
15142
},
15143
{
@@ -15188,7 +15167,7 @@
15167
"uk": "Сервер CIRA",
15168
"xloc": [
15169
"default.handlebars->47->3379",
15191
- "default3.handlebars->41->3103"
15170
+ "default3.handlebars->35->3103"
15171
]
15172
},
15173
{
@@ -15218,7 +15197,7 @@
15197
"uk": "Команди Сервера CIRA",
15198
"xloc": [
15199
"default.handlebars->47->3380",
15221
- "default3.handlebars->41->3104"
15200
+ "default3.handlebars->35->3104"
15201
]
15202
},
15203
{
@@ -15248,7 +15227,7 @@
15227
"uk": "Локальні імена FQDN CIRA ігноруються, коли сервер працює в режимі лише LAN або лише WAN.",
15228
"xloc": [
15229
"default.handlebars->47->91",
15251
- "default3.handlebars->41->90"
15230
+ "default3.handlebars->35->90"
15231
]
15232
},
15233
{
@@ -15311,10 +15290,10 @@
15290
"default.handlebars->47->1682",
15291
"default.handlebars->47->3355",
15292
"default.handlebars->container->column_l->p40->3->1->p40type->5",
15314
- "default3.handlebars->41->1461",
15315
- "default3.handlebars->41->1543",
15316
- "default3.handlebars->41->3080",
15317
- "default3.handlebars->container->column_l->p40->3->1->3->p40type->5"
15293
+ "default3.handlebars->35->1461",
15294
+ "default3.handlebars->35->1543",
15295
+ "default3.handlebars->35->3080",
15296
+ "default3.handlebars->container->column_l->p40->3->3->p40type->5"
15297
]
15298
},
15299
{
@@ -15344,7 +15323,7 @@
15323
"uk": "Навантаження ЦП",
15324
"xloc": [
15325
"default.handlebars->47->3320",
15347
- "default3.handlebars->41->3045"
15326
+ "default3.handlebars->35->3045"
15327
]
15328
},
15329
{
@@ -15374,7 +15353,7 @@
15353
"uk": "Навантаження ЦП за останні 15 хвилин",
15354
"xloc": [
15355
"default.handlebars->47->3323",
15377
- "default3.handlebars->41->3048"
15356
+ "default3.handlebars->35->3048"
15357
]
15358
},
15359
{
@@ -15404,7 +15383,7 @@
15383
"uk": "Навантаження ЦП за останні 5 хвилин",
15384
"xloc": [
15385
"default.handlebars->47->3322",
15407
- "default3.handlebars->41->3047"
15386
+ "default3.handlebars->35->3047"
15387
]
15388
},
15389
{
@@ -15434,7 +15413,7 @@
15413
"uk": "Навантаження ЦП за останню хвилину",
15414
"xloc": [
15415
"default.handlebars->47->3321",
15437
- "default3.handlebars->41->3046"
15416
+ "default3.handlebars->35->3046"
15417
]
15418
},
15419
{
@@ -15466,8 +15445,8 @@
15445
"default.handlebars->47->1490",
15446
"default.handlebars->47->1521",
15447
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
15469
- "default3.handlebars->41->1374",
15470
- "default3.handlebars->41->1404",
15448
+ "default3.handlebars->35->1374",
15449
+ "default3.handlebars->35->1404",
15450
"default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons",
15451
"sharing.handlebars->11->25",
15452
"sharing.handlebars->11->39",
@@ -15501,7 +15480,7 @@
15480
"uk": "CSV",
15481
"xloc": [
15482
"default.handlebars->47->2700",
15504
- "default3.handlebars->41->2469"
15483
+ "default3.handlebars->35->2469"
15484
]
15485
},
15486
{
@@ -15533,9 +15512,9 @@
15512
"default.handlebars->47->2704",
15513
"default.handlebars->47->2781",
15514
"default.handlebars->47->792",
15536
- "default3.handlebars->41->2472",
15537
- "default3.handlebars->41->2537",
15538
- "default3.handlebars->41->741"
15515
+ "default3.handlebars->35->2472",
15516
+ "default3.handlebars->35->2537",
15517
+ "default3.handlebars->35->741"
15518
]
15519
},
15520
{
@@ -15545,7 +15524,7 @@
15524
"uk": "Формат файлу CSV нижче:",
15525
"xloc": [
15526
"default.handlebars->47->2767",
15548
- "default3.handlebars->41->2529"
15527
+ "default3.handlebars->35->2529"
15528
]
15529
},
15530
{
@@ -15601,7 +15580,7 @@
15580
"uk": "Помилка Виклику",
15581
"xloc": [
15582
"default.handlebars->47->3396",
15604
- "default3.handlebars->41->3117"
15583
+ "default3.handlebars->35->3117"
15584
]
15585
},
15586
{
@@ -15616,8 +15595,8 @@
15595
"xloc": [
15596
"default.handlebars->47->1790",
15597
"default.handlebars->47->3019",
15619
- "default3.handlebars->41->1642",
15620
- "default3.handlebars->41->2762"
15598
+ "default3.handlebars->35->1642",
15599
+ "default3.handlebars->35->2762"
15600
]
15601
},
15602
{
@@ -15647,7 +15626,7 @@
15626
"uk": "Не можна мати більше 4 локальних FQDN CIRA. Ігнорування значення.",
15627
"xloc": [
15628
"default.handlebars->47->92",
15650
- "default3.handlebars->41->91"
15629
+ "default3.handlebars->35->91"
15630
]
15631
},
15632
{
@@ -15683,8 +15662,8 @@
15662
"default.handlebars->47->3385",
15663
"default.handlebars->47->535",
15664
"default.handlebars->container->dialog->idx_dlgButtonBar",
15686
- "default3.handlebars->41->1957",
15687
- "default3.handlebars->41->498",
15665
+ "default3.handlebars->35->1957",
15666
+ "default3.handlebars->35->498",
15667
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->5->idx_dlgCancelButton",
15668
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
15669
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -15819,14 +15798,14 @@
15798
"default.handlebars->47->1722",
15799
"default.handlebars->47->1734",
15800
"default.handlebars->47->1741",
15822
- "default3.handlebars->41->1561",
15823
- "default3.handlebars->41->1567",
15824
- "default3.handlebars->41->1573",
15825
- "default3.handlebars->41->1578",
15826
- "default3.handlebars->41->1580",
15827
- "default3.handlebars->41->1583",
15828
- "default3.handlebars->41->1595",
15829
- "default3.handlebars->41->1602"
15801
+ "default3.handlebars->35->1561",
15802
+ "default3.handlebars->35->1567",
15803
+ "default3.handlebars->35->1573",
15804
+ "default3.handlebars->35->1578",
15805
+ "default3.handlebars->35->1580",
15806
+ "default3.handlebars->35->1583",
15807
+ "default3.handlebars->35->1595",
15808
+ "default3.handlebars->35->1602"
15809
]
15810
},
15811
{
@@ -15861,9 +15840,9 @@
15840
"default.handlebars->47->1698",
15841
"default.handlebars->47->1704",
15842
"default.handlebars->47->1710",
15864
- "default3.handlebars->41->1559",
15865
- "default3.handlebars->41->1565",
15866
- "default3.handlebars->41->1571"
15843
+ "default3.handlebars->35->1559",
15844
+ "default3.handlebars->35->1565",
15845
+ "default3.handlebars->35->1571"
15846
]
15847
},
15848
{
@@ -15878,9 +15857,9 @@
15857
"default.handlebars->47->1723",
15858
"default.handlebars->47->1735",
15859
"default.handlebars->47->1742",
15881
- "default3.handlebars->41->1584",
15882
- "default3.handlebars->41->1596",
15883
- "default3.handlebars->41->1603"
15860
+ "default3.handlebars->35->1584",
15861
+ "default3.handlebars->35->1596",
15862
+ "default3.handlebars->35->1603"
15863
]
15864
},
15865
{
@@ -15911,7 +15890,7 @@
15890
"xloc": [
15891
"default-mobile.handlebars->11->138",
15892
"default.handlebars->47->1872",
15914
- "default3.handlebars->41->1711",
15893
+ "default3.handlebars->35->1711",
15894
"login2.handlebars->7->32"
15895
]
15896
},
@@ -15942,7 +15921,7 @@
15921
"uk": "Центрувати мапу тут",
15922
"xloc": [
15923
"default.handlebars->47->867",
15945
- "default3.handlebars->41->807"
15924
+ "default3.handlebars->35->807"
15925
]
15926
},
15927
{
@@ -16000,8 +15979,8 @@
15979
"default-mobile.handlebars->11->61",
15980
"default.handlebars->47->115",
15981
"default.handlebars->47->116",
16003
- "default3.handlebars->41->113",
16004
- "default3.handlebars->41->114"
15982
+ "default3.handlebars->35->113",
15983
+ "default3.handlebars->35->114"
15984
]
15985
},
15986
{
@@ -16038,7 +16017,7 @@
16017
"xloc": [
16018
"default-mobile.handlebars->11->139",
16019
"default.handlebars->47->1873",
16041
- "default3.handlebars->41->1712",
16020
+ "default3.handlebars->35->1712",
16021
"login2.handlebars->7->33"
16022
]
16023
},
@@ -16100,7 +16079,7 @@
16079
"uk": "Змінити е-пошту для {0}",
16080
"xloc": [
16081
"default.handlebars->47->3061",
16103
- "default3.handlebars->41->2800"
16082
+ "default3.handlebars->35->2800"
16083
]
16084
},
16085
{
@@ -16132,7 +16111,7 @@
16111
"default.handlebars->47->1029",
16112
"default.handlebars->47->1316",
16113
"default.handlebars->47->1317",
16135
- "default3.handlebars->41->966"
16114
+ "default3.handlebars->35->966"
16115
]
16116
},
16117
{
@@ -16144,8 +16123,8 @@
16123
"default.handlebars->container->column_l->p16->3->1->0->5->p16filterevents->13",
16124
"default.handlebars->container->column_l->p3->3->1->0->5->p3filterevents->13",
16125
"default.handlebars->container->column_l->p31->3->1->0->5->p31filterevents->13",
16147
- "default3.handlebars->container->column_l->p16->3->1->0->3->p16filterevents->13",
16148
- "default3.handlebars->container->column_l->p3->3->1->0->3->1->p3filterevents->13",
16126
+ "default3.handlebars->container->column_l->p16->3->1->0->1->1->p16filterevents->13",
16127
+ "default3.handlebars->container->column_l->p3->3->1->0->1->1->p3filterevents->13",
16128
"default3.handlebars->container->column_l->p31->3->1->0->3->1->p31filterevents->13"
16129
]
16130
},
@@ -16178,7 +16157,7 @@
16157
"default-mobile.handlebars->11->331",
16158
"default.handlebars->47->2089",
16159
"default.handlebars->47->3005",
16181
- "default3.handlebars->41->2748"
16160
+ "default3.handlebars->35->2748"
16161
]
16162
},
16163
{
@@ -16208,7 +16187,7 @@
16187
"uk": "Змінити пароль для {0}",
16188
"xloc": [
16189
"default.handlebars->47->3070",
16211
- "default3.handlebars->41->2804"
16190
+ "default3.handlebars->35->2804"
16191
]
16192
},
16193
{
@@ -16238,7 +16217,7 @@
16217
"uk": "Змінити справжнє ім'я для {0}",
16218
"xloc": [
16219
"default.handlebars->47->3056",
16241
- "default3.handlebars->41->2796"
16220
+ "default3.handlebars->35->2796"
16221
]
16222
},
16223
{
@@ -16416,7 +16395,7 @@
16395
"uk": "Змінити пароль для цього користувача",
16396
"xloc": [
16397
"default.handlebars->47->3004",
16419
- "default3.handlebars->41->2747"
16398
+ "default3.handlebars->35->2747"
16399
]
16400
},
16401
{
@@ -16476,7 +16455,7 @@
16455
"uk": "Змініть адресу е-пошти свого акаунту тут.",
16456
"xloc": [
16457
"default.handlebars->47->2076",
16479
- "default3.handlebars->41->1909"
16458
+ "default3.handlebars->35->1909"
16459
]
16460
},
16461
{
@@ -16506,7 +16485,7 @@
16485
"uk": "Змініть пароль свого акаунту, ввівши старий пароль та двічі новий пароль в поля нижче.",
16486
"xloc": [
16487
"default.handlebars->47->2082",
16509
- "default3.handlebars->41->1911"
16488
+ "default3.handlebars->35->1911"
16489
]
16490
},
16491
{
@@ -16536,7 +16515,7 @@
16515
"uk": "Змінено облікові дані акаунту",
16516
"xloc": [
16517
"default.handlebars->47->2592",
16539
- "default3.handlebars->41->2361"
16518
+ "default3.handlebars->35->2361"
16519
]
16520
},
16521
{
@@ -16566,7 +16545,7 @@
16545
"uk": "Відображене ім'я акаунту змінено на {0}.",
16546
"xloc": [
16547
"default.handlebars->47->2644",
16569
- "default3.handlebars->41->2413"
16548
+ "default3.handlebars->35->2413"
16549
]
16550
},
16551
{
@@ -16597,8 +16576,8 @@
16576
"xloc": [
16577
"default.handlebars->47->2576",
16578
"default.handlebars->47->2657",
16600
- "default3.handlebars->41->2345",
16601
- "default3.handlebars->41->2426"
16579
+ "default3.handlebars->35->2345",
16580
+ "default3.handlebars->35->2426"
16581
]
16582
},
16583
{
@@ -16628,7 +16607,7 @@
16607
"uk": "Мову змінено з {1} на {2}",
16608
"xloc": [
16609
"default.handlebars->47->2520",
16631
- "default3.handlebars->41->2289"
16610
+ "default3.handlebars->35->2289"
16611
]
16612
},
16613
{
@@ -16659,8 +16638,8 @@
16638
"xloc": [
16639
"default.handlebars->47->2578",
16640
"default.handlebars->47->2599",
16662
- "default3.handlebars->41->2347",
16663
- "default3.handlebars->41->2368"
16641
+ "default3.handlebars->35->2347",
16642
+ "default3.handlebars->35->2368"
16643
]
16644
},
16645
{
@@ -16717,7 +16696,7 @@
16696
"xloc": [
16697
"default-mobile.handlebars->11->306",
16698
"default.handlebars->47->2040",
16720
- "default3.handlebars->41->1879"
16699
+ "default3.handlebars->35->1879"
16700
]
16701
},
16702
{
@@ -16752,12 +16731,12 @@
16731
"default.handlebars->47->2721",
16732
"default.handlebars->47->3000",
16733
"default.handlebars->47->3001",
16755
- "default3.handlebars->41->1069",
16756
- "default3.handlebars->41->1094",
16757
- "default3.handlebars->41->2488",
16758
- "default3.handlebars->41->2743",
16759
- "default3.handlebars->41->2744",
16760
- "default3.handlebars->41->955"
16734
+ "default3.handlebars->35->1069",
16735
+ "default3.handlebars->35->1094",
16736
+ "default3.handlebars->35->2488",
16737
+ "default3.handlebars->35->2743",
16738
+ "default3.handlebars->35->2744",
16739
+ "default3.handlebars->35->955"
16740
]
16741
},
16742
{
@@ -16790,8 +16769,8 @@
16769
"default-mobile.handlebars->11->984",
16770
"default.handlebars->47->2358",
16771
"default.handlebars->47->2396",
16793
- "default3.handlebars->41->2141",
16794
- "default3.handlebars->41->2178"
16772
+ "default3.handlebars->35->2141",
16773
+ "default3.handlebars->35->2178"
16774
]
16775
},
16776
{
@@ -16822,7 +16801,7 @@
16801
"xloc": [
16802
"default-mobile.handlebars->11->1036",
16803
"default.handlebars->47->3270",
16825
- "default3.handlebars->41->2995"
16804
+ "default3.handlebars->35->2995"
16805
]
16806
},
16807
{
@@ -16882,7 +16861,7 @@
16861
"xloc": [
16862
"default-mobile.handlebars->11->140",
16863
"default.handlebars->47->1874",
16885
- "default3.handlebars->41->1713",
16864
+ "default3.handlebars->35->1713",
16865
"login2.handlebars->7->34"
16866
]
16867
},
@@ -16913,7 +16892,7 @@
16892
"uk": "Виберіть і натисніть OK, щоб очистити журнал помилок.",
16893
"xloc": [
16894
"default.handlebars->47->203",
16916
- "default3.handlebars->41->197"
16895
+ "default3.handlebars->35->197"
16896
]
16897
},
16898
{
@@ -16943,7 +16922,7 @@
16922
"uk": "Виберіть і натисніть OK, щоб почати самооновлення сервера.",
16923
"xloc": [
16924
"default.handlebars->47->198",
16946
- "default3.handlebars->41->195"
16925
+ "default3.handlebars->35->195"
16926
]
16927
},
16928
{
@@ -16988,7 +16967,7 @@
16967
"uk": "Для перевірки програми обміну повідомленнями, введіть код підтвердження після отримання.",
16968
"xloc": [
16969
"default.handlebars->47->255",
16991
- "default3.handlebars->41->236"
16970
+ "default3.handlebars->35->236"
16971
]
16972
},
16973
{
@@ -17018,7 +16997,7 @@
16997
"uk": "Для перевірки телефону, введіть код підтвердження після отримання.",
16998
"xloc": [
16999
"default.handlebars->47->252",
17021
- "default3.handlebars->41->234"
17000
+ "default3.handlebars->35->234"
17001
]
17002
},
17003
{
@@ -17049,8 +17028,8 @@
17028
"xloc": [
17029
"default.handlebars->47->1840",
17030
"default.handlebars->47->3390",
17052
- "default3.handlebars->41->1679",
17053
- "default3.handlebars->41->3112"
17031
+ "default3.handlebars->35->1679",
17032
+ "default3.handlebars->35->3112"
17033
]
17034
},
17035
{
@@ -17081,7 +17060,7 @@
17060
"xloc": [
17061
"default-mobile.handlebars->11->141",
17062
"default.handlebars->47->1875",
17084
- "default3.handlebars->41->1714",
17063
+ "default3.handlebars->35->1714",
17064
"login2.handlebars->7->35"
17065
]
17066
},
@@ -17113,7 +17092,7 @@
17092
"xloc": [
17093
"default-mobile.handlebars->11->142",
17094
"default.handlebars->47->1876",
17116
- "default3.handlebars->41->1715",
17095
+ "default3.handlebars->35->1715",
17096
"login2.handlebars->7->36"
17097
]
17098
},
@@ -17145,7 +17124,7 @@
17124
"xloc": [
17125
"default-mobile.handlebars->11->143",
17126
"default.handlebars->47->1877",
17148
- "default3.handlebars->41->1716",
17127
+ "default3.handlebars->35->1716",
17128
"login2.handlebars->7->37"
17129
]
17130
},
@@ -17177,7 +17156,7 @@
17156
"xloc": [
17157
"default-mobile.handlebars->11->303",
17158
"default.handlebars->47->2037",
17180
- "default3.handlebars->41->1876",
17159
+ "default3.handlebars->35->1876",
17160
"login2.handlebars->7->197"
17161
]
17162
},
@@ -17209,7 +17188,7 @@
17188
"xloc": [
17189
"default-mobile.handlebars->11->144",
17190
"default.handlebars->47->1878",
17212
- "default3.handlebars->41->1717",
17191
+ "default3.handlebars->35->1717",
17192
"login2.handlebars->7->38"
17193
]
17194
},
@@ -17241,7 +17220,7 @@
17220
"xloc": [
17221
"default-mobile.handlebars->11->145",
17222
"default.handlebars->47->1879",
17244
- "default3.handlebars->41->1718",
17223
+ "default3.handlebars->35->1718",
17224
"login2.handlebars->7->39"
17225
]
17226
},
@@ -17273,7 +17252,7 @@
17252
"xloc": [
17253
"default-mobile.handlebars->11->304",
17254
"default.handlebars->47->2038",
17276
- "default3.handlebars->41->1877",
17255
+ "default3.handlebars->35->1877",
17256
"login2.handlebars->7->198"
17257
]
17258
},
@@ -17305,7 +17284,7 @@
17284
"xloc": [
17285
"default-mobile.handlebars->11->23",
17286
"default.handlebars->47->30",
17308
- "default3.handlebars->41->30"
17287
+ "default3.handlebars->35->30"
17288
]
17289
},
17290
{
@@ -17336,7 +17315,7 @@
17315
"xloc": [
17316
"default-mobile.handlebars->11->146",
17317
"default.handlebars->47->1880",
17339
- "default3.handlebars->41->1719",
17318
+ "default3.handlebars->35->1719",
17319
"login2.handlebars->7->40"
17320
]
17321
},
@@ -17406,13 +17385,13 @@
17385
"default.handlebars->47->2514",
17386
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17387
"default.handlebars->container->column_l->p41->3->1",
17409
- "default3.handlebars->41->1438",
17410
- "default3.handlebars->41->1440",
17411
- "default3.handlebars->41->1442",
17412
- "default3.handlebars->41->1444",
17413
- "default3.handlebars->41->2284",
17388
+ "default3.handlebars->35->1438",
17389
+ "default3.handlebars->35->1440",
17390
+ "default3.handlebars->35->1442",
17391
+ "default3.handlebars->35->1444",
17392
+ "default3.handlebars->35->2284",
17393
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17415
- "default3.handlebars->container->column_l->p41->3->1",
17394
+ "default3.handlebars->container->column_l->p41->3->3",
17395
"messenger.handlebars->xbottom->1->1->0->5",
17396
"sharing.handlebars->11->75",
17397
"sharing.handlebars->11->77",
@@ -17507,7 +17486,7 @@
17486
"uk": "Очистити Токени",
17487
"xloc": [
17488
"default.handlebars->47->232",
17510
- "default3.handlebars->41->220"
17489
+ "default3.handlebars->35->220"
17490
]
17491
},
17492
{
@@ -17538,7 +17517,7 @@
17517
"xloc": [
17518
"default.handlebars->47->745",
17519
"default.handlebars->47->787",
17541
- "default3.handlebars->41->702"
17520
+ "default3.handlebars->35->702"
17521
]
17522
},
17523
{
@@ -17568,7 +17547,7 @@
17547
"uk": "Очистити ядро агента на відібраних пристроях?",
17548
"xloc": [
17549
"default.handlebars->47->786",
17571
- "default3.handlebars->41->737"
17550
+ "default3.handlebars->35->737"
17551
]
17552
},
17553
{
@@ -17599,7 +17578,7 @@
17578
"xloc": [
17579
"default-mobile.handlebars->11->1019",
17580
"default.handlebars->47->3253",
17602
- "default3.handlebars->41->2978"
17581
+ "default3.handlebars->35->2978"
17582
]
17583
},
17584
{
@@ -17630,7 +17609,7 @@
17609
"xloc": [
17610
"default-mobile.handlebars->11->406",
17611
"default.handlebars->47->364",
17633
- "default3.handlebars->41->336"
17612
+ "default3.handlebars->35->336"
17613
]
17614
},
17615
{
@@ -17661,7 +17640,7 @@
17640
"xloc": [
17641
"default-mobile.handlebars->11->923",
17642
"default.handlebars->47->1766",
17664
- "default3.handlebars->41->1626"
17643
+ "default3.handlebars->35->1626"
17644
]
17645
},
17646
{
@@ -17691,7 +17670,7 @@
17670
"uk": "Очистіть секретний ключ із програми та повторіть спробу. У вас є лише кілька хвилин, щоб ввести відповідний код.",
17671
"xloc": [
17672
"default.handlebars->47->222",
17694
- "default3.handlebars->41->211"
17673
+ "default3.handlebars->35->211"
17674
]
17675
},
17676
{
@@ -17722,7 +17701,7 @@
17701
"xloc": [
17702
"default-mobile.handlebars->11->1018",
17703
"default.handlebars->47->3252",
17725
- "default3.handlebars->41->2977"
17704
+ "default3.handlebars->35->2977"
17705
]
17706
},
17707
{
@@ -17840,8 +17819,8 @@
17819
"xloc": [
17820
"default.handlebars->47->2157",
17821
"default.handlebars->47->2457",
17843
- "default3.handlebars->41->1964",
17844
- "default3.handlebars->41->2233"
17822
+ "default3.handlebars->35->1964",
17823
+ "default3.handlebars->35->2233"
17824
]
17825
},
17826
{
@@ -17871,7 +17850,7 @@
17850
"uk": "Клікніть тут, щоб редагувати назву пристрою на стороні сервера",
17851
"xloc": [
17852
"default.handlebars->47->883",
17874
- "default3.handlebars->41->820"
17853
+ "default3.handlebars->35->820"
17854
]
17855
},
17856
{
@@ -17901,7 +17880,7 @@
17880
"uk": "Клікніть тут, щоб змінити назву групи користувачів",
17881
"xloc": [
17882
"default.handlebars->47->2851",
17904
- "default3.handlebars->41->2601"
17883
+ "default3.handlebars->35->2601"
17884
]
17885
},
17886
{
@@ -18047,7 +18026,7 @@
18026
"xloc": [
18027
"default-mobile.handlebars->11->316",
18028
"default.handlebars->47->2073",
18050
- "default3.handlebars->41->1907"
18029
+ "default3.handlebars->35->1907"
18030
]
18031
},
18032
{
@@ -18164,7 +18143,7 @@
18143
"xloc": [
18144
"default-mobile.handlebars->11->818",
18145
"default.handlebars->47->1660",
18167
- "default3.handlebars->41->1521"
18146
+ "default3.handlebars->35->1521"
18147
]
18148
},
18149
{
@@ -18194,7 +18173,7 @@
18173
"uk": "ID Клієнта",
18174
"xloc": [
18175
"default.handlebars->47->2136",
18197
- "default3.handlebars->41->1952"
18176
+ "default3.handlebars->35->1952"
18177
]
18178
},
18179
{
@@ -18253,7 +18232,7 @@
18232
"uk": "Секретний Ключ Клієнта",
18233
"xloc": [
18234
"default.handlebars->47->2137",
18256
- "default3.handlebars->41->1953"
18235
+ "default3.handlebars->35->1953"
18236
]
18237
},
18238
{
@@ -18320,10 +18299,10 @@
18299
"default.handlebars->47->230",
18300
"default.handlebars->47->238",
18301
"default.handlebars->47->3384",
18323
- "default3.handlebars->41->1362",
18324
- "default3.handlebars->41->1421",
18325
- "default3.handlebars->41->218",
18326
- "default3.handlebars->41->225",
18302
+ "default3.handlebars->35->1362",
18303
+ "default3.handlebars->35->1421",
18304
+ "default3.handlebars->35->218",
18305
+ "default3.handlebars->35->225",
18306
"sharing.handlebars->11->52"
18307
]
18308
},
@@ -18354,7 +18333,7 @@
18333
"uk": "Закрито сесію мультиплексної стільниці \\\"{0}\\\", {1} секунд(и)",
18334
"xloc": [
18335
"default.handlebars->47->2664",
18357
- "default3.handlebars->41->2433"
18336
+ "default3.handlebars->35->2433"
18337
]
18338
},
18339
{
@@ -18384,7 +18363,7 @@
18363
"uk": "Закрито сесію мультиплексної стільниці, {0} секунд(и)",
18364
"xloc": [
18365
"default.handlebars->47->2525",
18387
- "default3.handlebars->41->2294"
18366
+ "default3.handlebars->35->2294"
18367
]
18368
},
18369
{
@@ -18414,7 +18393,7 @@
18393
"uk": "Код",
18394
"xloc": [
18395
"default.handlebars->47->321",
18417
- "default3.handlebars->41->298"
18396
+ "default3.handlebars->35->298"
18397
]
18398
},
18399
{
@@ -18446,7 +18425,7 @@
18425
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
18426
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
18427
"default.handlebars->expandAllContextMenu->3",
18449
- "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->1",
18428
+ "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar",
18429
"default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar",
18430
"default3.handlebars->expandAllContextMenu->3"
18431
]
@@ -18537,7 +18516,7 @@
18516
"xloc": [
18517
"agentinvite.handlebars->3->17",
18518
"default.handlebars->47->683",
18540
- "default3.handlebars->41->622"
18519
+ "default3.handlebars->35->622"
18520
]
18521
},
18522
{
@@ -18567,7 +18546,7 @@
18546
"uk": "Командний рядок",
18547
"xloc": [
18548
"default.handlebars->47->125",
18570
- "default3.handlebars->41->123"
18549
+ "default3.handlebars->35->123"
18550
]
18551
},
18552
{
@@ -18600,9 +18579,9 @@
18579
"default.handlebars->47->1139",
18580
"default.handlebars->47->1164",
18581
"default.handlebars->47->2398",
18603
- "default3.handlebars->41->1071",
18604
- "default3.handlebars->41->1096",
18605
- "default3.handlebars->41->2180"
18582
+ "default3.handlebars->35->1071",
18583
+ "default3.handlebars->35->1096",
18584
+ "default3.handlebars->35->2180"
18585
]
18586
},
18587
{
@@ -18620,7 +18599,7 @@
18599
"xloc": [
18600
"default-mobile.handlebars->11->610",
18601
"default.handlebars->47->812",
18623
- "default3.handlebars->41->760"
18602
+ "default3.handlebars->35->760"
18603
]
18604
},
18605
{
@@ -18638,7 +18617,7 @@
18617
"xloc": [
18618
"default-mobile.handlebars->11->611",
18619
"default.handlebars->47->813",
18641
- "default3.handlebars->41->761"
18620
+ "default3.handlebars->35->761"
18621
]
18622
},
18623
{
@@ -18656,7 +18635,7 @@
18635
"xloc": [
18636
"default-mobile.handlebars->11->609",
18637
"default.handlebars->47->811",
18659
- "default3.handlebars->41->759"
18638
+ "default3.handlebars->35->759"
18639
]
18640
},
18641
{
@@ -18687,8 +18666,8 @@
18666
"xloc": [
18667
"default.handlebars->47->2886",
18668
"default.handlebars->47->3075",
18690
- "default3.handlebars->41->2636",
18691
- "default3.handlebars->41->2809"
18669
+ "default3.handlebars->35->2636",
18670
+ "default3.handlebars->35->2809"
18671
]
18672
},
18673
{
@@ -18719,8 +18698,8 @@
18698
"xloc": [
18699
"default.handlebars->47->2892",
18700
"default.handlebars->47->3087",
18722
- "default3.handlebars->41->2642",
18723
- "default3.handlebars->41->2821"
18701
+ "default3.handlebars->35->2642",
18702
+ "default3.handlebars->35->2821"
18703
]
18704
},
18705
{
@@ -18751,7 +18730,7 @@
18730
"xloc": [
18731
"default-mobile.handlebars->11->787",
18732
"default.handlebars->47->1619",
18754
- "default3.handlebars->41->1482"
18733
+ "default3.handlebars->35->1482"
18734
]
18735
},
18736
{
@@ -18807,7 +18786,7 @@
18786
"uk": "Стиснення файлів...",
18787
"xloc": [
18788
"default.handlebars->47->1532",
18810
- "default3.handlebars->41->1413",
18789
+ "default3.handlebars->35->1413",
18790
"sharing.handlebars->11->47"
18791
]
18792
},
@@ -18850,7 +18829,7 @@
18829
"uk": "Записи файлу конфігурації",
18830
"xloc": [
18831
"default.handlebars->47->3229",
18853
- "default3.handlebars->41->2954"
18832
+ "default3.handlebars->35->2954"
18833
]
18834
},
18835
{
@@ -18889,14 +18868,14 @@
18868
"default.handlebars->47->2908",
18869
"default.handlebars->47->3073",
18870
"default.handlebars->47->756",
18892
- "default3.handlebars->41->1221",
18893
- "default3.handlebars->41->1226",
18894
- "default3.handlebars->41->2086",
18895
- "default3.handlebars->41->2518",
18896
- "default3.handlebars->41->2591",
18897
- "default3.handlebars->41->2654",
18898
- "default3.handlebars->41->2807",
18899
- "default3.handlebars->41->712"
18871
+ "default3.handlebars->35->1221",
18872
+ "default3.handlebars->35->1226",
18873
+ "default3.handlebars->35->2086",
18874
+ "default3.handlebars->35->2518",
18875
+ "default3.handlebars->35->2591",
18876
+ "default3.handlebars->35->2654",
18877
+ "default3.handlebars->35->2807",
18878
+ "default3.handlebars->35->712"
18879
]
18880
},
18881
{
@@ -18928,7 +18907,7 @@
18907
{
18908
"en": "Confirm Password",
18909
"xloc": [
18931
- "default3.handlebars->41->2554"
18910
+ "default3.handlebars->35->2554"
18911
]
18912
},
18913
{
@@ -18959,7 +18938,7 @@
18938
"xloc": [
18939
"default-mobile.handlebars->11->721",
18940
"default.handlebars->47->1566",
18962
- "default3.handlebars->41->1434",
18941
+ "default3.handlebars->35->1434",
18942
"sharing.handlebars->11->70"
18943
]
18944
},
@@ -18990,7 +18969,7 @@
18969
"uk": "Підтвердити копіювання {0} записів до цієї локації?",
18970
"xloc": [
18971
"default.handlebars->47->1565",
18993
- "default3.handlebars->41->1433",
18972
+ "default3.handlebars->35->1433",
18973
"sharing.handlebars->11->69"
18974
]
18975
},
@@ -19050,7 +19029,7 @@
19029
"uk": "Підтвердити видалення відібраних акаунтів?",
19030
"xloc": [
19031
"default.handlebars->47->2750",
19053
- "default3.handlebars->41->2517"
19032
+ "default3.handlebars->35->2517"
19033
]
19034
},
19035
{
@@ -19106,7 +19085,7 @@
19085
"uk": "Підтвердити видалення відібраних груп користувачів?",
19086
"xloc": [
19087
"default.handlebars->47->2840",
19109
- "default3.handlebars->41->2590"
19088
+ "default3.handlebars->35->2590"
19089
]
19090
},
19091
{
@@ -19136,7 +19115,7 @@
19115
"uk": "Підтвердити видалення користувача {0}?",
19116
"xloc": [
19117
"default.handlebars->47->3072",
19139
- "default3.handlebars->41->2806"
19118
+ "default3.handlebars->35->2806"
19119
]
19120
},
19121
{
@@ -19166,7 +19145,7 @@
19145
"uk": "Підтвердити видалення приналежності у користувача \\\"{0}\\\"?",
19146
"xloc": [
19147
"default.handlebars->47->2911",
19169
- "default3.handlebars->41->2655"
19148
+ "default3.handlebars->35->2655"
19149
]
19150
},
19151
{
@@ -19196,7 +19175,7 @@
19175
"uk": "Підтвердити видалення приналежності до групи користувачів \\\"{0}\\\"?",
19176
"xloc": [
19177
"default.handlebars->47->3104",
19199
- "default3.handlebars->41->2833"
19178
+ "default3.handlebars->35->2833"
19179
]
19180
},
19181
{
@@ -19227,7 +19206,7 @@
19206
"xloc": [
19207
"default-mobile.handlebars->11->723",
19208
"default.handlebars->47->1568",
19230
- "default3.handlebars->41->1436",
19209
+ "default3.handlebars->35->1436",
19210
"sharing.handlebars->11->72"
19211
]
19212
},
@@ -19258,7 +19237,7 @@
19237
"uk": "Підтвердити переміщення {0} записів до цієї локації?",
19238
"xloc": [
19239
"default.handlebars->47->1567",
19261
- "default3.handlebars->41->1435",
19240
+ "default3.handlebars->35->1435",
19241
"sharing.handlebars->11->71"
19242
]
19243
},
@@ -19318,7 +19297,7 @@
19297
"uk": "Підтвердити перезапис?",
19298
"xloc": [
19299
"default.handlebars->47->2506",
19321
- "default3.handlebars->41->2277"
19300
+ "default3.handlebars->35->2277"
19301
]
19302
},
19303
{
@@ -19349,8 +19328,8 @@
19328
"xloc": [
19329
"default.handlebars->47->2901",
19330
"default.handlebars->47->3095",
19352
- "default3.handlebars->41->2649",
19353
- "default3.handlebars->41->2827"
19331
+ "default3.handlebars->35->2649",
19332
+ "default3.handlebars->35->2827"
19333
]
19334
},
19335
{
@@ -19381,8 +19360,8 @@
19360
"xloc": [
19361
"default.handlebars->47->2903",
19362
"default.handlebars->47->3108",
19384
- "default3.handlebars->41->2650",
19385
- "default3.handlebars->41->2835"
19363
+ "default3.handlebars->35->2650",
19364
+ "default3.handlebars->35->2835"
19365
]
19366
},
19367
{
@@ -19412,7 +19391,7 @@
19391
"uk": "Підтвердити видалення прав доступу для користувача \\\"{0}\\\"?",
19392
"xloc": [
19393
"default.handlebars->47->3097",
19415
- "default3.handlebars->41->2828"
19394
+ "default3.handlebars->35->2828"
19395
]
19396
},
19397
{
@@ -19442,7 +19421,7 @@
19421
"uk": "Підтвердити видалення прав доступу для групи користувачів \\\"{0}\\\"?",
19422
"xloc": [
19423
"default.handlebars->47->3100",
19445
- "default3.handlebars->41->2830"
19424
+ "default3.handlebars->35->2830"
19425
]
19426
},
19427
{
@@ -19473,8 +19452,8 @@
19452
"xloc": [
19453
"default.handlebars->47->3098",
19454
"default.handlebars->47->3101",
19476
- "default3.handlebars->41->2829",
19477
- "default3.handlebars->41->2831"
19455
+ "default3.handlebars->35->2829",
19456
+ "default3.handlebars->35->2831"
19457
]
19458
},
19459
{
@@ -19560,7 +19539,7 @@
19539
"uk": "Підтвердити скасування поширення пристрою \\\"{0}\\\"?",
19540
"xloc": [
19541
"default.handlebars->47->3093",
19563
- "default3.handlebars->41->2826"
19542
+ "default3.handlebars->35->2826"
19543
]
19544
},
19545
{
@@ -19671,7 +19650,7 @@
19650
"uk": "Підтвердити видалення прав користувача \\\"{0}\\\"?",
19651
"xloc": [
19652
"default.handlebars->47->2410",
19674
- "default3.handlebars->41->2190"
19653
+ "default3.handlebars->35->2190"
19654
]
19655
},
19656
{
@@ -19701,7 +19680,7 @@
19680
"uk": "Підтвердити видалення прав для групи користувачів \\\"{0}\\\"?",
19681
"xloc": [
19682
"default.handlebars->47->2412",
19704
- "default3.handlebars->41->2191"
19683
+ "default3.handlebars->35->2191"
19684
]
19685
},
19686
{
@@ -19731,7 +19710,7 @@
19710
"uk": "Підтвердити видалення відібраного пристрою?",
19711
"xloc": [
19712
"default.handlebars->47->750",
19734
- "default3.handlebars->41->706"
19713
+ "default3.handlebars->35->706"
19714
]
19715
},
19716
{
@@ -19761,7 +19740,7 @@
19740
"uk": "Підтвердити видалення цього токена входу?",
19741
"xloc": [
19742
"default.handlebars->47->2129",
19764
- "default3.handlebars->41->1946"
19743
+ "default3.handlebars->35->1946"
19744
]
19745
},
19746
{
@@ -19846,7 +19825,7 @@
19825
"uk": "Підтвердити видалення {0} відібраних пристроїв?",
19826
"xloc": [
19827
"default.handlebars->47->751",
19849
- "default3.handlebars->41->707"
19828
+ "default3.handlebars->35->707"
19829
]
19830
},
19831
{
@@ -19877,7 +19856,7 @@
19856
"xloc": [
19857
"default-mobile.handlebars->11->371",
19858
"default.handlebars->47->2509",
19880
- "default3.handlebars->41->2280"
19859
+ "default3.handlebars->35->2280"
19860
]
19861
},
19862
{
@@ -19915,8 +19894,8 @@
19894
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
19895
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
19896
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
19918
- "default3.handlebars->41->2002",
19919
- "default3.handlebars->41->912",
19897
+ "default3.handlebars->35->2002",
19898
+ "default3.handlebars->35->912",
19899
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->connectbutton1",
19900
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->connectbutton2",
19901
"default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->p13Connect",
@@ -20013,7 +19992,7 @@
19992
"uk": "Підключитися до сервера",
19993
"xloc": [
19994
"default.handlebars->47->2290",
20016
- "default3.handlebars->41->2082"
19995
+ "default3.handlebars->35->2082"
19996
]
19997
},
19998
{
@@ -20158,6 +20137,7 @@
20137
"xloc": [
20138
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
20139
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span",
20140
+ "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span",
20141
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span",
20142
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2sspan",
20143
"default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan",
@@ -20252,8 +20232,8 @@
20232
"default-mobile.handlebars->11->4",
20233
"default.handlebars->47->11",
20234
"default.handlebars->47->428",
20255
- "default3.handlebars->41->11",
20256
- "default3.handlebars->41->400",
20235
+ "default3.handlebars->35->11",
20236
+ "default3.handlebars->35->400",
20237
"sharing.handlebars->11->4",
20238
"ssh.handlebars->3->4",
20239
"xterm.handlebars->9->4"
@@ -20286,7 +20266,7 @@
20266
"uk": "Підключено Intel® AMT",
20267
"xloc": [
20268
"default.handlebars->47->3311",
20289
- "default3.handlebars->41->3036"
20269
+ "default3.handlebars->35->3036"
20270
]
20271
},
20272
{
@@ -20316,7 +20296,7 @@
20296
"uk": "Підключені Користувачі",
20297
"xloc": [
20298
"default.handlebars->47->3316",
20319
- "default3.handlebars->41->3041"
20299
+ "default3.handlebars->35->3041"
20300
]
20301
},
20302
{
@@ -20377,7 +20357,7 @@
20357
"xloc": [
20358
"default-mobile.handlebars->11->782",
20359
"default.handlebars->47->1614",
20380
- "default3.handlebars->41->1477"
20360
+ "default3.handlebars->35->1477"
20361
]
20362
},
20363
{
@@ -20524,11 +20504,11 @@
20504
"default.handlebars->47->398",
20505
"default.handlebars->47->478",
20506
"default.handlebars->47->9",
20527
- "default3.handlebars->41->1458",
20528
- "default3.handlebars->41->367",
20529
- "default3.handlebars->41->370",
20530
- "default3.handlebars->41->449",
20531
- "default3.handlebars->41->9",
20507
+ "default3.handlebars->35->1458",
20508
+ "default3.handlebars->35->367",
20509
+ "default3.handlebars->35->370",
20510
+ "default3.handlebars->35->449",
20511
+ "default3.handlebars->35->9",
20512
"sharing.handlebars->11->2",
20513
"sharing.handlebars->11->98",
20514
"ssh.handlebars->3->2",
@@ -20588,7 +20568,7 @@
20568
"uk": "Кількість Підключень",
20569
"xloc": [
20570
"default.handlebars->47->3342",
20591
- "default3.handlebars->41->3067"
20571
+ "default3.handlebars->35->3067"
20572
]
20573
},
20574
{
@@ -20620,8 +20600,8 @@
20600
"default-mobile.handlebars->11->702",
20601
"default.handlebars->47->1511",
20602
"default.handlebars->47->1528",
20623
- "default3.handlebars->41->1394",
20624
- "default3.handlebars->41->1410",
20603
+ "default3.handlebars->35->1394",
20604
+ "default3.handlebars->35->1410",
20605
"login2.handlebars->7->232"
20606
]
20607
},
@@ -20652,7 +20632,7 @@
20632
"uk": "Ретрансляція Підключення",
20633
"xloc": [
20634
"default.handlebars->47->3378",
20655
- "default3.handlebars->41->3102"
20635
+ "default3.handlebars->35->3102"
20636
]
20637
},
20638
{
@@ -20711,7 +20691,7 @@
20691
"uk": "Підключення",
20692
"xloc": [
20693
"default.handlebars->container->column_l->p40->3->1->p40type->1",
20714
- "default3.handlebars->container->column_l->p40->3->1->3->p40type->1"
20694
+ "default3.handlebars->container->column_l->p40->3->3->p40type->1"
20695
]
20696
},
20697
{
@@ -20745,9 +20725,9 @@
20725
"default.handlebars->47->383",
20726
"default.handlebars->47->992",
20727
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1",
20748
- "default3.handlebars->41->2240",
20749
- "default3.handlebars->41->355",
20750
- "default3.handlebars->41->929",
20728
+ "default3.handlebars->35->2240",
20729
+ "default3.handlebars->35->355",
20730
+ "default3.handlebars->35->929",
20731
"default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
20732
]
20733
},
@@ -20778,7 +20758,7 @@
20758
"uk": "Згода",
20759
"xloc": [
20760
"default.handlebars->47->2682",
20781
- "default3.handlebars->41->2451"
20761
+ "default3.handlebars->35->2451"
20762
]
20763
},
20764
{
@@ -20813,8 +20793,8 @@
20793
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
20794
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
20795
"default.handlebars->contextMenu->cxconsole",
20816
- "default3.handlebars->41->1064",
20817
- "default3.handlebars->41->1089",
20796
+ "default3.handlebars->35->1064",
20797
+ "default3.handlebars->35->1089",
20798
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
20799
"default3.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
20800
"default3.handlebars->contextMenu->cxconsole"
@@ -20847,7 +20827,7 @@
20827
"uk": "Консоль -",
20828
"xloc": [
20829
"default.handlebars->47->884",
20850
- "default3.handlebars->41->821"
20830
+ "default3.handlebars->35->821"
20831
]
20832
},
20833
{
@@ -20878,8 +20858,8 @@
20858
"xloc": [
20859
"default.handlebars->47->1131",
20860
"default.handlebars->47->1156",
20881
- "default3.handlebars->41->1063",
20882
- "default3.handlebars->41->1088",
20861
+ "default3.handlebars->35->1063",
20862
+ "default3.handlebars->35->1088",
20863
"messenger.handlebars->remoteImage->3->2"
20864
]
20865
},
@@ -20940,7 +20920,7 @@
20920
"uk": "Cookie кодувальник",
20921
"xloc": [
20922
"default.handlebars->47->3361",
20943
- "default3.handlebars->41->3085"
20923
+ "default3.handlebars->35->3085"
20924
]
20925
},
20926
{
@@ -20974,7 +20954,7 @@
20954
"default.handlebars->47->627",
20955
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
20956
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
20977
- "default3.handlebars->41->566",
20957
+ "default3.handlebars->35->566",
20958
"default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
20959
"default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
20960
"sharing.handlebars->p13->p13toolbar->fileArea2->3"
@@ -21009,9 +20989,9 @@
20989
"default.handlebars->47->163",
20990
"default.handlebars->47->171",
20991
"default.handlebars->47->174",
21012
- "default3.handlebars->41->161",
21013
- "default3.handlebars->41->169",
21014
- "default3.handlebars->41->172"
20992
+ "default3.handlebars->35->161",
20993
+ "default3.handlebars->35->169",
20994
+ "default3.handlebars->35->172"
20995
]
20996
},
20997
{
@@ -21022,7 +21002,7 @@
21002
"uk": "Скопіюйте секретний ключ до буфера обміну",
21003
"xloc": [
21004
"default.handlebars->47->216",
21025
- "default3.handlebars->41->206"
21005
+ "default3.handlebars->35->206"
21006
]
21007
},
21008
{
@@ -21054,9 +21034,9 @@
21034
"default.handlebars->47->649",
21035
"default.handlebars->47->653",
21036
"default.handlebars->47->657",
21057
- "default3.handlebars->41->588",
21058
- "default3.handlebars->41->592",
21059
- "default3.handlebars->41->596"
21037
+ "default3.handlebars->35->588",
21038
+ "default3.handlebars->35->592",
21039
+ "default3.handlebars->35->596"
21040
]
21041
},
21042
{
@@ -21122,8 +21102,8 @@
21102
"xloc": [
21103
"default.handlebars->47->621",
21104
"default.handlebars->47->670",
21125
- "default3.handlebars->41->560",
21126
- "default3.handlebars->41->609"
21105
+ "default3.handlebars->35->560",
21106
+ "default3.handlebars->35->609"
21107
]
21108
},
21109
{
@@ -21137,8 +21117,8 @@
21117
"xloc": [
21118
"default.handlebars->47->613",
21119
"default.handlebars->47->662",
21140
- "default3.handlebars->41->552",
21141
- "default3.handlebars->41->601"
21120
+ "default3.handlebars->35->552",
21121
+ "default3.handlebars->35->601"
21122
]
21123
},
21124
{
@@ -21152,8 +21132,8 @@
21132
"xloc": [
21133
"default.handlebars->47->617",
21134
"default.handlebars->47->666",
21155
- "default3.handlebars->41->556",
21156
- "default3.handlebars->41->605"
21135
+ "default3.handlebars->35->556",
21136
+ "default3.handlebars->35->605"
21137
]
21138
},
21139
{
@@ -21194,18 +21174,18 @@
21174
"default.handlebars->47->183",
21175
"default.handlebars->47->185",
21176
"default.handlebars->47->187",
21197
- "default3.handlebars->41->150",
21198
- "default3.handlebars->41->152",
21199
- "default3.handlebars->41->154",
21200
- "default3.handlebars->41->163",
21201
- "default3.handlebars->41->165",
21202
- "default3.handlebars->41->167",
21203
- "default3.handlebars->41->175",
21204
- "default3.handlebars->41->177",
21205
- "default3.handlebars->41->179",
21206
- "default3.handlebars->41->181",
21207
- "default3.handlebars->41->183",
21208
- "default3.handlebars->41->185"
21177
+ "default3.handlebars->35->150",
21178
+ "default3.handlebars->35->152",
21179
+ "default3.handlebars->35->154",
21180
+ "default3.handlebars->35->163",
21181
+ "default3.handlebars->35->165",
21182
+ "default3.handlebars->35->167",
21183
+ "default3.handlebars->35->175",
21184
+ "default3.handlebars->35->177",
21185
+ "default3.handlebars->35->179",
21186
+ "default3.handlebars->35->181",
21187
+ "default3.handlebars->35->183",
21188
+ "default3.handlebars->35->185"
21189
]
21190
},
21191
{
@@ -21238,8 +21218,8 @@
21218
"agentinvite.handlebars->3->18",
21219
"default.handlebars->47->682",
21220
"default.handlebars->47->684",
21241
- "default3.handlebars->41->621",
21242
- "default3.handlebars->41->623"
21221
+ "default3.handlebars->35->621",
21222
+ "default3.handlebars->35->623"
21223
]
21224
},
21225
{
@@ -21274,17 +21254,17 @@
21254
"default.handlebars->47->335",
21255
"default.handlebars->47->337",
21256
"default.handlebars->47->586",
21277
- "default3.handlebars->41->2251",
21278
- "default3.handlebars->41->2269",
21279
- "default3.handlebars->41->293",
21280
- "default3.handlebars->41->547"
21257
+ "default3.handlebars->35->2251",
21258
+ "default3.handlebars->35->2269",
21259
+ "default3.handlebars->35->293",
21260
+ "default3.handlebars->35->547"
21261
]
21262
},
21263
{
21264
"en": "Copy link to clipboard...",
21265
"xloc": [
21286
- "default3.handlebars->41->309",
21287
- "default3.handlebars->41->311"
21266
+ "default3.handlebars->35->309",
21267
+ "default3.handlebars->35->311"
21268
]
21269
},
21270
{
@@ -21317,10 +21297,10 @@
21297
"default.handlebars->47->636",
21298
"default.handlebars->47->640",
21299
"default.handlebars->47->676",
21320
- "default3.handlebars->41->571",
21321
- "default3.handlebars->41->575",
21322
- "default3.handlebars->41->579",
21323
- "default3.handlebars->41->615"
21300
+ "default3.handlebars->35->571",
21301
+ "default3.handlebars->35->575",
21302
+ "default3.handlebars->35->579",
21303
+ "default3.handlebars->35->615"
21304
]
21305
},
21306
{
@@ -21350,7 +21330,7 @@
21330
"uk": "Скопіювати назву до буфера обміну",
21331
"xloc": [
21332
"default.handlebars->47->161",
21353
- "default3.handlebars->41->159"
21333
+ "default3.handlebars->35->159"
21334
]
21335
},
21336
{
@@ -21383,8 +21363,8 @@
21363
"agentinvite.handlebars->container->column_l->5->linuxtab",
21364
"default.handlebars->47->626",
21365
"default.handlebars->47->672",
21386
- "default3.handlebars->41->565",
21387
- "default3.handlebars->41->611"
21366
+ "default3.handlebars->35->565",
21367
+ "default3.handlebars->35->611"
21368
]
21369
},
21370
{
@@ -21414,7 +21394,7 @@
21394
"uk": "Скопіювати дійсні коди до буфера обміну",
21395
"xloc": [
21396
"default.handlebars->47->233",
21417
- "default3.handlebars->41->221"
21397
+ "default3.handlebars->35->221"
21398
]
21399
},
21400
{
@@ -21444,7 +21424,7 @@
21424
"uk": "Копіювати: \\\"{0}\\\" до \\\"{1}\\\"",
21425
"xloc": [
21426
"default.handlebars->47->2568",
21447
- "default3.handlebars->41->2337"
21427
+ "default3.handlebars->35->2337"
21428
]
21429
},
21430
{
@@ -21654,7 +21634,7 @@
21634
"uk": "Центральний Сервер",
21635
"xloc": [
21636
"default.handlebars->47->3360",
21657
- "default3.handlebars->41->3084"
21637
+ "default3.handlebars->35->3084"
21638
]
21639
},
21640
{
@@ -21685,7 +21665,7 @@
21665
"xloc": [
21666
"default-mobile.handlebars->11->147",
21667
"default.handlebars->47->1881",
21688
- "default3.handlebars->41->1720",
21668
+ "default3.handlebars->35->1720",
21669
"login2.handlebars->7->41"
21670
]
21671
},
@@ -21865,7 +21845,7 @@
21845
"uk": "Створити Групу Користувачів",
21846
"xloc": [
21847
"default.handlebars->47->2848",
21868
- "default3.handlebars->41->2598"
21848
+ "default3.handlebars->35->2598"
21849
]
21850
},
21851
{
@@ -21895,14 +21875,14 @@
21875
"uk": "Створіть посилання, щоб поділитися цим пристроєм з гостем",
21876
"xloc": [
21877
"default.handlebars->47->1021",
21898
- "default3.handlebars->41->958"
21878
+ "default3.handlebars->35->958"
21879
]
21880
},
21881
{
21882
"en": "Create a new device group using the options below",
21883
"xloc": [
21904
- "default3.handlebars->41->1914",
21905
- "default3.handlebars->41->629"
21884
+ "default3.handlebars->35->1914",
21885
+ "default3.handlebars->35->629"
21886
]
21887
},
21888
{
@@ -21961,7 +21941,7 @@
21941
"uk": "Створити нову групу пристроїв.",
21942
"xloc": [
21943
"default.handlebars->47->388",
21964
- "default3.handlebars->41->360"
21944
+ "default3.handlebars->35->360"
21945
]
21946
},
21947
{
@@ -21991,7 +21971,7 @@
21971
"uk": "Створіть тимчасове ім'я користувача та пароль, які можна використовувати як альтернативний лоґін для входу до вашого акаунту. Це корисно, щоб надати засобам або іншим службам доступ до вашого акаунту.",
21972
"xloc": [
21973
"default.handlebars->47->2046",
21994
- "default3.handlebars->41->1884"
21974
+ "default3.handlebars->35->1884"
21975
]
21976
},
21977
{
@@ -22021,7 +22001,7 @@
22001
"uk": "Створити теку, якщо вона не існує?",
22002
"xloc": [
22003
"default.handlebars->47->781",
22024
- "default3.handlebars->41->734"
22004
+ "default3.handlebars->35->734"
22005
]
22006
},
22007
{
@@ -22051,7 +22031,7 @@
22031
"uk": "Створити теку: \\\"{0}\\\"",
22032
"xloc": [
22033
"default.handlebars->47->2561",
22054
- "default3.handlebars->41->2330"
22034
+ "default3.handlebars->35->2330"
22035
]
22036
},
22037
{
@@ -22097,7 +22077,7 @@
22077
"uk": "Створіть кілька пристроїв Intel® AMT одночасно, імпортувавши файл JSON у такому форматі:",
22078
"xloc": [
22079
"default.handlebars->47->513",
22100
- "default3.handlebars->41->481"
22080
+ "default3.handlebars->35->481"
22081
]
22082
},
22083
{
@@ -22133,7 +22113,7 @@
22113
"uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV",
22114
"xloc": [
22115
"default.handlebars->47->2765",
22136
- "default3.handlebars->41->2527"
22116
+ "default3.handlebars->35->2527"
22117
]
22118
},
22119
{
@@ -22194,7 +22174,7 @@
22174
"uk": "Створена група пристроїв: {0}",
22175
"xloc": [
22176
"default.handlebars->47->2572",
22197
- "default3.handlebars->41->2341"
22177
+ "default3.handlebars->35->2341"
22178
]
22179
},
22180
{
@@ -22224,7 +22204,7 @@
22204
"uk": "Створює з'єднання, яке дозволяє гостю без акаунту віддалено керувати цим пристроєм впродовж обмеженого часу.",
22205
"xloc": [
22206
"default.handlebars->47->1200",
22227
- "default3.handlebars->41->1124"
22207
+ "default3.handlebars->35->1124"
22208
]
22209
},
22210
{
@@ -22306,7 +22286,7 @@
22286
"uk": "Створено",
22287
"xloc": [
22288
"default.handlebars->47->2956",
22309
- "default3.handlebars->41->2699"
22289
+ "default3.handlebars->35->2699"
22290
]
22291
},
22292
{
@@ -22336,7 +22316,7 @@
22316
"uk": "Час Створення",
22317
"xloc": [
22318
"default.handlebars->47->2175",
22339
- "default3.handlebars->41->1982"
22319
+ "default3.handlebars->35->1982"
22320
]
22321
},
22322
{
@@ -22398,8 +22378,8 @@
22378
"xloc": [
22379
"default.handlebars->47->2173",
22380
"default.handlebars->47->2174",
22401
- "default3.handlebars->41->1980",
22402
- "default3.handlebars->41->1981"
22381
+ "default3.handlebars->35->1980",
22382
+ "default3.handlebars->35->1981"
22383
]
22384
},
22385
{
@@ -22432,9 +22412,9 @@
22412
"default.handlebars->47->1004",
22413
"default.handlebars->47->1386",
22414
"default.handlebars->47->2134",
22435
- "default3.handlebars->41->1282",
22436
- "default3.handlebars->41->1950",
22437
- "default3.handlebars->41->941"
22415
+ "default3.handlebars->35->1282",
22416
+ "default3.handlebars->35->1950",
22417
+ "default3.handlebars->35->941"
22418
]
22419
},
22420
{
@@ -22465,7 +22445,7 @@
22445
"xloc": [
22446
"default-mobile.handlebars->11->148",
22447
"default.handlebars->47->1882",
22468
- "default3.handlebars->41->1721",
22448
+ "default3.handlebars->35->1721",
22449
"login2.handlebars->7->42"
22450
]
22451
},
@@ -22497,7 +22477,7 @@
22477
"xloc": [
22478
"default-mobile.handlebars->11->149",
22479
"default.handlebars->47->1883",
22500
- "default3.handlebars->41->1722",
22480
+ "default3.handlebars->35->1722",
22481
"login2.handlebars->7->43"
22482
]
22483
},
@@ -22596,9 +22576,9 @@
22576
"default.handlebars->47->1428",
22577
"default.handlebars->47->1432",
22578
"default.handlebars->47->62",
22599
- "default3.handlebars->41->1321",
22600
- "default3.handlebars->41->1325",
22601
- "default3.handlebars->41->62",
22579
+ "default3.handlebars->35->1321",
22580
+ "default3.handlebars->35->1325",
22581
+ "default3.handlebars->35->62",
22582
"sharing.handlebars->11->24"
22583
]
22584
},
@@ -22773,7 +22753,7 @@
22753
"uk": "Поточна Версія",
22754
"xloc": [
22755
"default.handlebars->47->192",
22776
- "default3.handlebars->41->190"
22756
+ "default3.handlebars->35->190"
22757
]
22758
},
22759
{
@@ -22804,7 +22784,7 @@
22784
"xloc": [
22785
"default-mobile.handlebars->11->1046",
22786
"default.handlebars->47->3280",
22807
- "default3.handlebars->41->3005"
22787
+ "default3.handlebars->35->3005"
22788
]
22789
},
22790
{
@@ -22937,7 +22917,7 @@
22917
"xloc": [
22918
"default-mobile.handlebars->11->150",
22919
"default.handlebars->47->1884",
22940
- "default3.handlebars->41->1723",
22920
+ "default3.handlebars->35->1723",
22921
"login2.handlebars->7->44"
22922
]
22923
},
@@ -22968,7 +22948,7 @@
22948
"uk": "DNS суфікс",
22949
"xloc": [
22950
"default.handlebars->47->160",
22971
- "default3.handlebars->41->158"
22951
+ "default3.handlebars->35->158"
22952
]
22953
},
22954
{
@@ -22998,7 +22978,7 @@
22978
"uk": "Щодня",
22979
"xloc": [
22980
"default.handlebars->47->296",
23001
- "default3.handlebars->41->276"
22981
+ "default3.handlebars->35->276"
22982
]
22983
},
22984
{
@@ -23029,7 +23009,7 @@
23009
"xloc": [
23010
"default-mobile.handlebars->11->151",
23011
"default.handlebars->47->1885",
23032
- "default3.handlebars->41->1724",
23012
+ "default3.handlebars->35->1724",
23013
"login2.handlebars->7->45"
23014
]
23015
},
@@ -23061,7 +23041,7 @@
23041
"xloc": [
23042
"default-mobile.handlebars->11->97",
23043
"default.handlebars->47->66",
23064
- "default3.handlebars->41->66"
23044
+ "default3.handlebars->35->66"
23045
]
23046
},
23047
{
@@ -23091,7 +23071,7 @@
23071
"uk": "Канал даних",
23072
"xloc": [
23073
"default.handlebars->47->1384",
23094
- "default3.handlebars->41->1280",
23074
+ "default3.handlebars->35->1280",
This file is too large to show in full.
views/default3.handlebars
+306
-462
@@ -91,18 +91,6 @@
91
<div id="cxmmdesktop" class="cmtext" style="display:none" onclick="cmmeshaction(3,event)">Multi-Desktop</div>
92
-->
93
</div>
94
- <div id="filesShellContextMenu" class="contextMenu noselect" style="display:none;min-width:0px">
95
- <div class="cmtext" onclick="cmconnectfilesaction()">Ask Consent</div>
96
- </div>
97
- <div id="deskConnectContextMenu" class="contextMenu noselect" style="display:none;min-width:0px">
98
- <div class="cmtext" onclick="cmdeskaction(1,event)">Ask Consent + Bar</div>
99
- <div class="cmtext" onclick="cmdeskaction(2,event)">Ask Consent</div>
100
- <div class="cmtext" onclick="cmdeskaction(3,event)">Privacy Bar</div>
101
- </div>
102
- <div id="deskDisconnectContextMenu" class="contextMenu noselect" style="display:none;min-width:0px">
103
- <div class="cmtext" onclick="cmdeskaction(10,event)">Disconnect and Lock</div>
104
- <div class="cmtext" onclick="cmdeskaction(11,event)">Disconnect</div>
105
- </div>
94
<div id="altPortContextMenu" class="contextMenu noselect" style="display:none;min-width:0px">
95
<div class="cmtext" onclick="cmaltportaction(1,event)">Alternate Port</div>
96
</div>
@@ -365,8 +353,7 @@
353
<h1>My Devices</h1>
354
</div>
355
<div style="display:none" id="devListToolbarViewIcons">
368
- <div id=devViewPageState
369
- style="float:left;line-height:32px;height:32px;font-size:16px;display:none"></div>
356
+ <div id=devViewPageState style="float:left;line-height:32px;height:32px;font-size:16px;display:none"></div>
357
<div tabindex=0 id=devViewPageButton1 class=viewSelector onclick=onDeviceViewPageChange(1)
358
onkeypress="if (event.key == 'Enter') { onDeviceViewPageChange(1); }"
359
title="Go to first page" style="display:none">
@@ -415,58 +402,56 @@
402
</span>
403
</div>
404
</div>
418
- <div id="devListToolbarSpan" class="noselect d-flex align-items-center">
419
- <div id=devListToolbar class=me-auto style="display:none"></td>
420
- <div>
421
- <span class="fa-layers fa-fw" role="button" style="display:none" title="Collapse All" id="CollapseAllButton" onclick="cmexpandaction(2)">
422
- <i class="fa-solid fa-chevron-up" data-fa-transform="down-6"></i>
423
- <i class="fa-solid fa-chevron-down" data-fa-transform="up-6"></i>
424
- </span>
425
- <span class="fa-layers fa-fw" role="button" style="display:none" title="Expand All" id="ExpandAllButton" onclick="cmexpandaction(1)">
426
- <i class="fa-solid fa-chevron-up" data-fa-transform="up-6"></i>
427
- <i class="fa-solid fa-chevron-down" data-fa-transform="down-6"></i>
428
- </span>
429
- <input type=button class="btn btn-outline-primary me-2 btn-sm" id=SelectAllButton onclick="selectallButtonFunction();" value="Select All" />
430
- <input type=button class="btn btn-outline-primary me-2 btn-sm" id=GroupActionButton disabled="disabled" value="Group Action" onclick=groupActionFunction() />
431
- <input type=button id=ScrollToTopButton onclick="onDevicesScroll(true);" class="btn btn-outline-primary me-2 mb-1 btn-sm" value="Scroll To Top" />
432
- <input type="text" id=SearchInput class="form-control-sm me-2 btn-sm" style="width: auto;" placeholder="Filter" onchange=onDeviceSearchChanged(event) onclick=onDeviceSearchChanged(event) onkeyup=onDeviceSearchChanged(event) onfocus=onSearchFocus(1) onblur=onSearchFocus(0) title="Filter: user:xxx or u:xxx ip:xxx group:xxx or g:xxx tag:xxx or t: xxx atag:xxx or a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc:noupdate wsc:nofirewall wsc:any">
433
- <span id=SearchInputClearButton style="display:none;position:relative">
434
- <span class="fa-layers fa-fw" role="button" onclick="clearDeviceSearch()" style="position:absolute;left:-25px;top:-15px">
435
- <i class="fa-solid fa-circle" style="color:var(--bs-secondary-bg)"></i>
436
- <i class="fa-solid fa-xmark" style="color:var(--bs-body-color)"></i>
437
- </span>
405
+ <div id="devListToolbarSpan" class="noselect d-flex align-items-center p-1">
406
+ <div id=devListToolbar class="d-flex align-items-center visually-hidden"></td>
407
+ <span class="fa-layers fa-fw me-1" role="button" style="display:none" title="Collapse All" id="CollapseAllButton" onclick="cmexpandaction(2)">
408
+ <i class="fa-solid fa-chevron-up" data-fa-transform="down-6"></i>
409
+ <i class="fa-solid fa-chevron-down" data-fa-transform="up-6"></i>
410
+ </span>
411
+ <span class="fa-layers fa-fw me-1" role="button" style="display:none" title="Expand All" id="ExpandAllButton" onclick="cmexpandaction(1)">
412
+ <i class="fa-solid fa-chevron-up" data-fa-transform="up-6"></i>
413
+ <i class="fa-solid fa-chevron-down" data-fa-transform="down-6"></i>
414
+ </span>
415
+ <input type=button class="btn btn-primary me-1 btn-sm" id=SelectAllButton onclick="selectallButtonFunction();" value="Select All" />
416
+ <input type=button class="btn btn-primary me-1 btn-sm" id=GroupActionButton disabled="disabled" value="Group Action" onclick=groupActionFunction() />
417
+ <input type=button class="btn btn-primary me-1 btn-sm" id=ScrollToTopButton onclick="onDevicesScroll(true);" value="Scroll To Top" />
418
+ <input type="text" id=SearchInput class="form-control-sm me-1 btn-sm" placeholder="Filter" onchange=onDeviceSearchChanged(event) onclick=onDeviceSearchChanged(event) onkeyup=onDeviceSearchChanged(event) onfocus=onSearchFocus(1) onblur=onSearchFocus(0) title="Filter: user:xxx or u:xxx ip:xxx group:xxx or g:xxx tag:xxx or t: xxx atag:xxx or a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc:noupdate wsc:nofirewall wsc:any">
419
+ <span id=SearchInputClearButton style="display:none;position:relative">
420
+ <span class="fa-layers fa-fw" role="button" onclick="clearDeviceSearch()" style="position:absolute;left:-25px;top:-15px">
421
+ <i class="fa-solid fa-circle" style="color:var(--bs-secondary-bg)"></i>
422
+ <i class="fa-solid fa-xmark" style="color:var(--bs-body-color)"></i>
423
</span>
439
- <select class="form-select-sm me-2" style="width: auto;" id=DevFilterSelect onchange=onOnlineCheckBox(event) title="Device Filter">
440
- <option value=0 selected>All</option>
441
- <option value=1>Online</option>
442
- <option value=5>Offline</option>
443
- <option value=2>Sessions</option>
444
- <option value=3>Starred</option>
445
- <option value=4>Intel® AMT</option>
446
- <option value=6>Help</option>
447
- <option value=7>Tagged</option>
448
- <option value=8>Untagged</option>
449
- </select>
450
- <label><input class="form-check-input me-2" type=checkbox id=RealNameCheckBox onclick=onRealNameCheckBox() /> <span title="Show devices operating system name">OS Name</span></label>
451
- <label style="display:none"><input type=checkbox id=OnlineCheckBox class="form-check-input me-2" onclick=onOnlineCheckBox(event) /><span title="Only show devices that are online">Online</span></label>
452
- <span id="devsCustomUIBar"></span>
453
- </div>
424
+ </span>
425
+ <select class="form-select-sm me-1" id=DevFilterSelect onchange=onOnlineCheckBox(event) title="Device Filter">
426
+ <option value=0 selected>All</option>
427
+ <option value=1>Online</option>
428
+ <option value=5>Offline</option>
429
+ <option value=2>Sessions</option>
430
+ <option value=3>Starred</option>
431
+ <option value=4>Intel® AMT</option>
432
+ <option value=6>Help</option>
433
+ <option value=7>Tagged</option>
434
+ <option value=8>Untagged</option>
435
+ </select>
436
+ <div class="form-check" title="Show devices operating system name"><input class="form-check-input me-1" type=checkbox id=RealNameCheckBox onclick=onRealNameCheckBox() /><label class="form-check-label" for="RealNameCheckBox">OS Name</label></div>
437
+ <label style="display:none"><input type=checkbox id=OnlineCheckBox class="form-check-input me-2" onclick=onOnlineCheckBox(event) /><span title="Only show devices that are online">Online</span></label>
438
+ <span id="devsCustomUIBar"></span>
439
</div>
455
- <div id=kvmListToolbar class=style14 style="display:none">
456
- <span class="fa-layers fa-fw" role="button" style="display:none" title="Collapse All" id="CollapseAllButton2" onclick="cmexpandaction(2)">
440
+ <div id=kvmListToolbar class="d-flex align-items-center style14 visually-hidden">
441
+ <span class="fa-layers fa-fw me-1" role="button" style="display:none" title="Collapse All" id="CollapseAllButton2" onclick="cmexpandaction(2)">
442
<i class="fa-solid fa-chevron-up" data-fa-transform="down-6"></i>
443
<i class="fa-solid fa-chevron-down" data-fa-transform="up-6"></i>
444
</span>
460
- <span class="fa-layers fa-fw" role="button" style="display:none" title="Expand All" id="ExpandAllButton2" onclick="cmexpandaction(1)">
445
+ <span class="fa-layers fa-fw me-1" role="button" style="display:none" title="Expand All" id="ExpandAllButton2" onclick="cmexpandaction(1)">
446
<i class="fa-solid fa-chevron-up" data-fa-transform="up-6"></i>
447
<i class="fa-solid fa-chevron-down" data-fa-transform="down-6"></i>
448
</span>
464
- <input type="button" onclick="connectAllKvmFunction()" value="Connect All" />
465
- <input type="button" onclick="disconnectAllKvmFunction()" value="Disconnect All" />
466
- <input type="button" onclick="onDevicesScroll(true);" value="Scroll To Top" />
467
- <label><input type="checkbox" id="autoConnectDesktopCheckbox" class="form-check-input me-2" onclick="autoConnectDesktops(event)" title="Automatic connect" />Auto </label>
468
- <input type="button" onclick="showMultiDesktopSettings()" value="Settings" />
469
- <input id=KvmSearchInput type=search placeholder=Filter onchange=onDeviceSearchChanged(event) onclick=onDeviceSearchChanged(event) onkeyup=onDeviceSearchChanged(event) autocomplete=off onfocus=onSearchFocus(1) onblur=onSearchFocus(0) />
449
+ <input type="button" class="btn btn-primary me-1 btn-sm" onclick="connectAllKvmFunction()" value="Connect All" />
450
+ <input type="button" class="btn btn-primary me-1 btn-sm" onclick="disconnectAllKvmFunction()" value="Disconnect All" />
451
+ <input type="button" class="btn btn-primary me-1 btn-sm" onclick="onDevicesScroll(true);" value="Scroll To Top" />
452
+ <div class="form-check me-1" title="Automatic connect"><input class="form-check-input me-1" type=checkbox id="autoConnectDesktopCheckbox" onclick="autoConnectDesktops(event)" /><label class="form-check-label" for="autoConnectDesktopCheckbox">Auto</label></div>
453
+ <input type="button" class="btn btn-primary me-1 btn-sm" onclick="showMultiDesktopSettings()" value="Settings" />
454
+ <input type="text" id=KvmSearchInput class="form-control-sm me-1" placeholder="Filter" onchange=onDeviceSearchChanged(event) onclick=onDeviceSearchChanged(event) onkeyup=onDeviceSearchChanged(event) onfocus=onSearchFocus(1) onblur=onSearchFocus(0) title="Filter: user:xxx or u:xxx ip:xxx group:xxx or g:xxx tag:xxx or t: xxx atag:xxx or a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc:noupdate wsc:nofirewall wsc:any">
455
<span id=KvmSearchInputClearButton style="display:none;position:relative">
456
<span class="fa-layers fa-fw" role="button" onclick="clearDeviceSearch()" style="position:absolute;left:-25px;top:-15px">
457
<i class="fa-solid fa-circle" style="color:var(--bs-secondary-bg)"></i>
@@ -474,12 +459,12 @@
459
</span>
460
</span>
461
</div>
477
- <div id=devMapToolbar class=style14 style="display:none">
478
- <input type=search id=mapSearchLocation placeholder="Search Location" onfocus=onMapSearchFocus(1) onblur=onMapSearchFocus(0) />
479
- <input type=button value=Search title="Search for location" onclick=getSearchLocation() />
480
- <input type=button id=refreshmap title="Reset map view" value=Reset onclick=refreshMap(false,true) />
462
+ <div id=devMapToolbar class="d-flex align-items-center style14 visually-hidden">
463
+ <input class="form-control-sm me-1" type=search id=mapSearchLocation placeholder="Search Location" onfocus=onMapSearchFocus(1) onblur=onMapSearchFocus(0) />
464
+ <input class="btn btn-primary me-1 btn-sm" type=button value=Search title="Search for location" onclick=getSearchLocation() />
465
+ <input class="btn btn-primary me-1 btn-sm" type=button id=refreshmap title="Reset map view" value=Reset onclick=refreshMap(false,true) />
466
</div>
482
- <div class="d-flex align-items-center">
467
+ <div class="d-flex align-items-center ms-auto">
468
<div style="display:none" id=devListToolbarView>
469
View
470
<select id=viewselect onchange=onDeviceViewChange()>
@@ -521,9 +506,7 @@
506
<img src="images/info.png" loading="lazy" width="47" height="48" />
507
</td>
508
<td>
524
- <div id="getStarted1">To get started, <a href=#
525
- onclick="return account_createMesh()"><strong>click here to create a device
526
- group</strong></a>.</div>
509
+ <div id="getStarted1">To get started, <a href=# onclick="return account_createMesh()"><strong>click here to create a device group</strong></a>.</div>
510
<div id="getStarted2">No device groups.</div>
511
</td>
512
</tr>
@@ -602,25 +585,18 @@
585
<div id="p2AccountActions">
586
<p><strong>Account actions</strong></p>
587
<p class="mL">
605
- <span id="managePhoneNumber2" style="display:none"><a href=#
606
- onclick="return account_managePhone()">Manage phone number</a><br /></span>
607
- <span id="manageMessaging2" style="display:none"><a href=#
608
- onclick="return account_manageMessaging()">Manage messaging</a><br /></span>
609
- <span id="verifyEmailId" style="display:none"><a href=#
610
- onclick="return account_showVerifyEmail()">Verify email</a><br /></span>
611
- <span id="accountEnableNotificationsSpan" style="display:none"><a href=#
612
- onclick="return account_enableNotifications()">Enable web notifications</a><br /></span>
588
+ <span id="managePhoneNumber2" style="display:none"><a href=# onclick="return account_managePhone()">Manage phone number</a><br /></span>
589
+ <span id="manageMessaging2" style="display:none"><a href=# onclick="return account_manageMessaging()">Manage messaging</a><br /></span>
590
+ <span id="verifyEmailId" style="display:none"><a href=# onclick="return account_showVerifyEmail()">Verify email</a><br /></span>
591
+ <span id="accountEnableNotificationsSpan" style="display:none"><a href=# onclick="return account_enableNotifications()">Enable web notifications</a><br /></span>
592
<a href=# onclick="return account_showLocalizationSettings()">Localization Settings</a><br />
593
<a href=# onclick="return account_showAccountNotifySettings()">Notification Settings</a><br />
594
<span id="p2AccountPassActions">
616
- <span id="accountChangeEmailAddressSpan" style="display:none"><a href=#
617
- onclick="return account_showChangeEmail()">Change email address</a><br /></span>
618
- <a href=# onclick="return account_showChangePassword()">Change password</a><span
619
- id="p2nextPasswordUpdateTime"></span><br />
595
+ <span id="accountChangeEmailAddressSpan" style="display:none"><a href=# onclick="return account_showChangeEmail()">Change email address</a><br /></span>
596
+ <a href=# onclick="return account_showChangePassword()">Change password</a><span id="p2nextPasswordUpdateTime"></span><br />
597
<a href=# onclick="return account_showDeleteAccount()">Delete account</a><br />
598
</span>
622
- <span id="accountCreateLoginTokenSpan" style="display:none"><a href=#
623
- onclick="return account_createLoginToken()">Create login token</a><br /></span>
599
+ <span id="accountCreateLoginTokenSpan" style="display:none"><a href=# onclick="return account_createLoginToken()">Create login token</a><br /></span>
600
</p>
601
<br style=clear:both />
602
</div>
@@ -629,8 +605,7 @@
605
<span id="p2createMeshLink1"> - <button class="btn btn-primary btn-sm" onclick="return account_createMesh()"><i class="fa-fw fa-solid fa-plus-circle"></i> New</button></span>
606
<br /><br />
607
<div id=p2meshes></div>
632
- <div id=p2noMeshFound style="display:none">No device groups.<span id="p2createMeshLink2"> <a href=#
633
- onclick="return account_createMesh()"><strong>Get started here!</strong></a></span>
608
+ <div id=p2noMeshFound style="display:none">No device groups.<span id="p2createMeshLink2"> <a href=# onclick="return account_createMesh()"><strong>Get started here!</strong></a></span>
609
</div>
610
<br style=clear:both />
611
</div>
@@ -639,18 +614,12 @@
614
<div id="p3title">
615
<h1>My Events</h1>
616
</div>
642
-
617
<table class="pTable">
618
<tr>
645
- {{!-- <td class="h1"></td> --}}
646
- <td class="auto-style1">
647
- <input type="button" style="display:none" value="Download Report"
648
- onclick=p3showReportDialog() />
649
- </td>
650
- <td class="auto-style1">
651
- <div class="d-inline-flex align-items-center m-1">
652
- <label for="p3filterevents" class="form-label me-2">Filter</label>
653
- <select id=p3filterevents class="form-select-sm" onchange=refreshEvents()>
619
+ <td class="auto-style1 d-flex justify-content-end p-1">
620
+ <div class="d-flex align-items-center">
621
+ <label for="p3filterevents" class="me-1">Filter</label>
622
+ <select id=p3filterevents class="form-select-sm me-2" onchange=refreshEvents()>
623
<option value="">All Logs</option>
624
<option value=agentlog>Agent Logs</option>
625
<option value=relaylog>Relay Logs</option>
@@ -660,22 +629,18 @@
629
<option value=changenode>Change Node Logs</option>
630
<option value=removenode>Remove Node Logs</option>
631
</select>
663
- </div>
664
-
665
- <div class="d-inline-flex align-items-center">
666
- <label for="p3limitdropdown" class="form-label me-2">Show</label>
667
- <select id=p3limitdropdown class="form-select-sm" onchange=refreshEvents()>
632
+ <label for="p3limitdropdown" class="me-1">Show</label>
633
+ <select id=p3limitdropdown class="form-select-sm me-2" onchange=refreshEvents()>
634
<option value=60>Last 60</option>
635
<option value=120>Last 120</option>
636
<option value=250>Last 250</option>
637
<option value=500>Last 500</option>
638
<option value=1000>Last 1000</option>
639
<option value="">No limit</option>
674
- </select>
640
+ </select>
641
+ <a href=# onclick=p3showDownloadEventsDialog(2)><i class="fa-solid fa-download" title="Download Events"></i></a>
642
</div>
676
- <a href=# onclick=p3showDownloadEventsDialog(2)><i class="fa-solid fa-download" title="Download Events"></i></a>
643
</td>
678
- {{!-- <td class="h2"></td> --}}
644
</tr>
645
</table>
646
<div id=p3events></div>
@@ -686,30 +651,22 @@
651
</div>
652
<table class="pTable">
653
<tr>
689
- {{!-- <td class="h1"></td> --}}
690
- <td class="style14">
691
- <div style="float:right">
692
- <input type=button class="btn btn-outline-primary btn-sm m-1"
693
- onclick=showUserBroadcastDialog() style=margin-right:6px value="Broadcast" />
694
- <a href=# onclick=p4downloadUserInfo()><i role=button class="fa-solid fa-download" title="Download user information"></i></a>
695
- <a href=# onclick=p4batchAccountCreate()><i role=button id=p4UserBatchCreate style="display:none" title="Batch create many user accounts" class="fa-solid fa-upload"></i></a>
696
- <i style="cursor:pointer;margin-top:3px;margin-left:6px" id=usersListToolbarSettings class="fa-solid fa-cog" title="Settings" onclick="onUsersViewSettings()"></i>
697
- </div>
698
- <div>
699
- <input type=button id=UsersSelectAllButton class="btn btn-outline-primary btn-sm m-1"
700
- onclick="p3usersSelectallButtonFunction()" value="Select All" />
701
- <input type=button id=UsersGroupActionButton class="btn btn-outline-primary btn-sm m-1"
702
- disabled="disabled" value="Group Action" onclick=p3usersGroupActionFunction() />
703
- <input id=UserNewAccountButton class="btn btn-outline-primary btn-sm m-1" type=button
704
- onclick=showCreateNewAccountDialog() value="New Account..." />
654
+ <td class="style14 d-flex align-items-center flex-wrap p-1">
655
+ <div class="d-flex align-items-center">
656
+ <input type=button id=UsersSelectAllButton class="btn btn-primary btn-sm me-1" onclick="p3usersSelectallButtonFunction()" value="Select All" />
657
+ <input type=button id=UsersGroupActionButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Group Action" onclick=p3usersGroupActionFunction() />
658
+ <input id=UserNewAccountButton class="btn btn-primary btn-sm me-1" type=button onclick=showCreateNewAccountDialog() value="New Account..." />
659
<div class="d-inline-flex align-items-center">
706
- <input id=UserSearchInput type=search class="form-control-sm m-1" placeholder=Filter
707
- onchange=onUserSearchInputChanged() onkeyup=onUserSearchInputChanged()
708
- autocomplete=off onfocus=onUserSearchFocus(1) onblur=onUserSearchFocus(0) />
660
+ <input id=UserSearchInput type=search class="form-control-sm me-1" placeholder=Filter onchange=onUserSearchInputChanged() onkeyup=onUserSearchInputChanged() autocomplete=off onfocus=onUserSearchFocus(1) onblur=onUserSearchFocus(0) />
661
</div>
662
</div>
663
+ <div class="d-flex align-items-center ms-auto">
664
+ <input type=button class="btn btn-primary btn-sm me-2"onclick=showUserBroadcastDialog() style=margin-right:6px value="Broadcast" />
665
+ <a href=# onclick=p4downloadUserInfo()><i role=button class="fa-solid fa-download me-2" title="Download user information"></i></a>
666
+ <a href=# onclick=p4batchAccountCreate()><i role=button id=p4UserBatchCreate style="display:none" title="Batch create many user accounts" class="fa-solid fa-upload me-1"></i></a>
667
+ <i style="cursor:pointer;margin-top:3px;margin-left:6px" id=usersListToolbarSettings class="fa-solid fa-cog" title="Settings" onclick="onUsersViewSettings()"></i>
668
+ </div>
669
</td>
712
- {{!-- <td class="h2"></td> --}}
670
</tr>
671
</table>
672
<div id="p3users"></div>
@@ -720,38 +677,27 @@
677
</div>
678
<table id="p5toolbar" class="table" cellpadding="0" cellspacing="0">
679
<tr>
723
- <td id="p5filehead" valign=bottom>
724
- <div id="p5rightOfButtons"></div>
725
- <div class="m-1">
726
- <input type=button id=p5FolderUp class="btn btn-outline-primary btn-sm mb-1"
727
- disabled="disabled" onclick="return p5folderup();" value="Up" />
728
- <input type=button id=p5SelectAllButton class="btn btn-outline-primary btn-sm mb-1"
729
- disabled="disabled" onclick="p5selectallfile();" value="Select All" />
730
- <input type=button id=p5RenameFileButton class="btn btn-outline-primary btn-sm mb-1"
731
- disabled="disabled" value="Rename" onclick="p5renamefile();" />
732
- <input type=button id=p5DeleteFileButton class="btn btn-outline-primary btn-sm mb-1"
733
- disabled="disabled" value="Delete" onclick="p5deletefile();" />
734
- <input type=button id=p5ViewFileButton class="btn btn-outline-primary btn-sm mb-1"
735
- disabled="disabled" value="Edit" onclick="p5viewfile()" />
736
- <input type=button id=p5NewFolderButton class="btn btn-outline-primary btn-sm mb-1"
737
- disabled="disabled" value="New Folder" onclick="p5createfolder();" />
738
- <input type=button id=p5UploadButton class="btn btn-outline-primary btn-sm mb-1"
739
- disabled="disabled" value="Upload" onclick="p5uploadFile()" />
740
- <input type=button id=p5DownloadButton class="btn btn-outline-primary btn-sm mb-1"
741
- disabled="disabled" value="Download" onclick="p5downloadButton()" />
742
- <input type=button id=p5CutButton class="btn btn-outline-primary btn-sm mb-1"
743
- disabled="disabled" value="Cut" onclick="p5copyFile(1)" />
744
- <input type=button id=p5CopyButton class="btn btn-outline-primary btn-sm mb-1"
745
- disabled="disabled" value="Copy" onclick="p5copyFile(0)" />
746
- <input type=button id=p5PasteButton class="btn btn-outline-primary btn-sm mb-1"
747
- disabled="disabled" value="Paste" onclick="p5pasteFile()" />
748
- </div>
680
+ <td id="p5filehead" valign=bottom class="d-flex align-items-center">
681
+ <div id="p5rightOfButtons" class="d-flex align-items-center"></div>
682
+ <div class="m-1 d-flex align-items-center">
683
+ <input type=button id=p5FolderUp class="btn btn-primary btn-sm me-1" disabled="disabled" onclick="return p5folderup();" value="Up" />
684
+ <input type=button id=p5SelectAllButton class="btn btn-primary btn-sm me-1" disabled="disabled" onclick="p5selectallfile();" value="Select All" />
685
+ <input type=button id=p5RenameFileButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Rename" onclick="p5renamefile();" />
686
+ <input type=button id=p5DeleteFileButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Delete" onclick="p5deletefile();" />
687
+ <input type=button id=p5ViewFileButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Edit" onclick="p5viewfile()" />
688
+ <input type=button id=p5NewFolderButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="New Folder" onclick="p5createfolder();" />
689
+ <input type=button id=p5UploadButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Upload" onclick="p5uploadFile()" />
690
+ <input type=button id=p5DownloadButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Download" onclick="p5downloadButton()" />
691
+ <input type=button id=p5CutButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Cut" onclick="p5copyFile(1)" />
692
+ <input type=button id=p5CopyButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Copy" onclick="p5copyFile(0)" />
693
+ <input type=button id=p5PasteButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Paste" onclick="p5pasteFile()" />
694
</td>
695
</tr>
696
<tr>
752
- <td id="p5filesubhead">
753
- <div style=float:right>
754
- <select id=p5sortdropdown class="form-select-sm m-1 mb-1" onchange=updateFiles()>
697
+ <td id="p5filesubhead" class="d-flex align-items-center">
698
+ <div class="d-flex align-items-center"> <span id="p5currentpath"></span></div>
699
+ <div style=float:right class="d-flex align-items-center ms-auto">
700
+ <select id=p5sortdropdown class="form-select-sm me-1" onchange=updateFiles()>
701
<option value="1" selected="selected">Sort by name</option>
702
<option value="2">Sort by size</option>
703
<option value="3">Sort by date</option>
@@ -760,7 +706,6 @@
706
<option value="6">Descend by date</option>
707
</select>
708
</div>
763
- <div> <span id="p5currentpath"></span></div>
709
</td>
710
</tr>
711
</table>
@@ -922,7 +867,7 @@
867
<div id=deskarea0 cellpadding=0 cellspacing=0>
868
<div id=deskarea1 class="areaHead d-flex flex-wrap">
869
<div class="d-flex align-items-center">
925
- <input type="button" class="btn btn-outline-primary btn-sm me-1" id="autoconnectbutton1"
870
+ <input type="button" class="btn btn-primary btn-sm me-1" id="autoconnectbutton1"
871
value="AutoConnect" onclick=autoConnectDesktop(event) onkeypress="return false"
872
onkeydown="return false" style="display:none;margin-right:4px" />
873
<div class="btn-group dropdown-center me-1" id=connectbutton1span>
@@ -947,18 +892,24 @@
892
id=connectbutton1h title="Connect using hardware KVM"
893
onclick=connectDesktop(event,2) onkeypress="return false" onkeydown="return false"
894
disabled="disabled">HW Connect</button></span>
950
- <span id=disconnectbutton1span><button class="btn btn-primary btn-sm me-1" type=button
951
- id=disconnectbutton1 cmenu="deskDisconnectButton" value="Disconnect"
952
- onclick=connectDesktop(event,0) onkeypress="return false"
953
- onkeydown="return false">Disconnect</button></span>
895
+ <div class="btn-group dropdown-center me-1" id=disconnectbutton1span>
896
+ <button type="button" class="btn btn btn-primary btn-sm" id=disconnectbutton1 title="Connect using MeshAgent remote desktop" onclick=connectDesktop(event,0) onkeypress="return false" onkeydown="return false">Disconnect</button>
897
+ <button type="button" class="btn btn-primary btn-sm dropdown-toggle dropdown-toggle-split" id=diconnectbutton1d data-bs-toggle="dropdown" aria-expanded="false">
898
+ <span class="visually-hidden">Toggle Dropdown</span>
899
+ </button>
900
+ <ul class="dropdown-menu">
901
+ <li><a class="dropdown-item" onclick="cmdeskaction(10,event)">Disconnect and Lock</a></li>
902
+ <li><a class="dropdown-item" onclick="cmdeskaction(11,event)">Disconnect</a></li>
903
+ </ul>
904
+ </div>
905
<span id="deskstatus" style="line-height:22px">Disconnected</span><span id="deskmetadata"></span>
906
</div>
907
<div class="d-flex align-items-center ms-auto">
908
<div id="desktopCustomUiButtons" style="float:left"></div>
909
<div id="desktopCustomUpperRight" style="float:left;margin-right:6px"></div>
959
- <input type="button" class="btn btn-outline-primary btn-sm" title="Change the power state of the remote machine" onkeypress="return false" onkeydown="return false" value="Power Actions..." onclick="showPowerActionDlg()" style="display:none" />
960
- <input id="deskActionsBtn" type=button class="btn btn-outline-primary btn-sm me-1" title="Perform power actions on the device" onkeypress="return false" onkeydown="return false" value=Actions onclick=deviceActionFunction() class="mR" />
961
- <input id="deskActionsSettings" type="button" class="btn btn-outline-primary btn-sm me-1" value="Settings" title="Edit remote desktop settings" onkeypress="return false" onkeydown="return false" onclick="showDesktopSettings()" class="mR" />
910
+ <input type="button" class="btn btn-primary btn-sm" title="Change the power state of the remote machine" onkeypress="return false" onkeydown="return false" value="Power Actions..." onclick="showPowerActionDlg()" style="display:none" />
911
+ <input id="deskActionsBtn" type=button class="btn btn-primary btn-sm me-1" title="Perform power actions on the device" onkeypress="return false" onkeydown="return false" value=Actions onclick=deviceActionFunction() class="mR" />
912
+ <input id="deskActionsSettings" type="button" class="btn btn-primary btn-sm me-1" value="Settings" title="Edit remote desktop settings" onkeypress="return false" onkeydown="return false" onclick="showDesktopSettings()" class="mR" />
913
<input id="deskFocusBtn" type="button" title="Toggle focus mode, when active only the region around the mouse is updated" onkeypress="return false" onkeydown="return false" value="Focus All" onclick="deskToggleFocus()" style="margin-right:3px;display:none" />
914
<div id="deskRecordIcon" class='deskareaicon' title="Server is recording this session" style="display:none;background-color:red;width:12px;height:12px;border-radius:6px;margin-top:5px"></div>
915
<div class='deskareaicon' title="Rotate Right" onclick="drotate(1)"><i class="fa-solid fa-rotate-right"></i></div>
@@ -1013,17 +964,17 @@
964
<div id=deskarea4 class="areaFoot d-flex flex-wrap">
965
<div class="d-flex align-items-center">
966
<select id="deskkeys" class="form-select-sm me-1" cmenu=deskKeyShortcutContextMenu></select>
1016
- <input id="DeskWD" type=button class="btn btn-outline-primary btn-sm me-1" value="Send" onkeypress="return false" onkeydown="return false" onclick="deskSendKeys()" />
1017
- <input id="DeskESC" style="display:none" type="button" class="btn btn-outline-primary btn-sm me-1" value="ESC" onkeypress="return false" onkeydown="return false" onclick="sendDeskEsc()" />
1018
- <input id="DeskClip" type="button" class="btn btn-outline-primary btn-sm me-1" value="Clipboard" onkeypress="return false" onkeydown="return false" onclick="showDeskClip()" />
1019
- <input id="DeskType" class="btn btn-outline-primary btn-sm me-1" cmenu="deskPreConfigShortcutContextMenu" type="button" value="Type" onkeypress="return false" onkeydown="return false" onclick="showDeskType()" />
967
+ <input id="DeskWD" type=button class="btn btn-primary btn-sm me-1" value="Send" onkeypress="return false" onkeydown="return false" onclick="deskSendKeys()" />
968
+ <input id="DeskESC" style="display:none" type="button" class="btn btn-primary btn-sm me-1" value="ESC" onkeypress="return false" onkeydown="return false" onclick="sendDeskEsc()" />
969
+ <input id="DeskClip" type="button" class="btn btn-primary btn-sm me-1" value="Clipboard" onkeypress="return false" onkeydown="return false" onclick="showDeskClip()" />
970
+ <input id="DeskType" class="btn btn-primary btn-sm me-1" cmenu="deskPreConfigShortcutContextMenu" type="button" value="Type" onkeypress="return false" onkeydown="return false" onclick="showDeskType()" />
971
<div id="DeskControlSpan" title="Toggle mouse and keyboard input" class="form-check"><input id="DeskControl" type="checkbox" class="form-check-input" onkeypress="return false" onkeydown="return false" onclick="toggleKvmControl()"><label class="form-check-label" for="DeskControl">Input</label></div>
972
</div>
973
<div class="d-flex ms-auto align-items-center">
974
<span id=DeskMonitorSelectionSpan></span>
975
<span id="DeskLatency" style="width:70px" class="text-center" title="Desktop Session Latency"></span>
976
<span id="DeskTimer" style="width:70px" class="text-center" title="Session time"></span>
1026
- <input id=DeskToolsButton type=button class="btn btn-outline-primary btn-sm mx-1" value=Tools title="Toggle tools view" onkeypress="return false" onkeydown="return false" onclick="toggleDeskTools()" />
977
+ <input id=DeskToolsButton type=button class="btn btn-primary btn-sm mx-1" value=Tools title="Toggle tools view" onkeypress="return false" onkeydown="return false" onclick="toggleDeskTools()" />
978
<span id=DeskGuestShareButton title="Share the device with a guest" role="button">
979
<i class="fa-solid fa-fw fa-share-nodes" id=DeskInputUnLockedButtonImage onclick=showShareDevice()></i>
980
</span>
@@ -1082,13 +1033,12 @@
1033
</div>
1034
<div id="p12warning" onclick=showFeaturesDlg()>
1035
<div class="icon2"></div>
1085
- <div class="warningbox">Redirection port or KVM feature is disabled<span id="p12warninga">, click
1086
- here to enable it.</span></div>
1036
+ <div class="warningbox">Redirection port or KVM feature is disabled<span id="p12warninga">, click here to enable it.</span></div>
1037
</div>
1038
<div id="p12warning2" onclick=showPowerActionDlg()>
1039
<div class="icon2"></div>
1040
<div class="warningbox">Remote computer is not powered on, click here to issue a power command.
1091
- </div>
1041
+ </div>
1042
</div>
1043
<div id=termTable style="position:relative">
1044
<table style="width:100%" cellpadding=0 cellspacing=0>
@@ -1145,7 +1095,7 @@
1095
</div>
1096
<input id="termActionsBtn" type=button title="Perform power actions on the device"
1097
onkeypress="return false" onkeydown="return false" value=Actions
1148
- class="btn btn-outline-primary me-1 btn-sm" onclick=deviceActionFunction() />
1098
+ class="btn btn-primary me-1 btn-sm" onclick=deviceActionFunction() />
1099
<div id="terminalCustomUpperRight" style="float:left;margin-right:6px"></div>
1100
<div id="terminalCustomUiButtons" style="float:left"></div>
1101
</div>
@@ -1161,19 +1111,19 @@
1111
<td class="areaFoot d-flex flex-wrap">
1112
<div class="d-flex align-items-center">
1113
<input type=button onkeypress="return false" onkeydown="return false"
1164
- class="btn btn-outline-primary btn-sm me-1" id="ctrlcbutton"
1114
+ class="btn btn-primary btn-sm me-1" id="ctrlcbutton"
1115
value="Ctl-C" onclick="termSendKey(3,'ctrlcbutton')" />
1116
<input type=button onkeypress="return false" onkeydown="return false"
1167
- class="btn btn-outline-primary btn-sm me-1" id="ctrlxbutton"
1117
+ class="btn btn-primary btn-sm me-1" id="ctrlxbutton"
1118
value="Ctl-X" onclick="termSendKey(24,'ctrlxbutton')" />
1119
<input type=button onkeypress="return false" onkeydown="return false"
1170
- class="btn btn-outline-primary me-1 btn-sm" id="escbutton"
1120
+ class="btn btn-primary me-1 btn-sm" id="escbutton"
1121
value="ESC" onclick="termSendKey(27,'escbutton')" />
1122
<input type=button onkeypress="return false" onkeydown="return false"
1173
- class="btn btn-outline-primary me-1 btn-sm" id="bsbutton"
1123
+ class="btn btn-primary me-1 btn-sm" id="bsbutton"
1124
value="Backspace" onclick="termSendKey(8,'bsbutton')" style="display:none" />
1125
<input type=button onkeypress="return false" onkeydown="return false"
1176
- class="btn btn-outline-primary me-1 btn-sm" id="pastebutton" value="Paste"
1126
+ class="btn btn-primary me-1 btn-sm" id="pastebutton" value="Paste"
1127
title="Paste text into the terminal" onclick="showTermPasteDialog()"
1128
style="display:none" />
1129
</div>
@@ -1181,13 +1131,13 @@
1131
<span id="TermTimer" title="Session time"></span>
1132
<span id="terminalSettingsButtons" style="display:none">
1133
<input id="id_tcrbutton" type="button" onkeypress="return false"
1184
- onkeydown="return false" class="btn btn-outline-primary me-1 btn-sm" value="CR+LF"
1134
+ onkeydown="return false" class="btn btn-primary me-1 btn-sm" value="CR+LF"
1135
title="Toggle what the return key will send" onclick="termToggleCr()" />
1136
<input id="id_tfxkeysbutton" type="button" onkeypress="return false"
1187
- onkeydown="return false" class="btn btn-outline-primary me-1 btn-sm" value="Intel (F10 = ESC+[OM)"
1137
+ onkeydown="return false" class="btn btn-primary me-1 btn-sm" value="Intel (F10 = ESC+[OM)"
1138
title="Toggle F1 to F10 keys emulation type" onclick="termToggleFx()" />
1139
<input id="id_ttypebutton" type="button" onkeypress="return false"
1190
- onkeydown="return false" class="btn btn-outline-primary me-1 btn-sm" value="Extended Ascii"
1140
+ onkeydown="return false" class="btn btn-primary me-1 btn-sm" value="Extended Ascii"
1141
title="Toggle terminal emulation type" onclick="termToggleType()" />
1142
</span>
1143
<span id="terminalSizeDropDown" style="display:none">
@@ -1198,7 +1148,7 @@
1148
</span>
1149
<select id="specialkeylist" class="form-select-sm me-1" onkeypress="return false"></select>
1150
<input id="specialkeylistinput" type="button" onkeypress="return false"
1201
- class="btn btn-outline-primary btn-sm me-1" value="Send"
1151
+ class="btn btn-primary btn-sm me-1" value="Send"
1152
title="Send the selected special key" onclick="sendSpecialKey()" />
1153
</div>
1154
</td>
@@ -1241,7 +1191,7 @@
1191
<span id=p13Status>Disconnected</span>
1192
</div>
1193
<div class="d-flex align-items-center ms-auto">
1244
- <input id="filesActionsBtn" class="btn btn-outline-primary me-1 btn-sm" type=button
1194
+ <input id="filesActionsBtn" class="btn btn-primary me-1 btn-sm" type=button
1195
title="Perform power actions on the device" value=Actions
1196
onclick=deviceActionFunction() />
1197
<div id="filesRecordIcon" class='deskareaicon' title="Server is recording this session"
@@ -1253,54 +1203,26 @@
1203
</td>
1204
</tr>
1205
<tr>
1256
- <td class="areaHead2" valign=bottom>
1257
- <div id="p13rightOfButtons" class="toright2"></div>
1258
- <div>
1259
- <input type=button style="margin-right:2px" disabled="disabled" id=p13FolderUp
1260
- class="btn btn-outline-primary me-2 btn-sm" value="Up" onclick="p13folderup()" />
1261
- <input type=button style="margin-right:2px" disabled="disabled" id=p13SelectAllButton
1262
- class="btn btn-outline-primary me-2 btn-sm" value="Select All"
1263
- onclick="p13selectallfile()" />
1264
- <input type=button style="margin-right:2px" disabled="disabled" id=p13RenameFileButton
1265
- class="btn btn-outline-primary me-2 btn-sm" value="Rename"
1266
- onclick="p13renamefile()" />
1267
- <input type=button style="margin-right:2px" disabled="disabled" id=p13DeleteFileButton
1268
- class="btn btn-outline-primary me-2 btn-sm" value="Delete"
1269
- onclick="p13deletefile()" />
1270
- <input type=button style="margin-right:2px" disabled="disabled" id=p13ViewFileButton
1271
- class="btn btn-outline-primary me-2 btn-sm" value="Edit" onclick="p13viewfile()" />
1272
- <input type=button style="margin-right:2px" disabled="disabled" id=p13NewFolderButton
1273
- class="btn btn-outline-primary me-2 btn-sm" value="New Folder"
1274
- onclick="p13createfolder()" />
1275
- <input type=button style="margin-right:2px" disabled="disabled" id=p13UploadButton
1276
- class="btn btn-outline-primary me-2 btn-sm" value="Upload"
1277
- onclick="p13uploadFile()" />
1278
- <input type=button style="margin-right:2px" disabled="disabled" id=p13DownloadButton
1279
- class="btn btn-outline-primary me-2 btn-sm" value="Download"
1280
- onclick="p13downloadButton()" />
1281
- <input type=button style="margin-right:2px" disabled="disabled" id=p13CutButton
1282
- class="btn btn-outline-primary me-2 btn-sm" value="Cut" onclick="p13copyFile(1)" />
1283
- <input type=button style="margin-right:2px" disabled="disabled" id=p13CopyButton
1284
- class="btn btn-outline-primary me-2 btn-sm" value="Copy" onclick="p13copyFile(0)" />
1285
- <input type=button style="margin-right:2px" disabled="disabled" id=p13PasteButton
1286
- class="btn btn-outline-primary me-2 btn-sm" value="Paste"
1287
- onclick="p13pasteFile()" />
1288
- <input type=button style="margin-right:2px" disabled="disabled" id=p13ZipButton
1289
- class="btn btn-outline-primary me-2 btn-sm" value="Zip" onclick="p13zipFiles()" />
1290
- <input type=button style="margin-right:2px" disabled="disabled" id=p13UnzipButton
1291
- class="btn btn-outline-primary me-2 btn-sm" value="Unzip"
1292
- onclick="p13unzipFile()" />
1293
- <input type=button style="margin-right:2px" disabled="disabled" id=p13RefreshButton
1294
- class="btn btn-outline-primary me-2 btn-sm" value="Refresh"
1295
- onclick="p13folderup(9999)" />
1296
- <input type=button style="margin-right:2px" disabled="disabled" id=p13FindButton
1297
- class="btn btn-outline-primary me-2 btn-sm" value="Find" onclick="p13findfile()" />
1298
- <input type=button style="margin-right:2px" disabled="disabled" id=p13GoToFolderButton
1299
- class="btn btn-outline-primary me-2 btn-sm" value="GoTo"
1300
- onclick="p13gotofolder()" />
1301
- <input type=button style="margin-right:2px" disabled="disabled" id=p13OpenButton
1302
- class="btn btn-outline-primary me-2 btn-sm" value="Open"
1303
- onclick="p13openfilefolder()" />
1206
+ <td class="areaHead2 d-flex align-items-center flex-wrap" valign=bottom>
1207
+ <div id="p13rightOfButtons" class="toright2 d-flex align-items-center"></div>
1208
+ <div class="d-flex align-items-center">
1209
+ <input type=button disabled="disabled" id=p13FolderUp class="btn btn-primary me-1 btn-sm" value="Up" onclick="p13folderup()" />
1210
+ <input type=button disabled="disabled" id=p13SelectAllButton class="btn btn-primary me-1 btn-sm" value="Select All" onclick="p13selectallfile()" />
1211
+ <input type=button disabled="disabled" id=p13RenameFileButton class="btn btn-primary me-1 btn-sm" value="Rename" onclick="p13renamefile()" />
1212
+ <input type=button disabled="disabled" id=p13DeleteFileButton class="btn btn-primary me-1 btn-sm" value="Delete" onclick="p13deletefile()" />
1213
+ <input type=button disabled="disabled" id=p13ViewFileButton class="btn btn-primary me-1 btn-sm" value="Edit" onclick="p13viewfile()" />
1214
+ <input type=button disabled="disabled" id=p13NewFolderButton class="btn btn-primary me-1 btn-sm" value="New Folder" onclick="p13createfolder()" />
1215
+ <input type=button disabled="disabled" id=p13UploadButton class="btn btn-primary me-1 btn-sm" value="Upload" onclick="p13uploadFile()" />
1216
+ <input type=button disabled="disabled" id=p13DownloadButton class="btn btn-primary me-1 btn-sm" value="Download" onclick="p13downloadButton()" />
1217
+ <input type=button disabled="disabled" id=p13CutButton class="btn btn-primary me-1 btn-sm" value="Cut" onclick="p13copyFile(1)" />
1218
+ <input type=button disabled="disabled" id=p13CopyButton class="btn btn-primary me-1 btn-sm" value="Copy" onclick="p13copyFile(0)" />
1219
+ <input type=button disabled="disabled" id=p13PasteButton class="btn btn-primary me-1 btn-sm" value="Paste" onclick="p13pasteFile()" />
1220
+ <input type=button disabled="disabled" id=p13ZipButton class="btn btn-primary me-1 btn-sm" value="Zip" onclick="p13zipFiles()" />
1221
+ <input type=button disabled="disabled" id=p13UnzipButton class="btn btn-primary me-1 btn-sm" value="Unzip" onclick="p13unzipFile()" />
1222
+ <input type=button disabled="disabled" id=p13RefreshButton class="btn btn-primary me-1 btn-sm" value="Refresh" onclick="p13folderup(9999)" />
1223
+ <input type=button disabled="disabled" id=p13FindButton class="btn btn-primary me-1 btn-sm" value="Find" onclick="p13findfile()" />
1224
+ <input type=button disabled="disabled" id=p13GoToFolderButton class="btn btn-primary me-1 btn-sm" value="GoTo" onclick="p13gotofolder()" />
1225
+ <input type=button disabled="disabled" id=p13OpenButton class="btn btn-primary me-1 btn-sm" value="Open" onclick="p13openfilefolder()" />
1226
</div>
1227
</td>
1228
</tr>
@@ -1366,7 +1288,7 @@
1288
<div id="p15statetext" class="d-flex align-items-center"></div>
1289
<div class="d-flex align-items-center ms-auto">
1290
<div id=p15coreName class="me-1" title="Information about current core running on this agent"></div>
1369
- <input type=button id=p15uploadCore class="btn btn-outline-primary me-1 btn-sm" value="Agent Action" onclick=p15uploadCore(event) title="Change the agent Java Script code module" />
1291
+ <input type=button id=p15uploadCore class="btn btn-primary me-1 btn-sm" value="Agent Action" onclick=p15uploadCore(event) title="Change the agent Java Script code module" />
1292
<i onclick=p15downloadConsoleText() title="Download console text" class="fa-solid fa-download me-1"></i>
1293
</div>
1294
</td>
@@ -1388,8 +1310,7 @@
1310
<table style="width:100%">
1311
<tr>
1312
<td style="width:99%">
1391
- <input id=p15consoleText class="form-control" onkeyup=p15consoleSend(event)
1392
- onfocus=onConsoleFocus(1) onblur=onConsoleFocus(0) />
1313
+ <input id=p15consoleText class="form-control" onkeyup=p15consoleSend(event) onfocus=onConsoleFocus(1) onblur=onConsoleFocus(0) />
1314
</td>
1315
<td> </td>
1316
<td id="p15outputselecttd">
@@ -1400,7 +1321,7 @@
1321
</select>
1322
</td>
1323
<td style="width:1%"><input id="id_p15consoleClear" type="button"
1403
- class="btn btn-secondary bottombutton" value="Clear"
1324
+ class="btn btn-primary bottombutton" value="Clear"
1325
onclick="p15consoleClear()" /></td>
1326
</tr>
1327
</table>
@@ -1417,33 +1338,30 @@
1338
</div>
1339
<table class="pTable">
1340
<tr>
1420
- {{!-- <td class="h1"></td> --}}
1421
- <!--<td> <input type=button onclick=refreshDeviceEvents() value="Refresh" /></td>-->
1422
- <td class="auto-style1">
1423
- Filter
1424
- <select id=p16filterevents class="form-control-sm me-2 btn-sm"
1425
- onchange=refreshDeviceEvents()>
1426
- <option value="">All Logs</option>
1427
- <option value=agentlog>Agent Logs</option>
1428
- <option value=relaylog>Relay Logs</option>
1429
- <option value=manual>Manual Logs</option>
1430
- <option value=runcommands>Run Command Logs</option>
1431
- <option value=batchupload>Batch Upload Logs</option>
1432
- <option value=changenode>Change Node Logs</option>
1433
- <option value=removenode>Remove Node Logs</option>
1434
- </select>
1435
- Show
1436
- <select id=p16limitdropdown class="form-control-sm me-2 btn-sm"
1437
- onchange=refreshDeviceEvents()>
1438
- <option value=60>Last 60</option>
1439
- <option value=120>Last 120</option>
1440
- <option value=250>Last 250</option>
1441
- <option value=500>Last 500</option>
1442
- <option value=1000>Last 1000</option>
1443
- </select>
1444
- <i onclick=p3showDownloadEventsDialog(1) class="fa-solid fa-download" title="Download Events" style=cursor:pointer></i>
1341
+ <td class="auto-style1 d-flex justify-content-end p-1">
1342
+ <div class="d-flex align-items-center">
1343
+ <label class="me-1" for="p16filterevents">Filter</label>
1344
+ <select id=p16filterevents class="form-control-sm me-2" onchange=refreshDeviceEvents()>
1345
+ <option value="">All Logs</option>
1346
+ <option value=agentlog>Agent Logs</option>
1347
+ <option value=relaylog>Relay Logs</option>
1348
+ <option value=manual>Manual Logs</option>
1349
+ <option value=runcommands>Run Command Logs</option>
1350
+ <option value=batchupload>Batch Upload Logs</option>
1351
+ <option value=changenode>Change Node Logs</option>
1352
+ <option value=removenode>Remove Node Logs</option>
1353
+ </select>
1354
+ <label class="me-1" for="p16limitdropdown">Show</label>
1355
+ <select id=p16limitdropdown class="form-control-sm me-2" onchange=refreshDeviceEvents()>
1356
+ <option value=60>Last 60</option>
1357
+ <option value=120>Last 120</option>
1358
+ <option value=250>Last 250</option>
1359
+ <option value=500>Last 500</option>
1360
+ <option value=1000>Last 1000</option>
1361
+ </select>
1362
+ <i onclick=p3showDownloadEventsDialog(1) class="fa-solid fa-download" title="Download Events" style=cursor:pointer></i>
1363
+ </div>
1364
</td>
1446
- {{!-- <td class="h2"></td> --}}
1365
</tr>
1366
</table>
1367
<div id=p16events></div>
@@ -1469,8 +1387,7 @@
1387
<div class=DevSt style=margin-bottom:3px;margin-left:16px><b>Live Graph</b></div>
1388
<div
1389
style="margin-bottom:10px;margin-left:16px;height:240px;width:calc(100% - 16px);position:relative">
1472
- <canvas id=deviceDetailsStats
1473
- style="position:absolute;top:0;left:0;right:0;bottom:0"></canvas>
1390
+ <canvas id=deviceDetailsStats style="position:absolute;top:0;left:0;right:0;bottom:0"></canvas>
1391
</div>
1392
<div id="extraGraphValues" style="display:none;margin-left:30px;margin-bottom:15px">
1393
</div>
@@ -1484,8 +1401,7 @@
1401
<div id=p19 style="display:none">
1402
<div id="p19title">
1403
<div id="p19BackButton" style="float:left">
1487
- <div class="backButton" tabindex=0 onclick=goBack() title="Back"
1488
- onkeypress="if (event.key == 'Enter') goBack()">
1404
+ <div class="backButton" tabindex=0 onclick=goBack() title="Back" onkeypress="if (event.key == 'Enter') goBack()">
1405
<div class="backButtonEx"></div>
1406
</div>
1407
</div>
@@ -1520,23 +1436,19 @@
1436
<div id=p21main style="overflow-y:auto">
1437
<div style="width:100%">
1438
<div style="display:table;width:93%">
1523
- <div id="meshPowerChartDiv"
1524
- style="width:23%;display:inline-block;text-align:center;max-width:250px">
1439
+ <div id="meshPowerChartDiv" style="width:23%;display:inline-block;text-align:center;max-width:250px">
1440
<div style="margin:10px;font-size:16px">Power States</div>
1441
<canvas id="meshPowerChart" style="width:250px;height:250px"></canvas>
1442
</div>
1528
- <div id="meshOsChartDiv"
1529
- style="width:23%;display:inline-block;text-align:center;max-width:250px">
1443
+ <div id="meshOsChartDiv" style="width:23%;display:inline-block;text-align:center;max-width:250px">
1444
<div style="margin:10px;font-size:16px">Agent Types</div>
1445
<canvas id="meshOsChart" style="width:250px;height:250px"></canvas>
1446
</div>
1533
- <div id="meshConnChartDiv"
1534
- style="width:23%;display:inline-block;text-align:center;max-width:250px">
1447
+ <div id="meshConnChartDiv" style="width:23%;display:inline-block;text-align:center;max-width:250px">
1448
<div style="margin:10px;font-size:16px">Connectivity</div>
1449
<canvas id="meshConnChart" style="width:250px;height:250px"></canvas>
1450
</div>
1538
- <div id="meshSecurityChartDiv"
1539
- style="width:23%;display:inline-block;text-align:center;max-width:250px">
1451
+ <div id="meshSecurityChartDiv" style="width:23%;display:inline-block;text-align:center;max-width:250px">
1452
<div style="margin:10px;font-size:16px">Security</div>
1453
<canvas id="meshSecurityChart" style="width:250px;height:250px"></canvas>
1454
</div>
@@ -1586,8 +1498,7 @@
1498
1499
<!-- Second column: User image and state -->
1500
<div class="col-auto" style="width: 200px; position: relative;">
1589
- <img id="p30userAuthServiceLogo" loading="lazy" style="display:none"
1590
- class="userAuthStrategyLogo" width="64" height="64">
1501
+ <img id="p30userAuthServiceLogo" loading="lazy" style="display:none" class="userAuthStrategyLogo" width="64" height="64">
1502
1503
<picture id="MainUserImage"
1504
style="display:none; border-width:0px; height:200px; width:200px; float:right"
@@ -1596,8 +1507,7 @@
1507
<img alt="" width="200" height="200" src="images/user-256.png" />
1508
</picture>
1509
1599
- <img id="MainUserImageEx" alt="" width="200" height="200" src="images/user-256.png"
1600
- onclick="account_manageImage(1)" />
1510
+ <img id="MainUserImageEx" alt="" width="200" height="200" src="images/user-256.png" onclick="account_manageImage(1)" />
1511
1512
<div style="width:100%;text-align:center;">
1513
<strong><span id="MainUserState"></span></strong>
@@ -1658,36 +1568,28 @@
1568
<div id="p40title">
1569
<h1>My Server Stats</h1>
1570
</div>
1661
- <div class="areaHead">
1662
- <div class="toright2">
1663
- <select id=p40server style="display:none" onchange=updateServerTimelineStats()>
1664
- </select>
1665
- <div class="d-inline-flex align-items-center">
1666
- <select id=p40type class="form-select-sm m-1" onchange=updateServerTimelineStats()>
1667
- <option value=0>Connections</option>
1668
- <option value=1>Memory</option>
1669
- <option value=5>CPU</option>
1670
- <option value=3>Inbound Traffic</option>
1671
- <option value=4>Outbound Traffic</option>
1672
- </select>
1673
- </div>
1674
- <div class="d-inline-flex align-items-center">
1675
- <select id=p40time class="form-select-sm m-1" onchange=updateServerTimelineHours()>
1676
- <option value=3>Last 3 hours</option>
1677
- <option value=8>Last 8 hours</option>
1678
- <option value=24>Last day</option>
1679
- <option value=168>Last week</option>
1680
- <option value=720>Last 30 days</option>
1681
- </select>
1682
- </div>
1683
- <i class="fa-solid fa-download" title="Download data points (.csv)" style=cursor:pointer
1684
- onclick=p40downloadEvents()></i>
1571
+ <div class="areaHead d-flex align-items-center flex-wrap p-1">
1572
+ <div class="d-flex align-items-center">
1573
+ <input value="Refresh" type="button" class="btn btn-primary btn-sm me-2" onclick="refreshServerTimelineStats()" />
1574
+ <div class="form-check"><input class="form-check-input me-1" type=checkbox id=p40log onclick="updateServerTimelineHours()" / /><label class="form-check-label" for="p40log">Log-X</label></div>
1575
</div>
1686
- <div>
1687
- <input value="Refresh" type="button" class="btn btn-outline-primary btn-sm m-1"
1688
- onclick="refreshServerTimelineStats()" />
1689
- <label><input id=p40log type="checkbox" class="form-check-input me-2"
1690
- onclick="updateServerTimelineHours()" />Log-X</label>
1576
+ <div class="toright2 d-flex align-items-center ms-auto">
1577
+ <select id=p40server style="display:none" onchange=updateServerTimelineStats()></select>
1578
+ <select id=p40type class="form-select-sm me-1" onchange=updateServerTimelineStats()>
1579
+ <option value=0>Connections</option>
1580
+ <option value=1>Memory</option>
1581
+ <option value=5>CPU</option>
1582
+ <option value=3>Inbound Traffic</option>
1583
+ <option value=4>Outbound Traffic</option>
1584
+ </select>
1585
+ <select id=p40time class="form-select-sm me-1" onchange=updateServerTimelineHours()>
1586
+ <option value=3>Last 3 hours</option>
1587
+ <option value=8>Last 8 hours</option>
1588
+ <option value=24>Last day</option>
1589
+ <option value=168>Last week</option>
1590
+ <option value=720>Last 30 days</option>
1591
+ </select>
1592
+ <i class="fa-solid fa-download" title="Download data points (.csv)" style=cursor:pointer onclick=p40downloadEvents()></i>
1593
</div>
1594
</div>
1595
<canvas id=serverMainStats style=""></canvas>
@@ -1696,27 +1598,22 @@
1598
<div id="p41title">
1599
<h1>My Server Tracing</h1>
1600
</div>
1699
- <div class="areaHead">
1700
- <div class="toright2">
1701
- <div class="d-inline-flex align-items-center">
1702
- <label for="p41limitdropdown" class="form-label me-2">Show</label>
1703
- <select id=p41limitdropdown class="form-select-sm m-1" onchange=displayServerTrace()>
1704
- <option value=100>Last 100</option>
1705
- <option value=250>Last 250</option>
1706
- <option value=500>Last 500</option>
1707
- <option value=1000>Last 1000</option>
1708
- </select>
1709
- </div>
1710
- <input value="Clear" type="button" class="btn btn-secondary btn-sm m-1"
1711
- onclick="clearServerTracing()" />
1712
- <i class="fa-solid fa-download" title="Download trace (.csv)" style=cursor:pointer
1713
- onclick=p41downloadServerTrace()></i>
1714
- </div>
1715
- <div>
1716
- <input value="Tracing" type="button" class="btn btn-outline-primary btn-sm m-1"
1717
- onclick="setServerTracing()" />
1601
+ <div class="areaHead d-flex align-items-center flex-wrap p-1">
1602
+ <div class="d-flex align-items-center">
1603
+ <input value="Tracing" type="button" class="btn btn-primary btn-sm me-1" onclick="setServerTracing()" />
1604
<span id="p41traceStatus">None</span>
1605
</div>
1606
+ <div class="toright2 d-flex align-items-center ms-auto">
1607
+ <label for="p41limitdropdown" class="me-1">Show</label>
1608
+ <select id=p41limitdropdown class="form-select-sm me-1" onchange=displayServerTrace()>
1609
+ <option value=100>Last 100</option>
1610
+ <option value=250>Last 250</option>
1611
+ <option value=500>Last 500</option>
1612
+ <option value=1000>Last 1000</option>
1613
+ </select>
1614
+ <input value="Clear" type="button" class="btn btn-primary btn-sm me-1" onclick="clearServerTracing()" />
1615
+ <i class="fa-solid fa-download" title="Download trace (.csv)" style=cursor:pointer onclick=p41downloadServerTrace()></i>
1616
+ </div>
1617
</div>
1618
<div id=p41events style=""></div>
1619
</div>
@@ -1734,8 +1631,7 @@
1631
<input value="Refresh Agent Cores" type="button" onclick="distributeCore();return false" />
1632
</div>
1633
<div style="padding:2px">
1737
- <div style="padding:2px"><b>Notice:</b> Plugins have been altered, this may require agent core
1738
- update.</div>
1634
+ <div style="padding:2px"><b>Notice:</b> Plugins have been altered, this may require agent core update.</div>
1635
</div>
1636
</div>
1637
<table id="p42tbl">
@@ -1752,8 +1648,7 @@
1648
<th style="width:10px"></th>
1649
</tr>
1650
</table>
1755
- <div id="pluginNoneNotice" style="width:100%;text-align:center;padding-top:10px;display:none"><i>No
1756
- plugins on server.</i></div>
1651
+ <div id="pluginNoneNotice" style="width:100%;text-align:center;padding-top:10px;display:none"><i>No plugins on server.</i></div>
1652
</div>
1653
<div id=p43 style="display:none">
1654
<div id="p43BackButton">
@@ -1772,25 +1667,14 @@
1667
</div>
1668
<table class="pTable">
1669
<tr>
1775
- {{!-- <td class="h1"></td> --}}
1776
- <td class="style14">
1777
- <div style="float:right">
1778
- </div>
1779
- <div id="p50userGroupOps">
1780
- <input type=button id=UsersGroupsSelectAllButton
1781
- class="btn btn-outline-primary btn-sm m-1"
1782
- onclick="p50usersSelectallButtonFunction()" value="Select All" />
1783
- <input type=button id=UsersGroupsGroupActionButton
1784
- class="btn btn-outline-primary btn-sm m-1" disabled="disabled" value="Group Action"
1785
- onclick=p50usersGroupActionFunction() />
1786
- <input id=NewUserGroupButton type=button class="btn btn-outline-primary btn-sm m-1"
1787
- onclick=showCreateUserGroupDialog(1) value="New Group..." />
1788
- <input id=DuplicateUserGroupButton type=button
1789
- class="btn btn-outline-primary btn-sm m-1" style=display:none
1790
- onclick=showCreateUserGroupDialog(2) value="Duplicate Group..." />
1670
+ <td class="style14 d-flex align-items-center flex-wrap p-1">
1671
+ <div id="p50userGroupOps" class="d-flex align-items-center">
1672
+ <input type=button id=UsersGroupsSelectAllButton class="btn btn-primary btn-sm me-1" onclick="p50usersSelectallButtonFunction()" value="Select All" />
1673
+ <input type=button id=UsersGroupsGroupActionButton class="btn btn-primary btn-sm me-1" disabled="disabled" value="Group Action" onclick=p50usersGroupActionFunction() />
1674
+ <input id=NewUserGroupButton type=button class="btn btn-primary btn-sm me-1" onclick=showCreateUserGroupDialog(1) value="New Group..." />
1675
+ <input id=DuplicateUserGroupButton type=button class="btn btn-primary btn-sm me-1" style=display:none onclick=showCreateUserGroupDialog(2) value="Duplicate Group..." />
1676
</div>
1677
</td>
1793
- {{!-- <td class="h2"></td> --}}
1678
</tr>
1679
</table>
1680
<div id="p50groups"></div>
@@ -1852,16 +1736,14 @@
1736
</div>
1737
<table class="pTable">
1738
<tr>
1855
- {{!-- <td class="h1"></td> --}}
1856
- <td class="style14">
1857
- <div style="float:right">
1858
- <input type=button onclick=openRecodringPlayer() value="Open Player..." />
1739
+ <td class="style14 d-flex align-items-center flex-wrap p-1">
1740
+ <div class="d-flex align-items-center">
1741
+ <input type=button class="btn btn-primary btn-sm" onclick=refreshRecodings() value="Refresh" />
1742
</div>
1860
- <div>
1861
- <input type=button onclick=refreshRecodings() value="Refresh" />
1743
+ <div class="d-flex align-items-center ms-auto">
1744
+ <input type=button class="btn btn-primary btn-sm" onclick=openRecodringPlayer() value="Open Player..." />
1745
</div>
1746
</td>
1864
- {{!-- <td class="h2"></td> --}}
1747
</tr>
1748
</table>
1749
<div id=p52recordings style="overflow-y:auto"></div>
@@ -1875,12 +1757,10 @@
1757
{{!-- <td class="h1"></td> --}}
1758
<td class="style14">
1759
<div style="float:right;line-height:22px">
1878
- <a id="p60downloadReportDiv" style="display:none" href=# onclick=p60downloadReport()><i
1879
- class="fa-solid fa-download" title="Download Report"></i></a>
1760
+ <a id="p60downloadReportDiv" style="display:none" href=# onclick=p60downloadReport()><i class="fa-solid fa-download" title="Download Report"></i></a>
1761
</div>
1762
<div>
1882
- <button class="btn btn-primary btn-sm me-2 m-1" onclick=generateReportDialog()><i
1883
- class="fa-regular fa-file-alt"></i> Generate Report...</button>
1763
+ <button class="btn btn-primary btn-sm me-2 m-1" onclick=generateReportDialog()><i class="fa-regular fa-file-alt"></i> Generate Report...</button>
1764
</div>
1765
</td>
1766
{{!-- <td class="h2"></td> --}}
@@ -1904,8 +1784,7 @@
1784
</select>
1785
</div>
1786
<div class="col-md-6">
1907
- <a id="verifyEmailId2" style="display:none" href=# onclick="account_showVerifyEmail()">Verify
1908
- Email</a>
1787
+ <a id="verifyEmailId2" style="display:none" href=# onclick="account_showVerifyEmail()">Verify Email</a>
1788
<a id="termsLinkFooter" href=terms>Terms & Privacy</a>
1789
</div>
1790
</div>
@@ -1916,8 +1795,7 @@
1795
<div class="modal-content">
1796
<div class="modal-header" id="dialogHeader">
1797
<h5 class="modal-title text-white" id="xxAddAgentTitle"></h5>
1919
- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"
1920
- onclick="setDialogMode()" onkeypress="if (event.key == 'Enter') setDialogMode()"></button>
1798
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
1799
</div>
1800
<div class="modal-body" id="xxAddAgentBody">
1801
<!-- The default dialog is 2 but possible to specify others -->
@@ -1948,17 +1826,16 @@
1826
</div>
1827
<div id=d3servermode>
1828
<div id=d3serveraction valign=bottom>
1951
- <input type=button id=p3FolderUp disabled="disabled" onclick=d3folderup()
1952
- value="Up" /> <span id=p3CurrentFolder></span>
1829
+ <input type=button id=p3FolderUp disabled="disabled" onclick=d3folderup() value="Up" /> <span id=p3CurrentFolder></span>
1830
</div>
1831
<div id=d3serverfiles></div>
1832
</div>
1833
</div>
1834
<div id=dialog4 style="">
1958
- <input id="d4WrapButton" class="btn btn-outline-primary me-2 mb-2" type="button" value="Wrap On" onclick="d4ToggleWrap()" />
1959
- <input id="d4SizeButton" class="btn btn-outline-primary me-2 mb-2" type="button" value="Small" onclick="d4ToggleSize()" />
1960
- <input id="d4EncodingButton" class="btn btn-outline-primary me-2 mb-2" type="button" value="Raw" onclick="d4ToggleEncoding()" />
1961
- <input id="d4LineBreakButton" class="btn btn-outline-primary me-2 mb-2" type="button" value="Windows" onclick="d4ToggleLineBreak()" />
1835
+ <input id="d4WrapButton" class="btn btn-primary me-2 mb-2" type="button" value="Wrap On" onclick="d4ToggleWrap()" />
1836
+ <input id="d4SizeButton" class="btn btn-primary me-2 mb-2" type="button" value="Small" onclick="d4ToggleSize()" />
1837
+ <input id="d4EncodingButton" class="btn btn-primary me-2 mb-2" type="button" value="Raw" onclick="d4ToggleEncoding()" />
1838
+ <input id="d4LineBreakButton" class="btn btn-primary me-2 mb-2" type="button" value="Windows" onclick="d4ToggleLineBreak()" />
1839
<textarea id=d4editorarea autocomplete="off" style="height:calc(100vh - 286px);width:100%;overflow:scroll;resize:none;white-space:pre"></textarea>
1840
</div>
1841
<div id=dialog7 style="">
@@ -2007,18 +1884,11 @@
1884
<div id="d7desktopOtherSettings">
1885
<div>Other Settings</div>
1886
<div id="d7otherset2" style="display:block">
2010
- <label style="display:block"><input type="checkbox" id="d7deskSwapMouse" />Swap
2011
- Mouse Buttons</label>
2012
- <label style="display:block"><input type="checkbox" id="d7deskrmw" />Reverse
2013
- Mouse Wheel</label>
2014
- <label style="display:block"><input type="checkbox"
2015
- id="d7deskRemoteKeyMap" />Use Remote Keyboard
2016
- Map</label>
2017
- <label style="display:block" id="d7deskAutoClipboardLabel"><input
2018
- type="checkbox" id="d7deskAutoClipboard" />Automatic Clipboard</label>
2019
- <label style="display:block" id="d7deskAutoLockLabel"><input type="checkbox"
2020
- id="d7deskAutoLock" />Lock
2021
- on Disconnect</label>
1887
+ <label style="display:block"><input type="checkbox" id="d7deskSwapMouse" />Swap Mouse Buttons</label>
1888
+ <label style="display:block"><input type="checkbox" id="d7deskrmw" />Reverse Mouse Wheel</label>
1889
+ <label style="display:block"><input type="checkbox" id="d7deskRemoteKeyMap" />Use Remote Keyboard Map</label>
1890
+ <label style="display:block" id="d7deskAutoClipboardLabel"><input type="checkbox" id="d7deskAutoClipboard" />Automatic Clipboard</label>
1891
+ <label style="display:block" id="d7deskAutoLockLabel"><input type="checkbox" id="d7deskAutoLock" />Lock on Disconnect</label>
1892
</div>
1893
</div>
1894
</div>
@@ -2036,14 +1906,10 @@
1906
<div>
1907
<div>Other Settings</div>
1908
<div id="d7otherset" style="display:block">
2039
- <label style="display:block"><input type="checkbox" id="d7showfocus" />Show
2040
- Focus Tool</label>
2041
- <label style="display:block"><input type="checkbox" id="d7showcursor" />Show
2042
- Local Mouse Cursor</label>
2043
- <label style="display:block"><input type="checkbox" id="d7localKeyMap" />Local
2044
- Keyboard Map</label>
2045
- <label style="display:block"><input type="checkbox" id="d7kvmrmw" />Reverse
2046
- Mouse Wheel</label>
1909
+ <label style="display:block"><input type="checkbox" id="d7showfocus" />Show Focus Tool</label>
1910
+ <label style="display:block"><input type="checkbox" id="d7showcursor" />Show Local Mouse Cursor</label>
1911
+ <label style="display:block"><input type="checkbox" id="d7localKeyMap" />Local Keyboard Map</label>
1912
+ <label style="display:block"><input type="checkbox" id="d7kvmrmw" />Reverse Mouse Wheel</label>
1913
</div>
1914
</div>
1915
</div>
@@ -2055,56 +1921,42 @@
1921
<option value="canvas">Canvas Size</option>
1922
<option value="browser">Browser Size</option>
1923
<option value="screen">Screen Size</option>
2058
- <option value="640x480">640×480</option>
2059
- <option value="1024x768">1024×768</option>
2060
- <option value="1280x800">1280×800</option>
2061
- <option value="1440x900">1440×900</option>
2062
- <option value="1600x900">1600×900</option>
2063
- <option value="1680x1050">1680×1050</option>
2064
- <option value="1920x1080">1920×1080</option>
1924
+ <option value="640x480">640x480</option>
1925
+ <option value="1024x768">1024x768</option>
1926
+ <option value="1280x800">1280x800</option>
1927
+ <option value="1440x900">1440x900</option>
1928
+ <option value="1600x900">1600x900</option>
1929
+ <option value="1680x1050">1680x1050</option>
1930
+ <option value="1920x1080">1920x1080</option>
1931
</select>
1932
</div>
1933
<div>
1934
<div>Options</div>
1935
<div id="d7rdpflags" style="display:block">
2070
- <label style="display:block"><input type="checkbox" id="d7rdp1" />Disable
2071
- Wallpaper</label>
2072
- <label style="display:block"><input type="checkbox" id="d7rdp2" />Disable Full
2073
- Window Drag</label>
2074
- <label style="display:block"><input type="checkbox" id="d7rdp3" />Disable Menu
2075
- Animations</label>
2076
- <label style="display:block"><input type="checkbox" id="d7rdp4" />Disable
2077
- Theming</label>
2078
- <label style="display:block"><input type="checkbox" id="d7rdp6" />Disable Cursor
2079
- Shadow</label>
2080
- <label style="display:block"><input type="checkbox" id="d7rdp7" />Disable Cursor
2081
- Settings</label>
2082
- <label style="display:block"><input type="checkbox" id="d7rdp8" />Enable Font
2083
- Smooting</label>
2084
- <label style="display:block"><input type="checkbox" id="d7rdp9" />Enable Desktop
2085
- Composision</label>
2086
- <label style="display:block"><input type="checkbox" id="d7rdpclip" />Automatic
2087
- Clipboard</label>
2088
- <label style="display:block"><input type="checkbox" id="d7rdpsmb" />Swap Mouse
2089
- Buttons</label>
2090
- <label style="display:block"><input type="checkbox" id="d7rdprmw" />Reverse
2091
- Mouse Wheel</label>
1936
+ <label style="display:block"><input type="checkbox" id="d7rdp1" />Disable Wallpaper</label>
1937
+ <label style="display:block"><input type="checkbox" id="d7rdp2" />Disable Full Window Drag</label>
1938
+ <label style="display:block"><input type="checkbox" id="d7rdp3" />Disable Menu Animations</label>
1939
+ <label style="display:block"><input type="checkbox" id="d7rdp4" />Disable Theming</label>
1940
+ <label style="display:block"><input type="checkbox" id="d7rdp6" />Disable Cursor Shadow</label>
1941
+ <label style="display:block"><input type="checkbox" id="d7rdp7" />Disable Cursor Settings</label>
1942
+ <label style="display:block"><input type="checkbox" id="d7rdp8" />Enable Font Smooting</label>
1943
+ <label style="display:block"><input type="checkbox" id="d7rdp9" />Enable Desktop Composision</label>
1944
+ <label style="display:block"><input type="checkbox" id="d7rdpclip" />Automatic Clipboard</label>
1945
+ <label style="display:block"><input type="checkbox" id="d7rdpsmb" />Swap Mouse Buttons</label>
1946
+ <label style="display:block"><input type="checkbox" id="d7rdprmw" />Reverse Mouse Wheel</label>
1947
</div>
1948
</div>
1949
</div>
1950
</div>
1951
</div>
1952
<div class="modal-footer">
2098
- <button type="button" class="btn btn-outline-primary" data-bs-dismiss="modal"
2099
- id="idx_dlgCancelButton" onclick="dialogclose(0)">Cancel</button>
2100
- <button type="button" class="btn btn-outline-success" id="idx_dlgOkButton"
2101
- onclick="dialogclose(1)">OK</button>
2102
- <button type="button" class="btn btn-outline-danger" id="idx_dlgDeleteButton"
2103
- onclick="dialogclose(2)" style="display:none">Delete</button>
1953
+ <button type="button" class="btn btn-primary" data-bs-dismiss="modal" id="idx_dlgCancelButton">Cancel</button>
1954
+ <button type="button" class="btn btn-outline-success" id="idx_dlgOkButton" >OK</button>
1955
+ <button type="button" class="btn btn-outline-danger" id="idx_dlgDeleteButton" style="display:none">Delete</button>
1956
{{!-- <div id="idx_dlgMoreButtons">
2105
- <a href="#" id="idx_dlgMoreButtons1" class="btn btn-secondary"
1957
+ <a href="#" id="idx_dlgMoreButtons1" class="btn btn-primary"
1958
title="Toggle advanced options" onclick="MoreToggle(true)">▼</a>
2107
- <a href="#" id="idx_dlgMoreButtons2" class="btn btn-secondary"
1959
+ <a href="#" id="idx_dlgMoreButtons2" class="btn btn-primary"
1960
title="Toggle advanced options" onclick="MoreToggle(false)">▲</a>
1961
</div> --}}
1962
</div>
@@ -5015,9 +4867,9 @@
4867
var r = '', c = 0, current = null, count = 0, scount = 0, displayedMeshes = {}, view = Q('viewselect').value, groups = {}, groupCount = {};
4868
QV('xdevices', view != 4);
4869
QV('xdevicesmap', view == 4);
5018
- QV('devListToolbar', view < 3);
5019
- QV('kvmListToolbar', (view == 3) || (view == 5));
5020
- QV('devMapToolbar', view == 4);
4870
+ QVH('devListToolbar', view < 3);
4871
+ QVH('kvmListToolbar', (view == 3) || (view == 5));
4872
+ QVH('devMapToolbar', view == 4);
4873
QV('devListToolbarSize', (view == 3) || (view == 5));
4874
QV('devListToolbarSettings', view == 2);
4875
QV('NoMeshesPanel', (nodes.length == 0) && (meshcount == 0));
@@ -5868,7 +5720,15 @@
5720
}
5721
if (count > 8) {
5722
setModalContent('xxAddAgent', 'Connect All', format("Are you sure you want to connect to {0} devices?", count));
5871
- showModal('xxAddAgentModal', 'idx_dlgOkButton', function () { connectAllKvmFunction(true); });
5723
+ var closeFunc = function(event,a) {
5724
+ document.getElementById('xxAddAgentModal').removeEventListener('hide.bs.modal', closeFunc);
5725
+ Q('autoConnectDesktopCheckbox').checked = false;
5726
+ }
5727
+ document.getElementById('xxAddAgentModal').addEventListener('hide.bs.modal', closeFunc);
5728
+ showModal('xxAddAgentModal', 'idx_dlgOkButton', () => {
5729
+ document.getElementById('xxAddAgentModal').removeEventListener('hide.bs.modal', closeFunc);
5730
+ connectAllKvmFunction(true);
5731
+ });
5732
return;
5733
}
5734
}
@@ -6471,10 +6331,12 @@
6331
if (xxModal == null) {
6332
QE(okButtonId, true);
6333
xxModal = new bootstrap.Modal(document.getElementById(modalId));
6474
- document.getElementById(modalId).addEventListener('hidden.bs.modal', function (event) {
6334
+ var hiddenModal = function (event) {
6335
if (xxModal) { xxModal.dispose(); xxModal = null; }
6336
if (xxdialogMode != 0) { xxdialogMode = 0; }
6477
- });
6337
+ document.getElementById(modalId).removeEventListener('hidden.bs.modal', hiddenModal);
6338
+ }
6339
+ document.getElementById(modalId).addEventListener('hidden.bs.modal', hiddenModal);
6340
}
6341
xxModal.show();
6342
document.getElementById(okButtonId).onclick = function () {
@@ -6486,7 +6348,6 @@
6348
if (xxModal) { xxModal.hide(); }
6349
}
6350
};
6489
-
6351
}
6352
6353
function account_createMesh() {
@@ -7345,27 +7206,6 @@
7206
var cmenu = elem.attributes.cmenu.value;
7207
7208
switch (cmenu) {
7348
- case 'filesConnectButton': {
7349
- // Files connect button context menu
7350
- if ((currentNode == null) || (currentNode.agent == null)) return true;
7351
- contextelement = elem;
7352
- showContextMenuDiv(document.getElementById('filesShellContextMenu'), event.pageX, event.pageY);
7353
- break;
7354
- }
7355
- case 'deskConnectButton': {
7356
- // Desktop connect button context menu
7357
- if ((currentNode == null) || (currentNode.agent == null)) return true;
7358
- contextelement = elem;
7359
- showContextMenuDiv(document.getElementById('deskConnectContextMenu'), event.pageX, event.pageY);
7360
- break;
7361
- }
7362
- case 'deskDisconnectButton': {
7363
- // Desktop disconnect button context menu
7364
- if ((currentNode == null) || (currentNode.agent == null)) return true;
7365
- contextelement = elem;
7366
- showContextMenuDiv(document.getElementById('deskDisconnectContextMenu'), event.pageX, event.pageY);
7367
- break;
7368
- }
7209
case 'devsContentMenu': {
7210
// Device content menu
7211
contextelement = elem;
@@ -7676,9 +7516,6 @@
7516
function hideContextMenu() {
7517
QV('contextMenu', false);
7518
QV('meshContextMenu', false);
7679
- QV('filesShellContextMenu', false);
7680
- QV('deskConnectContextMenu', false);
7681
- QV('deskDisconnectContextMenu', false);
7519
QV('altPortContextMenu', false);
7520
QV('rfbPortContextMenu', false);
7521
QV('sshPortContextMenu', false);
@@ -11763,7 +11600,15 @@
11600
x += '</div>';
11601
}
11602
setModalContent('xxAddAgent', 'Authentication', x);
11766
- showModal('xxAddAgentModal', 'idx_dlgOkButton', () => func(11, 'ssh'));
11603
+ var closeFunc = function(event,a) {
11604
+ document.getElementById('xxAddAgentModal').removeEventListener('hide.bs.modal', closeFunc);
11605
+ connectTerminal();
11606
+ }
11607
+ document.getElementById('xxAddAgentModal').addEventListener('hide.bs.modal', closeFunc);
11608
+ showModal('xxAddAgentModal', 'idx_dlgOkButton', () => {
11609
+ document.getElementById('xxAddAgentModal').removeEventListener('hide.bs.modal', closeFunc);
11610
+ func(11, 'ssh');
11611
+ });
11612
Q('dp2user').focus();
11613
sshAuthUpdate();
11614
setTimeout(sshAuthUpdate, 50);
@@ -12078,9 +11923,8 @@
11923
11924
function onFilesStateChange(xfiles, state) {
11925
setSessionActivity();
12081
- QV('p13Connect', (state == 0) && (filesNode.mtype == 2)); QV('p13Connectdrop', (state == 0) && (filesNode.mtype == 2));
12082
- QV('p13Connects', (state == 0) && (features2 & 0x200) && (filesNode.agent != null) && (filesNode.agent.id != 3) && (filesNode.agent.id != 4) && ((features2 & 0x800000) == 0));
12083
- QV('p13Connectsdrop', (state == 0) && (features2 & 0x200) && (filesNode.agent != null) && (filesNode.agent.id != 3) && (filesNode.agent.id != 4) && ((features2 & 0x800000) == 0));
11926
+ QV('p13Connectspan', (state == 0) && (filesNode.mtype == 2)); // Files Connect button and dropdown
11927
+ QV('p13Connectsspan', (state == 0) && (features2 & 0x200) && (filesNode.agent != null) && (filesNode.agent.id != 3) && (filesNode.agent.id != 4) && ((features2 & 0x800000) == 0)); // Files SFTP Connect button and dropdown
11928
QV('p13Disconnect', state != 0);
11929
var str = StatusStrs[state];
11930
if (state == 3) {
@@ -14806,7 +14650,7 @@
14650
}
14651
14652
// Display device group note support
14809
- if (meshrights & 1) { x += '<br><input type=button class="btn btn-outline-primary btn-sm mb-1" value=' + "Notes" + ' title="' + "View notes about this device group" + '" onclick=showNotes(false,"' + encodeURIComponentEx(currentMesh._id) + '") />'; }
14653
+ if (meshrights & 1) { x += '<br><input type=button class="btn btn-primary btn-sm mb-1" value=' + "Notes" + ' title="' + "View notes about this device group" + '" onclick=showNotes(false,"' + encodeURIComponentEx(currentMesh._id) + '") />'; }
14654
x += '<br style=clear:both><br>';
14655
if (meshrights & 2) {
14656
x += '<button class="btn btn-primary btn-sm me-2 mb-1" onclick="return p20showAddMeshUserDialog()"><i class="fa-solid fa-plus-circle"></i> ' + "Add Users" + '</button>';
@@ -17724,7 +17568,7 @@
17568
x += '</table></div><br />';
17569
17570
if ((userinfo.siteadmin & 256) != 0) {
17727
- x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Broadcast" + '" title="' + "Send a notice to all users in this group." + '" onclick=showUserBroadcastDialog("' + encodeURIComponentEx(group._id) + '") />';
17571
+ x += '<input type=button class="btn btn-primary btn-sm" value="' + "Broadcast" + '" title="' + "Send a notice to all users in this group." + '" onclick=showUserBroadcastDialog("' + encodeURIComponentEx(group._id) + '") />';
17572
}
17573
17574
// Setup the panel
@@ -18162,18 +18006,18 @@
18006
x += '</table></div><br />';
18007
18008
// Add action buttons
18165
- x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Notes" + '" title="' + "View notes about this user" + '" onclick=showNotes(false,"' + encodeURIComponentEx(user._id) + '") />';
18166
- if (user.phone && (features & 0x02000000)) { x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "SMS" + '" title="' + "Send a SMS message to this user" + '" onclick=showSendSMS("' + encodeURIComponentEx(user._id) + '") />'; }
18167
- if (user.msghandle && (features2 & 0x02000000)) { x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Message" + '" title="' + "Send a message to this user" + '" onclick=showSendMessage("' + encodeURIComponentEx(user._id) + '") />'; }
18168
- if ((typeof user.email == 'string') && (user.emailVerified === true) && (features & 0x00000040)) { x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Email" + '" title="' + "Send a email message to this user" + '" onclick=showSendEmail("' + encodeURIComponentEx(user._id) + '") />'; }
18009
+ x += '<input type=button class="btn btn-primary btn-sm" value="' + "Notes" + '" title="' + "View notes about this user" + '" onclick=showNotes(false,"' + encodeURIComponentEx(user._id) + '") />';
18010
+ if (user.phone && (features & 0x02000000)) { x += '<input type=button class="btn btn-primary btn-sm" value="' + "SMS" + '" title="' + "Send a SMS message to this user" + '" onclick=showSendSMS("' + encodeURIComponentEx(user._id) + '") />'; }
18011
+ if (user.msghandle && (features2 & 0x02000000)) { x += '<input type=button class="btn btn-primary btn-sm" value="' + "Message" + '" title="' + "Send a message to this user" + '" onclick=showSendMessage("' + encodeURIComponentEx(user._id) + '") />'; }
18012
+ if ((typeof user.email == 'string') && (user.emailVerified === true) && (features & 0x00000040)) { x += '<input type=button class="btn btn-primary btn-sm" value="' + "Email" + '" title="' + "Send a email message to this user" + '" onclick=showSendEmail("' + encodeURIComponentEx(user._id) + '") />'; }
18013
if (!self && ((activeSessions > 0) || ((features2 & 8) && (user.webpush)))) {
18170
- x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Notify" + '" title="' + "Send user notification" + '" onclick=showUserAlertDialog(event,"' + encodeURIComponentEx(user._id) + '") />';
18171
- x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + "Chat" + '" title="' + "Chat" + '" onclick=userChat(event,"' + encodeURIComponentEx(user._id) + '","' + encodeURIComponentEx(user.name) + '") />';
18014
+ x += '<input type=button class="btn btn-primary btn-sm" value="' + "Notify" + '" title="' + "Send user notification" + '" onclick=showUserAlertDialog(event,"' + encodeURIComponentEx(user._id) + '") />';
18015
+ x += '<input type=button class="btn btn-primary btn-sm" value="' + "Chat" + '" title="' + "Chat" + '" onclick=userChat(event,"' + encodeURIComponentEx(user._id) + '","' + encodeURIComponentEx(user.name) + '") />';
18016
if ((activeSessions > 0) && (serverinfo != null) && (serverinfo.altmessenging != null)) {
18017
for (var i in serverinfo.altmessenging) {
18018
var am = serverinfo.altmessenging[i];
18019
if ((am.type == null) || (am.type == 'user')) {
18176
- x += '<input type=button class="btn btn-outline-primary btn-sm" value="' + EscapeHtml(am.name) + '" onclick=altUserChat(event,"' + encodeURIComponentEx(user._id) + '","' + encodeURIComponentEx(user.name) + '",' + i + ') />';
18020
+ x += '<input type=button class="btn btn-primary btn-sm" value="' + EscapeHtml(am.name) + '" onclick=altUserChat(event,"' + encodeURIComponentEx(user._id) + '","' + encodeURIComponentEx(user.name) + '",' + i + ') />';
18021
}
18022
}
18023
}