From 26451ba577a2d958fc77b75d536d5134a15acf4a Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 11 Dec 2017 16:59:01 -0800 Subject: [PATCH] Render static text instead of kapacitor switching dropdown for Viewers --- ui/src/sources/components/InfluxTable.js | 8 +++++++- ui/src/style/unsorted.scss | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ui/src/sources/components/InfluxTable.js b/ui/src/sources/components/InfluxTable.js index 500ed2002..8dcab239e 100644 --- a/ui/src/sources/components/InfluxTable.js +++ b/ui/src/sources/components/InfluxTable.js @@ -43,10 +43,16 @@ const kapacitorDropdown = ( selected = kapacitorItems[0].text } + const unauthorizedDropdown = ( +
+ {selected} +
+ ) + return (