Skip to content

Commit

Permalink
feat: add Kaltura Meeting entry source filters to usage dashboard AN-…
Browse files Browse the repository at this point in the history
…23402
  • Loading branch information
amirch1 committed Oct 22, 2024
1 parent d203c03 commit 5ac3fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/shared/components/filter/filter.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ export class FilterComponent {
{ value: 'Kaltura Capture', label: 'app.filters.entrySources.Kaltura Capture' },
{ value: 'Classroom Capture', label: 'app.filters.entrySources.Classroom Capture' },
{ value: 'Teams Entry', label: 'app.filters.entrySources.Teams Entry' },
{ value: 'Zoom', label: 'app.filters.entrySources.Zoom' }
{ value: 'Zoom', label: 'app.filters.entrySources.Zoom' },
{ value: 'Kaltura Meeting', label: 'app.filters.entrySources.Kaltura Meeting' }
];

protected _clearSelectedValues(): void {
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"Classroom Capture": "Classroom",
"Kaltura Webcast": "Kaltura Webcast",
"Teams Entry": "Teams",
"Zoom": "Zoom"
"Zoom": "Zoom",
"Kaltura Meeting": "Kaltura Meeting"
},
"selectCategories": "Select Categories",
"tags": "Tags",
Expand Down

0 comments on commit 5ac3fef

Please sign in to comment.