diff --git a/config/ui-extensions/eventing/details b/config/ui-extensions/eventing/details index 0b1fdb83..e39a6af9 100644 --- a/config/ui-extensions/eventing/details +++ b/config/ui-extensions/eventing/details @@ -4,6 +4,10 @@ header: widget: Badge body: + - source: "'If you chose the NATS backend, you must enable the NATS module.'" + widget: Alert + severity: info + visibility: "status.state = 'Warning'" - name: Conditions source: status.conditions widget: Table @@ -25,6 +29,10 @@ body: - source: '$readableTimestamp(lastTransitionTime)' name: Last transition sort: true + - source: "'If you choose the NATS backend, you must enable the NATS module.'" + widget: Alert + severity: info + visibility: "status.conditions.reason = 'NATSUnavailable'" - name: Events widget: EventList filter: '$matchEvents($$, $root.kind, $root.metadata.name)'