diff --git a/SupportManager.Web/Pages/Status/Index.cshtml b/SupportManager.Web/Pages/Status/Index.cshtml new file mode 100644 index 0000000..6fe503d --- /dev/null +++ b/SupportManager.Web/Pages/Status/Index.cshtml @@ -0,0 +1,22 @@ +@page +@model SupportManager.Web.Pages.Status.IndexModel +@{ + ViewBag.Title = "Status"; +} + +