|
@@ -35,16 +35,11 @@ from webpack_loader.templatetags.webpack_loader import render_bundle
|
|
|
% endif
|
|
% endif
|
|
|
<link rel="stylesheet" href="${ static('notebook/css/notebook.css') }">
|
|
<link rel="stylesheet" href="${ static('notebook/css/notebook.css') }">
|
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-editable.css') }">
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-editable.css') }">
|
|
|
-<link rel="stylesheet" href="${ static('desktop/ext/chosen/chosen.min.css') }">
|
|
|
|
|
|
|
|
|
|
-<link rel="stylesheet" href="${ static('desktop/ext/select2/select2.css') }">
|
|
|
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/medium-editor.min.css') }">
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/medium-editor.min.css') }">
|
|
|
<link rel="stylesheet" href="${ static('desktop/css/bootstrap-medium-editor.css') }">
|
|
<link rel="stylesheet" href="${ static('desktop/css/bootstrap-medium-editor.css') }">
|
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-datepicker.min.css') }">
|
|
<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-datepicker.min.css') }">
|
|
|
|
|
|
|
|
-${ render_bundle('vendors~notebook') | n,unicode }
|
|
|
|
|
-${ render_bundle('notebook') | n,unicode }
|
|
|
|
|
-
|
|
|
|
|
% if not is_embeddable:
|
|
% if not is_embeddable:
|
|
|
<script src="${ static('desktop/js/share2.vm.js') }"></script>
|
|
<script src="${ static('desktop/js/share2.vm.js') }"></script>
|
|
|
% endif
|
|
% endif
|
|
@@ -54,10 +49,7 @@ ${ render_bundle('notebook') | n,unicode }
|
|
|
<script src="${ static('oozie/js/list-oozie-coordinator.ko.js') }"></script>
|
|
<script src="${ static('oozie/js/list-oozie-coordinator.ko.js') }"></script>
|
|
|
% endif
|
|
% endif
|
|
|
|
|
|
|
|
-<script src="${ static('desktop/ext/js/markdown.min.js') }"></script>
|
|
|
|
|
-<script src="${ static('desktop/ext/js/jquery/plugins/jquery.hotkeys.js') }"></script>
|
|
|
|
|
-<script src="${ static('desktop/ext/js/jquery/plugins/jquery.mousewheel.min.js') }"></script>
|
|
|
|
|
-
|
|
|
|
|
|
|
+<script src="${ static('desktop/js/ko.common-dashboard.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
|
%if ENABLE_QUERY_BUILDER.get():
|
|
%if ENABLE_QUERY_BUILDER.get():
|
|
|
<!-- For query builder -->
|
|
<!-- For query builder -->
|
|
@@ -96,10 +88,8 @@ ${ render_bundle('notebook') | n,unicode }
|
|
|
<!-- End query builder imports -->
|
|
<!-- End query builder imports -->
|
|
|
% endif
|
|
% endif
|
|
|
|
|
|
|
|
-<script src="${ static('desktop/ext/js/bootstrap-editable.min.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
-<script src="${ static('desktop/ext/chosen/chosen.jquery.min.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
-
|
|
|
|
|
-<script src="${ static('desktop/ext/select2/select2.min.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
+${ render_bundle('vendors~notebook') | n,unicode }
|
|
|
|
|
+${ render_bundle('notebook') | n,unicode }
|
|
|
|
|
|
|
|
<!--[if IE 9]>
|
|
<!--[if IE 9]>
|
|
|
<script src="${ static('desktop/ext/js/classList.min.js') }" type="text/javascript" charset="utf-8"></script>
|
|
<script src="${ static('desktop/ext/js/classList.min.js') }" type="text/javascript" charset="utf-8"></script>
|
|
@@ -108,8 +98,6 @@ ${ render_bundle('notebook') | n,unicode }
|
|
|
<%namespace name="dashboard" file="/common_dashboard.mako" />
|
|
<%namespace name="dashboard" file="/common_dashboard.mako" />
|
|
|
<%namespace name="sqlSyntaxDropdown" file="/sql_syntax_dropdown.mako" />
|
|
<%namespace name="sqlSyntaxDropdown" file="/sql_syntax_dropdown.mako" />
|
|
|
|
|
|
|
|
-<script src="${ static('desktop/js/ko.common-dashboard.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
-
|
|
|
|
|
</%def>
|
|
</%def>
|
|
|
|
|
|
|
|
<%def name="topBar(suffix='')">
|
|
<%def name="topBar(suffix='')">
|
|
@@ -135,7 +123,6 @@ ${ render_bundle('notebook') | n,unicode }
|
|
|
% endif
|
|
% endif
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
|
|
|
|
|
|
<div class="navbar hue-title-bar" data-bind="visible: ! $root.isPresentationMode() && ! $root.isResultFullScreenMode()">
|
|
<div class="navbar hue-title-bar" data-bind="visible: ! $root.isPresentationMode() && ! $root.isResultFullScreenMode()">
|