UI Improvements: info-box css
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@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", MVC.Config.JobQueue.Index(null));
|
||||
ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Job Queues");
|
||||
}
|
||||
<div id="Config_JobQueues_Index">
|
||||
@if (Model.Tokens.Count == 0)
|
||||
|
||||
Reference in New Issue
Block a user