From f1c1633d154ce643321876419af29672e5d283ca Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Sat, 4 Aug 2018 11:07:48 +0200 Subject: [PATCH] Explore: show message if queries did not return data - every result viewer displays a message that it received an empty data set --- public/app/containers/Explore/Explore.tsx | 19 ++++++++++--------- public/app/containers/Explore/Graph.tsx | 9 ++++++++- public/app/containers/Explore/Logs.tsx | 1 + public/app/containers/Explore/Table.tsx | 21 +++++++++++++++++++-- 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/public/app/containers/Explore/Explore.tsx b/public/app/containers/Explore/Explore.tsx index 31fd082c94c..53c43782ad6 100644 --- a/public/app/containers/Explore/Explore.tsx +++ b/public/app/containers/Explore/Explore.tsx @@ -440,12 +440,12 @@ export class Explore extends React.Component { ) : ( -
- -
- )} + + )} {!datasourceMissing ? (