|
@@ -494,8 +494,11 @@
|
|
|
${ _('Arguments') } <i class="fa fa-plus"></i>
|
|
${ _('Arguments') } <i class="fa fa-plus"></i>
|
|
|
</a>
|
|
</a>
|
|
|
</h6>
|
|
</h6>
|
|
|
- <ul class="unstyled" data-bind="visible: properties.arguments().length > 0, foreach: properties.arguments">
|
|
|
|
|
|
|
+ <ul class="unstyled white sortable-arguments" data-bind="visible: properties.arguments().length > 0, sortable: { data: properties.arguments, options: { axis: 'y', containment: 'parent' }}">
|
|
|
<li style="margin-bottom: 3px">
|
|
<li style="margin-bottom: 3px">
|
|
|
|
|
+ <span class="muted move-widget">
|
|
|
|
|
+ <i class="fa fa-arrows"></i>
|
|
|
|
|
+ </span>
|
|
|
<input type="text" class="span11" data-bind="value: value, attr: { placeholder: $root.workflow_properties.arguments.help_text }" validate="nonempty"/>
|
|
<input type="text" class="span11" data-bind="value: value, attr: { placeholder: $root.workflow_properties.arguments.help_text }" validate="nonempty"/>
|
|
|
<a href="#" data-bind="click: function(){ $parent.properties.arguments.remove(this); $(document).trigger('drawArrows') }">
|
|
<a href="#" data-bind="click: function(){ $parent.properties.arguments.remove(this); $(document).trigger('drawArrows') }">
|
|
|
<i class="fa fa-minus"></i>
|
|
<i class="fa fa-minus"></i>
|
|
@@ -840,8 +843,11 @@
|
|
|
${ _('Arguments') } <i class="fa fa-plus"></i>
|
|
${ _('Arguments') } <i class="fa fa-plus"></i>
|
|
|
</a>
|
|
</a>
|
|
|
</h6>
|
|
</h6>
|
|
|
- <ul class="unstyled" data-bind="visible: properties.spark_arguments().length > 0, foreach: properties.spark_arguments">
|
|
|
|
|
|
|
+ <ul class="unstyled white sortable-arguments" data-bind="visible: properties.spark_arguments().length > 0, sortable: { data: properties.spark_arguments, options: { axis: 'y', containment: 'parent' }}">
|
|
|
<li>
|
|
<li>
|
|
|
|
|
+ <span class="muted move-widget">
|
|
|
|
|
+ <i class="fa fa-arrows"></i>
|
|
|
|
|
+ </span>
|
|
|
<input type="text" class="input-xlarge filechooser-input seventy" data-bind="filechooser: value, filechooserOptions: globalFilechooserOptions, hdfsAutocomplete: value, attr: { placeholder: $root.workflow_properties.spark_arguments.help_text }" validate="nonempty"/>
|
|
<input type="text" class="input-xlarge filechooser-input seventy" data-bind="filechooser: value, filechooserOptions: globalFilechooserOptions, hdfsAutocomplete: value, attr: { placeholder: $root.workflow_properties.spark_arguments.help_text }" validate="nonempty"/>
|
|
|
<span data-bind='template: { name: "common-fs-link", data: {path: value, with_label: false}}'></span>
|
|
<span data-bind='template: { name: "common-fs-link", data: {path: value, with_label: false}}'></span>
|
|
|
<a href="#" data-bind="click: function(){ $parent.properties.spark_arguments.remove(this); $(document).trigger('drawArrows') }">
|
|
<a href="#" data-bind="click: function(){ $parent.properties.spark_arguments.remove(this); $(document).trigger('drawArrows') }">
|