From b8cf27c0f86d205a279d03b83e0e6728f46da67f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 19 Apr 2020 23:42:06 +0200 Subject: Unify paginator disabling when no result is displayable, fix batch domain add for non-https --- .../following-list/following-list.component.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'client/src/app/+admin/follows/following-list/following-list.component.html') diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index e4189d334..5fb0f4900 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -1,6 +1,8 @@
@@ -29,7 +31,12 @@ - {{ follow.following.host }} + + + {{ follow.following.host }} + + + Accepted Pending @@ -51,11 +58,17 @@
No host found matching current filters. - Your instance is not follwing any host. + Your instance is not following anyone.
- + + +
+ It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. +
+
+
-- cgit v1.2.3