|
@@ -403,7 +403,7 @@ ${ commonheader(_("Workflow Editor"), "Oozie", user, "40px") | n,unicode }
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
</h2>
|
|
</h2>
|
|
|
<div class="card-body" style="padding: 0;">
|
|
<div class="card-body" style="padding: 0;">
|
|
|
- <div class="pull-right" data-bind="visible: $root.isEditing() && ! ooziePropertiesExpanded() && oozieMovable(), click: toggleProperties">
|
|
|
|
|
|
|
+ <div class="advanced-triangle-container" data-bind="visible: $root.isEditing() && ! ooziePropertiesExpanded() && oozieMovable(), click: toggleProperties">
|
|
|
<div class="advanced-triangle">
|
|
<div class="advanced-triangle">
|
|
|
<a href="javascript:void(0)"><i class="fa fa-cogs"></i></a>
|
|
<a href="javascript:void(0)"><i class="fa fa-cogs"></i></a>
|
|
|
</div>
|
|
</div>
|
|
@@ -592,7 +592,7 @@ ${ commonheader(_("Workflow Editor"), "Oozie", user, "40px") | n,unicode }
|
|
|
</h6>
|
|
</h6>
|
|
|
<ul class="unstyled" data-bind="foreach: properties.files">
|
|
<ul class="unstyled" data-bind="foreach: properties.files">
|
|
|
<li style="margin-bottom: 3px">
|
|
<li style="margin-bottom: 3px">
|
|
|
- <input type="text" class="span9 filechooser-input" data-bind="filechooser: value"/>
|
|
|
|
|
|
|
+ <input type="text" class="filechooser-input" data-bind="filechooser: value"/>
|
|
|
<a href="#" data-bind="click: function(){ $parent.properties.files.remove(this); $(document).trigger('drawArrows') }">
|
|
<a href="#" data-bind="click: function(){ $parent.properties.files.remove(this); $(document).trigger('drawArrows') }">
|
|
|
<i class="fa fa-minus"></i>
|
|
<i class="fa fa-minus"></i>
|
|
|
</a>
|
|
</a>
|
|
@@ -609,7 +609,7 @@ ${ commonheader(_("Workflow Editor"), "Oozie", user, "40px") | n,unicode }
|
|
|
</h6>
|
|
</h6>
|
|
|
<ul class="unstyled" data-bind="foreach: properties.parameters">
|
|
<ul class="unstyled" data-bind="foreach: properties.parameters">
|
|
|
<li style="margin-bottom: 3px">
|
|
<li style="margin-bottom: 3px">
|
|
|
- <input type="text" class="span11" data-bind="value: value, attr: { placeholder: $parent.actionParametersUI }"/>
|
|
|
|
|
|
|
+ <input type="text" class="half" data-bind="value: value, attr: { placeholder: $parent.actionParametersUI }"/>
|
|
|
<a href="#" data-bind="click: function(){ $parent.properties.parameters.remove(this); $(document).trigger('drawArrows') }">
|
|
<a href="#" data-bind="click: function(){ $parent.properties.parameters.remove(this); $(document).trigger('drawArrows') }">
|
|
|
<i class="fa fa-minus"></i>
|
|
<i class="fa fa-minus"></i>
|
|
|
</a>
|
|
</a>
|