X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Fvideo-redundancies-list%2Fvideo-redundancies-list.component.html;h=a654e51a629acb3fd824d7af02eb7e08a1eba836;hb=30814423ae98b6ac5f7407fc53cffe32aae57124;hp=18d88c20c28dd3af9965439f84457d9f812119fb;hpb=b1f3b635edf48949d268ce3d72fc33f126932a21;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html index 18d88c20c..a654e51a6 100644 --- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html +++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html @@ -1,59 +1,64 @@ +

+ + Videos redundancies +

+
- + +
- - Strategy - Video name - Video URL - Total size - + + Action + Strategy + Video + Total size - - + - {{ getRedundancyStrategy(redundancy) }} + + + - {{ redundancy.name }} + {{ getRedundancyStrategy(redundancy) }} - {{ redundancy.url }} + + {{ redundancy.name }} + + {{ getTotalSize(redundancy) | bytes: 1 }} - - - - - +
@@ -61,13 +66,24 @@ - +
+ + + + +
+ Your instance doesn't mirror any video. + Your instance has no mirrored videos. +
+ + +