Merge pull request #363 from itdoginfo/version

Fix LuCI Version
This commit is contained in:
Kirill Sobakin
2026-05-12 10:11:25 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ function renderDiagnosticSystemInfoWidget() {
};
}
if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) {
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
logger.debug(
'[DIAGNOSTIC]',
'diagnosticsSystemInfo',

View File

@@ -4286,7 +4286,7 @@ function renderDiagnosticSystemInfoWidget() {
value: version
};
}
if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) {
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
logger.debug(
"[DIAGNOSTIC]",
"diagnosticsSystemInfo",