From 817a9bbce54f6af8b5bb3bf110bca2276ef3633c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:44:31 -0800 Subject: [PATCH] Clarify showSummary precedence in Komodo widget docs --- docs/widgets/services/komodo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/komodo.md b/docs/widgets/services/komodo.md index 9eb93de86..15d71acf9 100644 --- a/docs/widgets/services/komodo.md +++ b/docs/widgets/services/komodo.md @@ -17,6 +17,6 @@ widget: url: http://komodo.hostname.or.ip:port key: K-xxxxxx... secret: S-xxxxxx... - showSummary: true # optional, default: false + showSummary: true # optional, default: false. Takes precedence over showStacks showStacks: true # optional, default: false ```