mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[panoramix] -> [dashed]
This commit is contained in:
40
dashed/templates/appbuilder/baselayout.html
Normal file
40
dashed/templates/appbuilder/baselayout.html
Normal file
@@ -0,0 +1,40 @@
|
||||
{% extends 'appbuilder/init.html' %}
|
||||
{% import 'appbuilder/baselib.html' as baselib %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'appbuilder/general/confirm.html' %}
|
||||
{% include 'appbuilder/general/alert.html' %}
|
||||
|
||||
{% block navbar %}
|
||||
<header class="top" role="header">
|
||||
{% include 'appbuilder/navbar.html' %}
|
||||
</header>
|
||||
{% endblock %}
|
||||
|
||||
{% block uncontained %}{% endblock %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
{% block messages %}
|
||||
{% include 'appbuilder/flash.html' %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
{% block content_fluid %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% block footer %}
|
||||
<footer>
|
||||
<div class="img-rounded nav-fixed-bottom">
|
||||
<div class="container-fluid">
|
||||
{% include 'appbuilder/footer.html' %}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user