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=44586cb6709f7bba285de87e1a0b3eb076304ba4;hb=228393302d98136d4dc35c5f197edc8cebd5d64f;hp=80c66ec60368cfa969dc7294e024ca7de39e460e;hpb=2ad9dcda240ee843c5e4a5b98cc94f7b2aab2c89;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 80c66ec60..44586cb67 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,40 +1,47 @@
-
Video redundancies list
-
- + +
- Strategy - Video name - Video URL - Total size - + + Strategy + Video + Total size + - - - {{ getRedundancyStrategy(redundancy) }} + + + + + + + + - {{ redundancy.name }} + {{ getRedundancyStrategy(redundancy) }} - {{ redundancy.url }} + + {{ redundancy.name }} + + {{ getTotalSize(redundancy) | bytes: 1 }} @@ -46,22 +53,33 @@ - - + +
- - + +
+ + + + +
+ Your instance doesn't mirror any video. + Your instance has no mirrored videos. +
+ + +