Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<namespaces>
|
||||
<add namespace="Disco.BI.Extensions" />
|
||||
<add namespace="Disco.Models.Repository" />
|
||||
<add namespace="Disco.Services" />
|
||||
<add namespace="Disco.Services.Authorization" />
|
||||
<add namespace="Disco.Services.Web" />
|
||||
<add namespace="Disco.Web" />
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@{
|
||||
Layout = MVC.Shared.Views._PublicLayout;
|
||||
ViewContext.ViewData["MenuArea"] = MVC.Public.Name;
|
||||
}
|
||||
@@ -46,6 +46,7 @@ namespace Disco.Web.Areas.Public.Views
|
||||
#line 1 "..\..\Areas\Public\Views\_ViewStart.cshtml"
|
||||
|
||||
Layout = MVC.Shared.Views._PublicLayout;
|
||||
ViewContext.ViewData["MenuArea"] = MVC.Public.Name;
|
||||
|
||||
|
||||
#line default
|
||||
|
||||
Reference in New Issue
Block a user