@model Disco.Web.Models.Device.ShowModel
| Name | Enabled | Allocated | Expires |
|---|---|---|---|
| @Html.ActionLink(item.Name, MVC.API.DeviceCertificate.Download(item.Id)) | @item.Enabled | @CommonHelpers.FriendlyDate(item.AllocatedDate) | @CommonHelpers.FriendlyDate(item.ExpirationDate) |