Feature: Job Queues

Also UI style, theme and element changes
This commit is contained in:
Gary Sharp
2014-02-03 14:50:08 +11:00
parent bdb3e1e6b4
commit 3f63281dc4
212 changed files with 17334 additions and 5441 deletions
+1
View File
@@ -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