From 147e44075aceb13edd2a5107239ecd2b1abcdf11 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 23 Feb 2017 11:45:26 -0800 Subject: [PATCH] Make dashboards only have edit styles in edit mode --- ui/src/dashboards/components/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/dashboards/components/Dashboard.js b/ui/src/dashboards/components/Dashboard.js index 322525760b..46eb173b05 100644 --- a/ui/src/dashboards/components/Dashboard.js +++ b/ui/src/dashboards/components/Dashboard.js @@ -18,7 +18,7 @@ const Dashboard = ({ return (
-
+
{isEditMode ? : null} {Dashboard.renderDashboard(dashboard, timeRange, source, onPositionChange)}