From 131abcd3cdf49f2f5d9f3289a3cfe3b6d1c7acda Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 8 Feb 2023 10:50:03 -0700 Subject: [PATCH] Need DB III --- Server/ApiControllers/PinController.cs | 1 + Server/Views/Pages/RunInfo.cshtml | 6 ++++ Server/appsettings.Development.json | 3 +- Server/wwwroot/js/site.js | 36 ++++++++++++------- .../{HeaderCommond.cs => Pinned.cs} | 0 5 files changed, 32 insertions(+), 14 deletions(-) rename Shared/DataModels/{HeaderCommond.cs => Pinned.cs} (100%) diff --git a/Server/ApiControllers/PinController.cs b/Server/ApiControllers/PinController.cs index e77390f..82b26eb 100644 --- a/Server/ApiControllers/PinController.cs +++ b/Server/ApiControllers/PinController.cs @@ -40,4 +40,5 @@ public class PinController : Controller, IPinController string? bioRad = HttpContext.Session.GetString(((int)IPinRepository.ToolId.BioRad).ToString()); return Json(_PinRepository.GetPinnedTable(_MetrologyRepository, id, bioRad, cde), new JsonSerializerOptions { PropertyNamingPolicy = null, WriteIndented = true }); } + } \ No newline at end of file diff --git a/Server/Views/Pages/RunInfo.cshtml b/Server/Views/Pages/RunInfo.cshtml index 927f829..a72998a 100644 --- a/Server/Views/Pages/RunInfo.cshtml +++ b/Server/Views/Pages/RunInfo.cshtml @@ -74,6 +74,12 @@ +
+
+
+
+
+