Skip to content

Commit

Permalink
First try: human-readable info
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 6, 2023
1 parent 8d66952 commit 6169773
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/ui-extensions/eventing/details
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)'
Expand Down

0 comments on commit 6169773

Please sign in to comment.