source:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/DataPartials/Double.cshtml
@
13862
Last change on this file since 13862 was 13834, checked in by jlodewyc, 9 years ago | |
---|---|
File size: 407 bytes |
Rev | Line | |
---|---|---|
[13827] | 1 | @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.Jobs.DataPackageVM |
2 | @using HeuristicLab.Data; | |
3 | @using HeuristicLab.Core; | |
4 | ||
5 | <td> | |
[13834] | 6 | <input style="width:50%;" |
7 | type="number" | |
[13827] | 8 | value="@Model.Data.ActualValue" |
9 | onchange="paraEdit(@Model.Position,'@Model.Problem.ToString()', | |
10 | '@Model.Data.Name', '@Model.Data.DataType.ToString()',this.value)" /> | |
11 | </td> |
Note: See TracBrowser
for help on using the repository browser.