@using Microsoft.AspNet.Http; @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.FileOpeningViewModel @Html.Partial("Navbar", new HeuristicLab.Clients.Hive.WebJobManager.ViewModels.NavbarViewModel("Job"))
Back to uploads
@if (Model.SelectedAlgorithm != null) { @Html.Partial("OpenFilePartials/_Algorithm", Model); } else if (Model.SelectedBatchRun != null) { @Html.Partial("OpenFilePartials/_BatchRun", Model); } else if (Model.SelectedExperiment != null) { @Html.Partial("OpenFilePartials/_Experiment", Model); }

Hive job information

Job name
Resources (optional)
Set global job priority
Add this job to Hive

Save to file

File name
Directory: /HiveChanged