@model Disco.Web.Areas.Config.Models.JobQueue.IndexModel @{ Authorization.Require(Claims.Config.JobQueue.Show); ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Job Queues"); }
| Name | Description | Priority | Linked Groups/Users |
|---|---|---|---|
| @item.JobQueue.Name | @if (string.IsNullOrWhiteSpace(item.JobQueue.Description)) { <none> } else { @item.JobQueue.Description.ToHtmlComment() } | @if (item.SubjectIds.Count == 0) { <None> } else { @(string.Join(", ", item.SubjectIds.OrderBy(i => i))) } |