|
@@ -32,9 +32,6 @@ ${ commonheader(_("Coordinator Editor"), "Oozie", user) | n,unicode }
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<div class="search-bar">
|
|
<div class="search-bar">
|
|
|
<div class="pull-right" style="padding-right:50px">
|
|
<div class="pull-right" style="padding-right:50px">
|
|
|
<a title="${ _('Gen XML') }" rel="tooltip" data-placement="bottom" data-bind="click: gen_xml, css: {'btn': true}">
|
|
<a title="${ _('Gen XML') }" rel="tooltip" data-placement="bottom" data-bind="click: gen_xml, css: {'btn': true}">
|
|
@@ -67,10 +64,9 @@ ${ commonheader(_("Coordinator Editor"), "Oozie", user) | n,unicode }
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<form class="form-search" style="margin: 0">
|
|
<form class="form-search" style="margin: 0">
|
|
|
- <strong>${_("Name")}</strong>
|
|
|
|
|
- <input data-bind="value: $root.coordinator.name"/>
|
|
|
|
|
-
|
|
|
|
|
- Scrollspy?
|
|
|
|
|
|
|
+ <div class="inline object-name">
|
|
|
|
|
+ <span data-bind="editable: $root.coordinator.name, editableOptions: {enabled: $root.isEditing(), placement: 'right'}"></span>
|
|
|
|
|
+ </div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -291,19 +287,18 @@ ${ commonheader(_("Coordinator Editor"), "Oozie", user) | n,unicode }
|
|
|
<link rel="stylesheet" href="/static/ext/css/hue-filetypes.css">
|
|
<link rel="stylesheet" href="/static/ext/css/hue-filetypes.css">
|
|
|
<link rel="stylesheet" href="/static/ext/css/hue-charts.css">
|
|
<link rel="stylesheet" href="/static/ext/css/hue-charts.css">
|
|
|
<link rel="stylesheet" href="/static/ext/chosen/chosen.min.css">
|
|
<link rel="stylesheet" href="/static/ext/chosen/chosen.min.css">
|
|
|
|
|
+<link rel="stylesheet" href="/oozie/static/css/common-editor.css">
|
|
|
<link rel="stylesheet" href="/oozie/static/css/coordinator-editor.css">
|
|
<link rel="stylesheet" href="/oozie/static/css/coordinator-editor.css">
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-<script src="/static/ext/js/knockout-min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
-<script src="/static/ext/js/knockout.mapping-2.3.2.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
-
|
|
|
|
|
|
|
+${ dashboard.import_layout() }
|
|
|
|
|
|
|
|
<script src="/static/ext/js/bootstrap-editable.min.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="/static/ext/js/bootstrap-editable.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="/static/js/hue.utils.js"></script>
|
|
<script src="/static/js/hue.utils.js"></script>
|
|
|
-<script src="/static/js/ko.hue-bindings.js"></script>
|
|
|
|
|
<script src="/static/js/ko.editable.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="/static/js/ko.editable.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="/static/ext/chosen/chosen.jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="/static/ext/chosen/chosen.jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
|
|
|
+${ dashboard.import_bindings() }
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<script src="/oozie/static/js/coordinator-editor.ko.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="/oozie/static/js/coordinator-editor.ko.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|