mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Ran translations and minor fix to filter url.
This commit is contained in:
parent
bc0550a791
commit
4a6703b63a
6 changed files with 3185 additions and 3097 deletions
|
@ -1,9 +1,9 @@
|
||||||
<html><head></head><body><div>[[[SERVERNAME]]] - "[[[DEVICENAME]]]" Help Request</div>
|
<html><head></head><body><div>[[[SERVERNAME]]] - "[[[DEVICENAME]]]" Solicitud de ayuda</div>
|
||||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||||
<tbody><tr>
|
<tbody><tr>
|
||||||
<td>
|
<td>
|
||||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Help Request</b>
|
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Solicitud de ayuda</b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[[[SERVERNAME]]] - Device Help Request
|
[[[SERVERNAME]]] - Solicitud de ayuda del dispositivo
|
||||||
Device "[[[DEVICENAME]]]" requested assistance.
|
Device "[[[DEVICENAME]]]" requested assistance.
|
||||||
|
|
||||||
User: "[[[HELPUSERNAME]]]"
|
User: "[[[HELPUSERNAME]]]"
|
||||||
|
|
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
File diff suppressed because one or more lines are too long
2
public/scripts/common-0.0.1-min.js
vendored
2
public/scripts/common-0.0.1-min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
@ -5024,7 +5024,7 @@
|
||||||
function onMultiDesktopStateChange(desk, state) { try { QH('skvmid_' + desk.shortid, ["Disconnected", "Connecting...", "Setup...", '', ''][state]); } catch (ex) {} }
|
function onMultiDesktopStateChange(desk, state) { try { QH('skvmid_' + desk.shortid, ["Disconnected", "Connecting...", "Setup...", '', ''][state]); } catch (ex) {} }
|
||||||
function onDeviceSearchChanged(e) {
|
function onDeviceSearchChanged(e) {
|
||||||
var url = new URL(window.location.href);
|
var url = new URL(window.location.href);
|
||||||
if (e != null) {
|
if ((e != null) && (e.target.value != '')) {
|
||||||
if (e.target.id == 'SearchInput') {
|
if (e.target.id == 'SearchInput') {
|
||||||
Q('KvmSearchInput').value = Q('SearchInput').value;
|
Q('KvmSearchInput').value = Q('SearchInput').value;
|
||||||
} else {
|
} else {
|
||||||
|
@ -5037,7 +5037,7 @@
|
||||||
if (urlargs.filter) { delete urlargs.filter; }
|
if (urlargs.filter) { delete urlargs.filter; }
|
||||||
}
|
}
|
||||||
if (((features & 0x10000000) == 0) && (xxcurrentView > 0)) {
|
if (((features & 0x10000000) == 0) && (xxcurrentView > 0)) {
|
||||||
try { window.history.replaceState({}, document.title, decodeURIComponent(url.toString())); } catch(e) { }
|
try { window.history.replaceState({}, document.title, decodeURIComponent(url.toString())); } catch(ex) { }
|
||||||
}
|
}
|
||||||
mainUpdate(5);
|
mainUpdate(5);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue