tape: correctly parse mtx import/export slots
This commit is contained in:
@ -207,6 +207,8 @@ async fn get_status(
|
||||
};
|
||||
|
||||
let options = default_table_format_options()
|
||||
.sortby("entry-kind", false)
|
||||
.sortby("entry-id", false)
|
||||
.column(ColumnConfig::new("entry-kind"))
|
||||
.column(ColumnConfig::new("entry-id"))
|
||||
.column(ColumnConfig::new("changer-id"))
|
||||
|
Reference in New Issue
Block a user