From 2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 13 Apr 2020 17:03:01 +0200 Subject: Improving select displays, focus box-shadows for paginators, instructions for index url --- .../video-redundancies-list.component.html | 14 +++++++------- .../video-redundancies-list.component.ts | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'client/src/app/+admin/follows/video-redundancies-list') 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..07362b3b9 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 @@ -3,9 +3,9 @@
- + +
@@ -22,14 +22,14 @@ Video name Video URL Total size - + - + @@ -53,7 +53,7 @@ - +
@@ -61,7 +61,7 @@ - +
diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts index d563b4e95..2b62d30a3 100644 --- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts +++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts @@ -66,9 +66,9 @@ export class VideoRedundanciesListComponent extends RestTable implements OnInit } getColspan () { - if (this.isDisplayingRemoteVideos()) return 3 + if (this.isDisplayingRemoteVideos()) return 5 - return 2 + return 4 } isDisplayingRemoteVideos () { -- cgit v1.2.3