|
@@ -20,6 +20,7 @@ from django.utils.translation import ugettext as _
|
|
|
|
|
|
|
|
<%namespace name="dashboard" file="/common_dashboard.mako" />
|
|
<%namespace name="dashboard" file="/common_dashboard.mako" />
|
|
|
<%namespace name="layout" file="../navigation-bar.mako" />
|
|
<%namespace name="layout" file="../navigation-bar.mako" />
|
|
|
|
|
+<%namespace name="utils" file="../utils.inc.mako" />
|
|
|
|
|
|
|
|
% if not is_embeddable:
|
|
% if not is_embeddable:
|
|
|
${ commonheader(_("Bundle Editor"), "Oozie", user, request) | n,unicode }
|
|
${ commonheader(_("Bundle Editor"), "Oozie", user, request) | n,unicode }
|
|
@@ -272,7 +273,8 @@ ${ commonshare() | n,unicode }
|
|
|
${ dashboard.import_bindings() }
|
|
${ dashboard.import_bindings() }
|
|
|
|
|
|
|
|
<script src="${ static('oozie/js/bundle-editor.ko.js') }" type="text/javascript" charset="utf-8"></script>
|
|
<script src="${ static('oozie/js/bundle-editor.ko.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
-<script src="${ static('oozie/js/editor2-utils.js') }" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
+
|
|
|
|
|
+${ utils.submit_popup_event() }
|
|
|
|
|
|
|
|
<script src="${ static('desktop/ext/js/jquery/plugins/jquery.hotkeys.js') }"></script>
|
|
<script src="${ static('desktop/ext/js/jquery/plugins/jquery.hotkeys.js') }"></script>
|
|
|
|
|
|