From 7ace4d1c7e526d417c65303060a78e7be0e2b026 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Thu, 9 Nov 2023 19:55:22 +1100 Subject: [PATCH] add padding row to device batch list to maintain alternating row styles --- .../Config/Views/DeviceBatch/Index.cshtml | 10 +++- .../Views/DeviceBatch/Index.generated.cs | 55 ++++++++++++------- 2 files changed, 42 insertions(+), 23 deletions(-) diff --git a/Disco.Web/Areas/Config/Views/DeviceBatch/Index.cshtml b/Disco.Web/Areas/Config/Views/DeviceBatch/Index.cshtml index 83dcf0a2..f6ea8f48 100644 --- a/Disco.Web/Areas/Config/Views/DeviceBatch/Index.cshtml +++ b/Disco.Web/Areas/Config/Views/DeviceBatch/Index.cshtml @@ -19,11 +19,11 @@ Show Decommissioned (@(Model.DeviceBatches.Count(db => db.DeviceCount > 0 && db.DeviceDecommissionedCount >= db.DeviceCount)))