source:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/DataPartials/Int.cshtml
Last change on this file was 13834, checked in by jlodewyc, 9 years ago | |
---|---|
File size: 407 bytes |
Line | |
---|---|
1 | @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.Jobs.DataPackageVM |
2 | @using HeuristicLab.Data; |
3 | @using HeuristicLab.Core; |
4 | |
5 | <td> |
6 | <input style="width:50%;" |
7 | type="number" |
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.