diff --git a/panoramix/static/panoramix.css b/panoramix/static/panoramix.css index 2cdf80dc5..a75335c16 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 9551ad490..ab2339fe9 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 6470398ca..9c803c967 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -251,7 +251,7 @@ class Panoramix(BaseView): 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()