|
@ -1,6 +1,6 @@ |
|
|
@model Sevomin.Models.JobParameterViewModel |
|
|
@model Sevomin.Models.JobParameterViewModel |
|
|
@{ string paramId = string.Format("value-{0}", Model.ParameterId.ToString()); |
|
|
@{ string paramId = string.Format("value-{0}", Model.ParameterId.ToString()); |
|
|
string muscowId = string.Format("muscow-{0}", Model.ParameterId.ToString()); } |
|
|
|
|
|
|
|
|
string muscowId = string.Format("moscow-{0}", Model.ParameterId.ToString()); } |
|
|
@Html.Label(Model.ParameterName) |
|
|
@Html.Label(Model.ParameterName) |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
@switch (Model.DisplayMethod) |
|
|
@switch (Model.DisplayMethod) |
|
|