Back to Peertube

Video Redundancies List.Component

client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html

8.1.5824 B
Original Source

{ totalRecords, plural, =0 {No redundancy} =1 {1 redundancy} other {{{ totalRecords | myNumberFormatter }} redundancies}} Display My videos duplicated by remote instancesRemote videos duplicated by my instance

@if (isDisplayingRemoteVideos()) { {{ getRedundancyStrategy(redundancy) }} | } {{ redundancy.name }} | @if (isDisplayingRemoteVideos()) { {{ getTotalSize(redundancy) | bytes: 1 }} | } @for (playlist of redundancy.redundancies.streamingPlaylists; track playlist) {

} @if (isDisplayingRemoteVideos()) { Your instance doesn't mirror any video. } @else { Your instance has no mirrored videos. } @if (isDisplayingRemoteVideos() && dataLoaded) {

Enabled strategies stats

@if (noRedundancies) { No redundancy strategy is enabled on your instance. } @for (r of redundanciesGraphsData; track r) {

}

}