Skip to content

Commit

Permalink
Adding hdf5_directory to params being passed back. Addresses #666.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Dec 14, 2016
1 parent ce58633 commit a1ecee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-server/plugins/slycat-timeseries-model/wizard-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ <h3 class="modal-title">New Timeseries Model</h3>
'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() },
'workdir': workdir(),
'hdf5_directory': hdf5_directory()
},
model_type: 'timeseries',
mid: model._id(),
suggestions: [{'ntasks_per_node': 8}],
Expand Down

0 comments on commit a1ecee8

Please sign in to comment.