Cosmetics
This commit is contained in:
parent
459048abe0
commit
b4c8d7a81e
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
<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
|
||||
|
|
@ -39,21 +39,21 @@
|
|||
<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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue