Detect containerized dashboard update management

This commit is contained in:
Shannon Sands
2026-06-15 20:08:39 -07:00
committed by Teknium
parent 0b6b29a30c
commit b1d6a57883
4 changed files with 48 additions and 26 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ export default function SystemPage() {
setUpdateConfirmOpen(false);
if (status?.can_update_hermes === false) {
showToast(
"Hermes updates are managed by the hosted agent service.",
"Hermes updates are managed outside this dashboard.",
"success",
);
return;