|
@@ -21,7 +21,6 @@ from desktop import conf
|
|
|
from desktop.views import commonheader, commonfooter, _ko, commonshare
|
|
from desktop.views import commonheader, commonfooter, _ko, commonshare
|
|
|
%>
|
|
%>
|
|
|
|
|
|
|
|
-<%namespace name="charting" file="/charting.mako" />
|
|
|
|
|
<%namespace name="dashboard" file="common_dashboard.mako" />
|
|
<%namespace name="dashboard" file="common_dashboard.mako" />
|
|
|
|
|
|
|
|
<%def name="page_structure(is_mobile=False, is_embeddable=False)">
|
|
<%def name="page_structure(is_mobile=False, is_embeddable=False)">
|
|
@@ -2808,7 +2807,6 @@ ${ dashboard.import_layout(True) }
|
|
|
<script src="${ static('desktop/ext/js/jquery/plugins/jquery.gridster.with-extras.min.js') }"></script>
|
|
<script src="${ static('desktop/ext/js/jquery/plugins/jquery.gridster.with-extras.min.js') }"></script>
|
|
|
|
|
|
|
|
${ dashboard.import_bindings() }
|
|
${ dashboard.import_bindings() }
|
|
|
-${ charting.import_charts() }
|
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
|
% if conf.CUSTOM.BANNER_TOP_HTML.get():
|
|
% if conf.CUSTOM.BANNER_TOP_HTML.get():
|