@model Disco.Web.Models.Device.ShowModel @{ Authorization.Require(Claims.Device.ShowJobs); }
@Html.Partial(MVC.Shared.Views._JobTable, Model.Jobs)