mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated admin dashboard view
parent
6916f1525d
commit
2595afd722
|
@ -50,11 +50,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="recordings-container">
|
||||
<div *ngIf="!recordings || recordings.length === 0" class="no-recordings-warn">
|
||||
<span>{{ 'ADMIN.NO_RECORDINGS' | translate }}</span>
|
||||
</div>
|
||||
|
||||
<div class="recordings-container">
|
||||
<div
|
||||
*ngFor="
|
||||
let recording of recordings
|
||||
|
|
Loading…
Reference in New Issue