From e8e3c4cba8ffa0056e984c113cfbb75319e00022 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 20 Sep 2024 16:21:09 +1000 Subject: v0.4-rc1 --- Pages/JobCounter/Index.cshtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Pages/JobCounter/Index.cshtml (limited to 'Pages/JobCounter/Index.cshtml') diff --git a/Pages/JobCounter/Index.cshtml b/Pages/JobCounter/Index.cshtml new file mode 100644 index 0000000..22f3a95 --- /dev/null +++ b/Pages/JobCounter/Index.cshtml @@ -0,0 +1,17 @@ +@page "{PageDestination}" +@model IndexModel + + + + + +
+

@Model.TotalJobs

+
-- cgit v1.3