From 609887887e3352116c360577491fcf993295cf37 Mon Sep 17 00:00:00 2001 From: Tarek Rached Date: Tue, 9 Sep 2014 13:29:42 -0700 Subject: [PATCH] updated env when we are local --- server/src/main/resources/static/pages/cluster.html | 4 ++-- server/src/main/resources/static/pages/data-source.html | 2 +- server/src/main/resources/static/pages/data-sources.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/src/main/resources/static/pages/cluster.html b/server/src/main/resources/static/pages/cluster.html index f745d1a79a3..180424c5946 100644 --- a/server/src/main/resources/static/pages/cluster.html +++ b/server/src/main/resources/static/pages/cluster.html @@ -1,9 +1,9 @@
-

druid {{ env }} +

druid {{ env ? env : 'cluster' }} diff --git a/server/src/main/resources/static/pages/data-source.html b/server/src/main/resources/static/pages/data-source.html index 4703af65267..f187d0a8b8a 100644 --- a/server/src/main/resources/static/pages/data-source.html +++ b/server/src/main/resources/static/pages/data-source.html @@ -1,5 +1,5 @@
-

druid {{ env }}

+

druid {{ env ? env : 'cluster' }}

diff --git a/server/src/main/resources/static/pages/data-sources.html b/server/src/main/resources/static/pages/data-sources.html index af297165c82..897b6561911 100644 --- a/server/src/main/resources/static/pages/data-sources.html +++ b/server/src/main/resources/static/pages/data-sources.html @@ -1,5 +1,5 @@
-

druid {{ env }}

+

druid {{ env ? env : 'cluster' }}