forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving html assets back to flask template folder
- Loading branch information
1 parent
c929b2a
commit 4f4c67c
Showing
9 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
panoramix/assets/html/dashboard.html → panoramix/templates/panoramix/dashboard.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends "refactor/basic.html" %} | ||
{% extends "panoramix/basic.html" %} | ||
|
||
{% block head_css %} | ||
{{ super() }} | ||
|
2 changes: 1 addition & 1 deletion
2
panoramix/assets/html/explore.html → panoramix/templates/panoramix/explore.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
panoramix/assets/html/featured.html → panoramix/templates/panoramix/featured.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% extends "panoramix/basic.html" %} | ||
|
||
{% block tail_js %} | ||
{{ super() }} | ||
<script src="/static/assets/javascripts/dist/index.entry.js"></script> | ||
{% endblock %} |
2 changes: 1 addition & 1 deletion
2
panoramix/assets/html/sql.html → panoramix/templates/panoramix/sql.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends "refactor/basic.html" %} | ||
{% extends "panoramix/basic.html" %} | ||
|
||
{% block head_css %} | ||
{{super()}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters