File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const BASE_COLUMNS = [
34
34
export const OPERATION_KINDS : { value : OperationKind ; content : string } [ ] = [
35
35
{ value : 'export/s3' , content : i18n ( 'kind_export_s3' ) } ,
36
36
{ value : 'export/yt' , content : i18n ( 'kind_export_yt' ) } ,
37
+ { value : 'import/s3' , content : i18n ( 'kind_import_s3' ) } ,
37
38
{ value : 'ss/backgrounds' , content : i18n ( 'kind_ssBackgrounds' ) } ,
38
39
{ value : 'buildindex' , content : i18n ( 'kind_buildIndex' ) } ,
39
40
] ;
Original file line number Diff line number Diff line change 6
6
"kind_ssBackgrounds" : " SS/Backgrounds" ,
7
7
"kind_export_s3" : " Export/S3" ,
8
8
"kind_export_yt" : " Export/YT" ,
9
+ "kind_import_s3" : " Import/S3" ,
9
10
"kind_buildIndex" : " Build Index" ,
10
11
11
12
"column_operationId" : " Operation ID" ,
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ export interface TOperationList {
116
116
export type OperationKind =
117
117
| 'ss/backgrounds'
118
118
| 'import'
119
+ | 'import/s3'
119
120
| 'export/s3'
120
121
| 'export/yt'
121
122
| 'buildindex'
You can’t perform that action at this time.
0 commit comments