Skip to content

Commit

Permalink
added status #633
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Sep 16, 2016
1 parent 4d659df commit b230d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/plugins/slycat-timeseries-model/wizard-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3 class="modal-title">New Timeseries Model</h3>

<div data-bind="visible:tab() == 5">
<form class="compute form-horizontal" role="form">
<slycat-remote-interface params="agent_function: 'timeseries-model', agent_function_params: { 'timeseries_type': timeseries_type(), 'inputs_file': inputs_file(), 'to_hdf5': to_hdf5(), 'input_directory': input_directory(),'output_directory': output_directory(), 'id_column': id_column(), 'inputs_file_delimiter': inputs_file_delimiter(), 'xyce_timeseries_file': xyce_timeseries_file(), 'timeseries_name': timeseries_name(), 'cluster_sample_count': cluster_sample_count(), 'cluster_sample_type': $('#timeseries-wizard-cluster-sample-type').val(), 'cluster_type': $('#timeseries-wizard-cluster-type').val(), 'cluster_metric': $('#timeseries-wizard-cluster-metric').val(), 'workdir': workdir() }, model_type: 'timeseries', mid: model._id(), suggestions: [{'ntasks_per_node': 8}], sid: remote.sid, hostname: remote.hostname, username: remote.username, password: remote.password, on_submit_callback: to_compute_next_step"></slycat-remote-interface>
<slycat-remote-interface params="agent_function: 'timeseries-model', agent_function_params: { 'timeseries_type': timeseries_type(), 'inputs_file': inputs_file(), 'to_hdf5': to_hdf5(), 'input_directory': input_directory(),'output_directory': output_directory(), 'id_column': id_column(), 'inputs_file_delimiter': inputs_file_delimiter(), 'xyce_timeseries_file': xyce_timeseries_file(), 'timeseries_name': timeseries_name(), 'cluster_sample_count': cluster_sample_count(), 'cluster_sample_type': $('#timeseries-wizard-cluster-sample-type').val(), 'cluster_type': $('#timeseries-wizard-cluster-type').val(), 'cluster_metric': $('#timeseries-wizard-cluster-metric').val(), 'workdir': workdir() }, model_type: 'timeseries', mid: model._id(), suggestions: [{'ntasks_per_node': 8}], sid: remote.sid, hostname: remote.hostname, username: remote.username, password: remote.password, on_submit_callback: to_compute_next_step,session_exists:remote.session_exists"></slycat-remote-interface>
</form>
</div>

Expand Down

0 comments on commit b230d15

Please sign in to comment.