This is an automated email from the ASF dual-hosted git repository.

apucher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new acff279  [TE] frontend - default redirect to home dashboard (#3579)
acff279 is described below

commit acff279958b664cb35bf327becf374a9b89f4831
Author: Alexander Pucher <[email protected]>
AuthorDate: Mon Dec 3 16:30:32 2018 -0800

    [TE] frontend - default redirect to home dashboard (#3579)
---
 .../com/linkedin/thirdeye/dashboard/ThirdEyeDashboardApplication.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/dashboard/ThirdEyeDashboardApplication.java
 
b/thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/dashboard/ThirdEyeDashboardApplication.java
index ef494b8..5014431 100644
--- 
a/thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/dashboard/ThirdEyeDashboardApplication.java
+++ 
b/thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/dashboard/ThirdEyeDashboardApplication.java
@@ -120,7 +120,7 @@ public class ThirdEyeDashboardApplication
   public void initialize(Bootstrap<ThirdEyeDashboardConfiguration> bootstrap) {
     bootstrap.addBundle(new ViewBundle());
     bootstrap.addBundle(new HelperBundle());
-    bootstrap.addBundle(new RedirectBundle(new PathRedirect("/", 
"/thirdeye")));
+    bootstrap.addBundle(new RedirectBundle(new PathRedirect("/", 
"/app/#/home")));
     bootstrap.addBundle(new AssetsBundle("/app/", "/app", "index.html", 
"app"));
     bootstrap.addBundle(new AssetsBundle("/assets", "/assets", null, 
"assets"));
     bootstrap.addBundle(new AssetsBundle("/assets/css", "/assets/css", null, 
"css"));


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to