diff --git a/panoramix/static/panoramix.css b/panoramix/static/panoramix.css index 2cdf80dc592a9..a75335c163768 100644 --- a/panoramix/static/panoramix.css +++ b/panoramix/static/panoramix.css @@ -31,7 +31,7 @@ form div { font-size: 80px; } .index .carousel-caption p { - font-size: 25px; + font-size: 20px; } .index div.carousel-caption{ background: rgba(0,0,0,0.5); diff --git a/panoramix/templates/index.html b/panoramix/templates/index.html index 9551ad490012b..ab2339fe91e15 100644 --- a/panoramix/templates/index.html +++ b/panoramix/templates/index.html @@ -28,8 +28,8 @@
Intuitively navigate your data while slicing, dicing, and visualizing through a rich set of widgets @@ -39,21 +39,21 @@
Assemble many data visualization "slices" into a rich collection
Join the community and take part in extending the widget library
Access data from MySql, Presto.db, Postgres, RedShift, Oracle, MsSql, SQLite, and more through the SqlAlchemy integration. You can also diff --git a/panoramix/views.py b/panoramix/views.py index 6470398ca0db4..9c803c9672fa1 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -251,7 +251,7 @@ def datasource(self, datasource_type, datasource_id): flash( "You don't seem to have access to this datasource", "danger") - return redirect('/') + return redirect('/slicemodelview/list/') action = request.args.get('action') if action == 'save': session = db.session()