fix: prefer runtime-verified app detectors

This commit is contained in:
VAIO73
2026-09-03 13:10:43 +02:00
parent f0f34c3416
commit cecffbc89f
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}