@model Disco.Web.Models.Job.CreateModel
Device@if (Model.Device == null) { No Device referenced to this Job } else { Serial Number: @Html.ActionLink(Model.Device.SerialNumber, MVC.Device.Show(Model.Device.SerialNumber))Name: @Model.Device.ComputerName Model: @Model.Device.DeviceModel.ToString() |
User@if (Model.User == null) { No User referenced to this Job } else { Id: @Html.ActionLink(Model.User.Id, MVC.User.Show(Model.User.Id))Name: @Model.User.DisplayName Type: @Model.User.Type } |