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>
|
</div>
|
||||||
|
|
||||||
|
<div class="recordings-container">
|
||||||
<div *ngIf="!recordings || recordings.length === 0" class="no-recordings-warn">
|
<div *ngIf="!recordings || recordings.length === 0" class="no-recordings-warn">
|
||||||
<span>{{ 'ADMIN.NO_RECORDINGS' | translate }}</span>
|
<span>{{ 'ADMIN.NO_RECORDINGS' | translate }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="recordings-container">
|
|
||||||
<div
|
<div
|
||||||
*ngFor="
|
*ngFor="
|
||||||
let recording of recordings
|
let recording of recordings
|
||||||
|
|
Loading…
Reference in New Issue