Add wait to reports, for display and sorting
This commit is contained in:
committed by
Dustin J. Mitchell
parent
cf078e1233
commit
1aae7e059d
@@ -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(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user