From 2196b4f1c243b4df0842e53201de238a6aa27035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 5 Feb 2019 19:34:31 +0100 Subject: [PATCH 1/2] Delete template.html --- .../components/DashNav/template.html | 59 ------------------- 1 file changed, 59 deletions(-) delete mode 100644 public/app/features/dashboard/components/DashNav/template.html diff --git a/public/app/features/dashboard/components/DashNav/template.html b/public/app/features/dashboard/components/DashNav/template.html deleted file mode 100644 index 7e53267cbfd..00000000000 --- a/public/app/features/dashboard/components/DashNav/template.html +++ /dev/null @@ -1,59 +0,0 @@ - - From 4d2cff41ff15fb801960f8a5a5cd17a7fc8f5136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 5 Feb 2019 19:38:51 +0100 Subject: [PATCH 2/2] Minor code simplification --- public/app/features/dashboard/containers/DashboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/containers/DashboardPage.tsx b/public/app/features/dashboard/containers/DashboardPage.tsx index 1bd5218fd60..a620ac848b4 100644 --- a/public/app/features/dashboard/containers/DashboardPage.tsx +++ b/public/app/features/dashboard/containers/DashboardPage.tsx @@ -247,7 +247,7 @@ export class DashboardPage extends PureComponent { />
- {dashboard && editview && } + {editview && }
{dashboard.meta.submenuEnabled && }