mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Add a UI to restore archived cards
This commit is contained in:
parent
915a7e5c68
commit
98d7278d08
17 changed files with 137 additions and 84 deletions
|
|
@ -4,7 +4,8 @@ var defaultView = 'home';
|
|||
|
||||
var viewTitles = {
|
||||
filter: 'filter-cards',
|
||||
multiselection: 'multi-selection'
|
||||
multiselection: 'multi-selection',
|
||||
archives: 'archives'
|
||||
};
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue