Merge pull request #332 from Vaso73/fix/runtime-verified-app-detectors

fix: improve application version detection
This commit is contained in:
MacRimi
2026-09-03 22:25:41 +02:00
committed by GitHub
7 changed files with 515 additions and 13 deletions
+2
View File
@@ -5887,6 +5887,8 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {
{
updateCommand: aw.update_command!,
appName: aw.name || "",
targetIds: [`app:${aw.id}`],
targetLabels: [aw.name || t("vmLxc.updates.applicationDefaultName")],
},
)}
className={hasUpdate ? pendingBtnCls : upToDate ? upToDateBtnCls : neutralBtnCls}