Fix: Device Profile Creation

Regression caused by b17ed91fb0
This commit is contained in:
Gary Sharp
2013-06-06 12:09:14 +10:00
parent 74146695e4
commit ed87b27708
9 changed files with 41 additions and 27 deletions
@@ -29,8 +29,8 @@
</td>
</tr>
</table>
<input type="hidden" name="ComputerNameTemplate" value="DeviceProfile.ShortName + '-' + SerialNumber" />
<input type="hidden" name="ProvisionADAccount" value="True" />
@Html.HiddenFor(model => model.DeviceProfile.ComputerNameTemplate)
@Html.HiddenFor(model => model.DeviceProfile.ProvisionADAccount)
<p class="actions">
<input type="submit" class="button" value="Create" />
</p>