mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-16 11:46:45 +00:00
fix: prefer runtime-verified app detectors
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user