From 4ebd25c2e56317fb2e43e5cceee5c610b4833e5f Mon Sep 17 00:00:00 2001 From: John Wealthall Date: Tue, 16 Jun 2020 11:31:39 +0100 Subject: [PATCH] Update example images to show real data from an actual fermenation using an iSpindel (previous version used data import from a Tilt) --- Views/Shared/_MainLayout.cshtml | 4 ++-- appsettings.json | 2 +- wwwroot/images/ExampleBatchChart.png | Bin 74021 -> 116015 bytes wwwroot/images/ExampleBatchDetail.png | Bin 78346 -> 102990 bytes wwwroot/images/ExampleBatchSummary.png | Bin 14449 -> 21285 bytes wwwroot/images/ExampleDeviceSummary.png | Bin 11221 -> 16350 bytes wwwroot/images/ExampleHomePage.png | Bin 64859 -> 70790 bytes 7 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Views/Shared/_MainLayout.cshtml b/Views/Shared/_MainLayout.cshtml index 75363c2..ab19c9b 100644 --- a/Views/Shared/_MainLayout.cshtml +++ b/Views/Shared/_MainLayout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] - iSpindelMvc + @ViewData["Title"] - iSpindel Mvc @RenderSection("styles", false) @@ -12,7 +12,7 @@