diff --git a/panoramix/assets/webpack.config.js b/panoramix/assets/webpack.config.js index e6811635fcd90..d98211a409b23 100644 --- a/panoramix/assets/webpack.config.js +++ b/panoramix/assets/webpack.config.js @@ -11,6 +11,7 @@ var config = { explore: APP_DIR + '/javascripts/explore.js', featured: APP_DIR + '/javascripts/featured.js', sql: APP_DIR + '/javascripts/sql.js', + standalone: APP_DIR + '/javascripts/standalone.js', }, output: { path: BUILD_DIR, diff --git a/panoramix/templates/panoramix/standalone.html b/panoramix/templates/panoramix/standalone.html index bc2faa9dff4df..5a0818d221de8 100644 --- a/panoramix/templates/panoramix/standalone.html +++ b/panoramix/templates/panoramix/standalone.html @@ -1,29 +1,21 @@
- - - {% block head_css %} - - - {% endblock %} + + + {% set CSS_THEME = appbuilder.get_app.config.get("CSS_THEME") %} + {% set height = request.args.get("height", 700) %} + {% if CSS_THEME %} + + {% endif %}