mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Agent TLS certificate improvement.
This commit is contained in:
parent
68d8e53548
commit
e04db9fa9f
4 changed files with 1270 additions and 1243 deletions
|
@ -8056,7 +8056,16 @@
|
|||
|
||||
// Find file result
|
||||
if (data.action == 'findfile') {
|
||||
if (xxdialogTag == data.reqid) { if (data.r == null) { QE('d2findFilter', true); QE('filefind_dlgOkButton', true); xxdialogTag = null; } else { QA('d2findResults', '<div style=white-space:nowrap>' + EscapeHtml(data.r) + '</div>'); } }
|
||||
if (xxdialogTag == data.reqid) {
|
||||
if (data.r == null) {
|
||||
QE('d2findFilter', true);
|
||||
QE('filefind_dlgOkButton', true);
|
||||
xxdialogTag = null;
|
||||
if (Q('d2findResults').innerHTML == '') { QH('d2findResults', '<div style=text-align:center;margin:10px><i>' + "No files found" + '</i></div>'); }
|
||||
} else {
|
||||
QA('d2findResults', '<div style=white-space:nowrap>' + EscapeHtml(data.r) + '</div>');
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue