Clarify showSummary precedence in Komodo widget docs

This commit is contained in:
shamoon
2025-11-05 08:44:31 -08:00
parent 7d1e0c087a
commit 817a9bbce5

View File

@@ -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
```