From d384061366ae06294c0e222f0fb7ec4f0a172f39 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 19 Apr 2020 20:26:25 +0200 Subject: Empty states for tables --- .../follows/following-list/following-list.component.html | 11 +++++++++++ .../+admin/follows/following-list/following-list.component.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'client/src/app/+admin/follows/following-list') 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 f3bb7216b..e4189d334 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 @@ -45,6 +45,17 @@ + + + + +
+ No host found matching current filters. + Your instance is not follwing any host. +
+ + +
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.ts b/client/src/app/+admin/follows/following-list/following-list.component.ts index 477a6c0d7..a4dd07302 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.ts +++ b/client/src/app/+admin/follows/following-list/following-list.component.ts @@ -11,7 +11,7 @@ import { BatchDomainsModalComponent } from '@app/+admin/config/shared/batch-doma @Component({ selector: 'my-followers-list', templateUrl: './following-list.component.html', - styleUrls: [ './following-list.component.scss' ] + styleUrls: [ '../follows.component.scss', './following-list.component.scss' ] }) export class FollowingListComponent extends RestTable implements OnInit { @ViewChild('batchDomainsModal') batchDomainsModal: BatchDomainsModalComponent -- cgit v1.2.3