ov-components: Add ID to external view recording buttons for better accessibility
This commit is contained in:
parent
1ffd7ea9d6
commit
fabeaf1471
@ -224,6 +224,7 @@
|
||||
mat-button
|
||||
(click)="onViewRecordingClicked.emit(recording.id)"
|
||||
class="action-btn action-view"
|
||||
id="external-view-recording-btn"
|
||||
>
|
||||
<mat-icon>visibility</mat-icon>
|
||||
{{ 'PANEL.RECORDING.WATCH' | translate }}
|
||||
@ -258,6 +259,7 @@
|
||||
mat-button
|
||||
(click)="onViewRecordingClicked.emit(recording.id)"
|
||||
class="action-btn action-view"
|
||||
id="external-view-recording-btn"
|
||||
>
|
||||
<mat-icon>open_in_new</mat-icon>
|
||||
{{ 'PANEL.RECORDING.WATCH' | translate }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user