Simplify WebUI startup loading fix

This commit is contained in:
chengyongru
2026-06-13 21:59:36 +08:00
committed by Xubin Ren
parent af0e3441d7
commit 04ed7554c0
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -700,7 +700,6 @@ class CliAppManager:
"_source": str(entry.get("source") or "local"),
"entry_point": str(entry.get("entry_point") or ""),
"package_manager": strategy,
"install_strategy": strategy,
}
rows.append(self._app_payload(app, installed))
return {