From bb3777cc2ad4961e2fa35f18e8b145ced2e2e729 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 25 Oct 2017 20:13:54 -0700 Subject: [PATCH] Render Add Graph button in empty cell based on user authorization --- ui/src/shared/components/LayoutCell.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ui/src/shared/components/LayoutCell.js b/ui/src/shared/components/LayoutCell.js index ed240a026b..556638e1c9 100644 --- a/ui/src/shared/components/LayoutCell.js +++ b/ui/src/shared/components/LayoutCell.js @@ -76,12 +76,14 @@ class LayoutCell extends Component { {queries.length ? children :
- + + +
}