diff --git a/src/dashing.net/Controllers/DashboardController.cs b/src/dashing.net/Controllers/DashboardController.cs index 6e01a64..2e59514 100644 --- a/src/dashing.net/Controllers/DashboardController.cs +++ b/src/dashing.net/Controllers/DashboardController.cs @@ -18,5 +18,10 @@ public ActionResult Sample() { return View(); } + + public ActionResult Rotating() + { + return View(); + } } } diff --git a/src/dashing.net/Jobs/dashing.net.jobs.dll b/src/dashing.net/Jobs/dashing.net.jobs.dll index ac03fe1..d967d74 100644 Binary files a/src/dashing.net/Jobs/dashing.net.jobs.dll and b/src/dashing.net/Jobs/dashing.net.jobs.dll differ diff --git a/src/dashing.net/Views/Dashboard/Rotating.cshtml b/src/dashing.net/Views/Dashboard/Rotating.cshtml new file mode 100644 index 0000000..6d66e29 --- /dev/null +++ b/src/dashing.net/Views/Dashboard/Rotating.cshtml @@ -0,0 +1,110 @@ + + + +
+ +
+
+
+
+
+
+ +
+ + + +
+ + + diff --git a/src/dashing.net/dashing.net.csproj b/src/dashing.net/dashing.net.csproj index 89b8834..ea0e011 100644 --- a/src/dashing.net/dashing.net.csproj +++ b/src/dashing.net/dashing.net.csproj @@ -229,6 +229,7 @@ +