mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Add ID to external view recording buttons for better accessibility
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…
Reference in New Issue