diff --git a/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.html b/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.html index f616873..6787eaf 100644 --- a/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.html +++ b/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.html @@ -1,10 +1,18 @@ - -@if (loading) { -
Recordings from your meetings will appear here. Start a recording in any room to see them listed.
+|
- |
-
- @if (canSelectRecording(recording)) {
- |
- Room | -
-
- {{ recording.roomName }}
- {{ recording.roomId }}
-
-
- |
- Status | -
-
-
- |
- Start Date | -
- @if (recording.startDate) {
-
- {{ recording.startDate | date: 'mediumDate' }}
- {{ recording.startDate | date: 'shortTime' }}
-
- } @else {
- -
- }
- |
- Duration | -- {{ formatDuration(recording.duration) }} - | -Size | -- {{ formatFileSize(recording.size) }} - | -Actions | -- - | -
|---|
Recordings from your meetings will appear here. Start a recording in any room to see them listed.
-Try adjusting or clearing your filters to see more recordings.
|
+ |
+
+ @if (canSelectRecording(recording)) {
+ |
+ Room | +
+
+ {{ recording.roomName }}
+ {{ recording.roomId }}
+
+
+ |
+ Status | +
+
+
+ |
+ Start Date | +
+ @if (recording.startDate) {
+
+ {{ recording.startDate | date: 'mediumDate' }}
+ {{ recording.startDate | date: 'shortTime' }}
+
+ } @else {
+ -
+ }
+ |
+ Duration | ++ {{ formatDuration(recording.duration) }} + | +Size | ++ {{ formatFileSize(recording.size) }} + | +Actions | ++ + | +
|---|