Last change
on this file since 13827 was
13827,
checked in by jlodewyc, 9 years ago
|
#2582 Parameter changing busy, save file, download file and email on pass reset
|
File size:
375 bytes
|
Rev | Line | |
---|
[13827] | 1 | @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.Jobs.DataPackageVM
|
---|
| 2 | @using HeuristicLab.Data;
|
---|
| 3 | @using HeuristicLab.Core;
|
---|
| 4 |
|
---|
| 5 | <td>
|
---|
| 6 | <input type="number"
|
---|
| 7 | value="@Model.Data.ActualValue"
|
---|
| 8 | onchange="paraEdit(@Model.Position,'@Model.Problem.ToString()',
|
---|
| 9 | '@Model.Data.Name', '@Model.Data.DataType.ToString()',this.value)"/>
|
---|
| 10 | </td> |
---|
Note: See
TracBrowser
for help on using the repository browser.