start new dark theme

This commit is contained in:
2020-08-15 18:27:36 +02:00
parent c1f2cc5081
commit d324c470e2
20 changed files with 157 additions and 137 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace zero.Web.Controllers
return RedirectToAction("Index", "Setup");
}
return View("/Views/Index.cshtml", new ZeroBackofficeModel()
return View(new ZeroBackofficeModel()
{
Vue = ZeroVue
});