Closed neilalexander closed 1 week ago
Previously there were too many columns for the headers, and Active was named incorrectly:
Active
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ Replication Report │ ├──────────────────┬────────┬──────────────┬──────────────────┬────────────────────────┬────────┬───────┬───────┬──┤ │ Stream │ Kind │ API Prefix │ Source Stream │ Filters and Transforms │ Active │ Lag │ Error │ │ ├──────────────────┼────────┼──────────────┼──────────────────┼────────────────────────┼────────┼───────┼───────┼──┤ │ stream │ Mirror │ $JS.home.API │ source │ │ │ 528ms │ 0 │ │ ╰──────────────────┴────────┴──────────────┴──────────────────┴────────────────────────┴────────┴───────┴───────┴──╯
... when they should have been lined up like so, with Seen instead:
Seen
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ Replication Report │ ├──────────────────┬────────┬──────────────┬──────────────────┬────────────────────────┬────────┬─────┬───────┤ │ Stream │ Kind │ API Prefix │ Source Stream │ Filters and Transforms │ Seen │ Lag │ Error │ ├──────────────────┼────────┼──────────────┼──────────────────┼────────────────────────┼────────┼─────┼───────┤ │ stream │ Mirror │ $JS.home.API │ source │ │ 100ms │ 0 │ │ ╰──────────────────┴────────┴──────────────┴──────────────────┴────────────────────────┴────────┴─────┴───────╯
Signed-off-by: Neil Twigg neil@nats.io
Thank you!
Previously there were too many columns for the headers, and
Active
was named incorrectly:... when they should have been lined up like so, with
Seen
instead:Signed-off-by: Neil Twigg neil@nats.io