tape: status - show thape alert flags

This commit is contained in:
Dietmar Maurer
2021-01-04 13:15:30 +01:00
parent 5c012b392a
commit 470f1c798a
3 changed files with 15 additions and 5 deletions

View File

@ -592,6 +592,7 @@ fn status(
.column(ColumnConfig::new("blocksize"))
.column(ColumnConfig::new("density"))
.column(ColumnConfig::new("status"))
.column(ColumnConfig::new("alert-flags"))
.column(ColumnConfig::new("file-number"))
.column(ColumnConfig::new("block-number"))
.column(ColumnConfig::new("manufactured").renderer(render_epoch))