mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Improved server upgrade dialog box.
This commit is contained in:
parent
0c3ee32721
commit
1d2382fed3
File diff suppressed because it is too large
Load Diff
@ -8536,6 +8536,8 @@
|
||||
function server_showVersionDlgUpdate() {
|
||||
var stableCheck = Q('d2updateCheck1').checked;
|
||||
var latestCheck = Q('d2updateCheck2').checked;
|
||||
QE('d2updateCheck1', ((xxdialogTag.stable != "Unknown") && (xxdialogTag.current != xxdialogTag.stable) && (latestCheck == false)));
|
||||
QE('d2updateCheck2', ((xxdialogTag.latest != "Unknown") && (xxdialogTag.current != xxdialogTag.latest) && (stableCheck == false)));
|
||||
QE('idx_dlgOkButton', ((stableCheck) && (!latestCheck)) || ((!stableCheck) && (latestCheck)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user