From f67e0827b23fa9d8209e13f2e7488a112a04eca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 15 Dec 2018 10:04:25 +0100 Subject: [PATCH] Fixes and cleanup --- .../AppNotifications/AppNotificationItem.tsx | 1 + .../dashboard/dashgrid/QueriesTab.tsx | 6 +- .../app/features/dashboard/dashnav/dashnav.ts | 2 +- public/app/features/panel/all.ts | 1 - .../features/panel/query_troubleshooter.ts | 188 ------------------ public/app/features/panel/viz_tab.ts | 71 ------- public/sass/components/_panel_editor.scss | 2 +- public/sass/components/_query_editor.scss | 2 +- 8 files changed, 8 insertions(+), 265 deletions(-) delete mode 100644 public/app/features/panel/query_troubleshooter.ts delete mode 100644 public/app/features/panel/viz_tab.ts diff --git a/public/app/core/components/AppNotifications/AppNotificationItem.tsx b/public/app/core/components/AppNotifications/AppNotificationItem.tsx index 5169c39e7a0..6b4b268eb13 100644 --- a/public/app/core/components/AppNotifications/AppNotificationItem.tsx +++ b/public/app/core/components/AppNotifications/AppNotificationItem.tsx @@ -20,6 +20,7 @@ export default class AppNotificationItem extends Component { render() { const { appNotification, onClearNotification } = this.props; + return (
diff --git a/public/app/features/dashboard/dashgrid/QueriesTab.tsx b/public/app/features/dashboard/dashgrid/QueriesTab.tsx index 0f449efdc35..8513f061b74 100644 --- a/public/app/features/dashboard/dashgrid/QueriesTab.tsx +++ b/public/app/features/dashboard/dashgrid/QueriesTab.tsx @@ -252,7 +252,7 @@ export class QueriesTab extends PureComponent { <> -
+
(this.element = element)} />
@@ -260,9 +260,11 @@ export class QueriesTab extends PureComponent { +
+
{!isAddingMixed && (