From 865a8dd355cf8661d04b6d52a8c375c747d2f034 Mon Sep 17 00:00:00 2001 From: Lukas Siatka Date: Mon, 20 Jan 2020 13:35:06 +0100 Subject: [PATCH] Explore: updates TableContainer to use MetaInfoText component --- public/app/features/explore/TableContainer.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/app/features/explore/TableContainer.tsx b/public/app/features/explore/TableContainer.tsx index b9400a91151..8c1feda2e55 100644 --- a/public/app/features/explore/TableContainer.tsx +++ b/public/app/features/explore/TableContainer.tsx @@ -8,6 +8,7 @@ import { StoreState } from 'app/types'; import { toggleTable } from './state/actions'; import { config } from 'app/core/config'; import { PANEL_BORDER } from 'app/core/constants'; +import { MetaInfoText } from './MetaInfoText'; interface TableContainerProps { exploreId: ExploreId; @@ -47,11 +48,7 @@ export class TableContainer extends PureComponent { {hasTableResult ? ( ) : ( -
-
- 0 series returned -
-
+ )} );