Add wait to reports, for display and sorting

This commit is contained in:
Dustin J. Mitchell
2021-05-23 18:36:45 -04:00
committed by Dustin J. Mitchell
parent cf078e1233
commit 1aae7e059d
3 changed files with 70 additions and 0 deletions

View File

@@ -218,6 +218,10 @@ impl Default for Settings {
label: "tags".to_owned(),
property: Property::Tags,
},
Column {
label: "wait".to_owned(),
property: Property::Wait,
},
],
filter: Default::default(),
},