forked from 0x2620/pandora
open task dialog
This commit is contained in:
parent
8020e5966e
commit
7eae1cf6e5
2 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ pandora.ui.tasksDialog = function(options) {
|
|||
'processing': 'Processing',
|
||||
'canceled': 'Canceled',
|
||||
'failed': 'Failed',
|
||||
'finished': 'Finished'
|
||||
'finished': 'Finished',
|
||||
'transcribing': 'Transcribing'
|
||||
}[value] || value;
|
||||
},
|
||||
id: 'status',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue