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 @@ +
+
+
+
+
+