Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 4, 2015
1 parent 459048a commit b4c8d7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion panoramix/static/panoramix.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
10 changes: 5 additions & 5 deletions panoramix/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ <h1>Panoramix</h1>
<div class="item">
<img src="{{ url_for("static", filename="img/bubble.png") }}">
<div class="carousel-caption">
<h1>Explore your data
</h1>
<h2>Explore your data
</h2>
<p>
Intuitively navigate your data while slicing, dicing, and
visualizing through a rich set of widgets
Expand All @@ -39,21 +39,21 @@ <h1>Explore your data
<div class="item">
<img src="{{ url_for("static", filename="img/dash.png") }}">
<div class="carousel-caption">
<h1>Create and share dashboards</h1>
<h2>Create and share dashboards</h2>
<p>Assemble many data visualization "slices" into a rich collection</p>
</div>
</div>
<div class="item">
<img src="{{ url_for("static", filename="img/cloud.png") }}">
<div class="carousel-caption">
<h1>Extend</h1>
<h2>Extend</h2>
<p>Join the community and take part in extending the widget library</p>
</div>
</div>
<div class="item">
<img src="{{ url_for("static", filename="img/servers.jpg") }}">
<div class="carousel-caption">
<h1>Connect</h1>
<h2>Connect</h2>
<p>
Access data from MySql, Presto.db, Postgres, RedShift, Oracle, MsSql,
SQLite, and more through the SqlAlchemy integration. You can also
Expand Down
2 changes: 1 addition & 1 deletion panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b4c8d7a

Please sign in to comment.