From ab998f7b6dffbe461d830d3696cb46491ad6afb0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Feb 2018 14:36:16 +0100 Subject: Improve admin tables --- .../followers-list/followers-list.component.html | 35 +++++++++++++++------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'client/src/app/+admin/follows/followers-list/followers-list.component.html') diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html index 74f2c2e36..85d2a2cf6 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.html +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html @@ -1,11 +1,26 @@ - - - - - - - - + + + ID + Score + Name + Host + State + Created + + + + + + {{ follow.id }} + {{ follow.score }} + {{ follow.follower.name }} + {{ follow.follower.host }} + {{ follow.state }} + {{ follow.createdAt }} + + + -- cgit v1.2.3