Skip to content

Commit

Permalink
Update example images to show real data from an actual fermenation us…
Browse files Browse the repository at this point in the history
…ing an iSpindel (previous version used data import from a Tilt)
  • Loading branch information
JWealthall committed Jun 16, 2020
1 parent 6a84f90 commit 4ebd25c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Views/Shared/_MainLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - iSpindelMvc</title>
<title>@ViewData["Title"] - iSpindel Mvc</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" />
@RenderSection("styles", false)
Expand All @@ -12,7 +12,7 @@
<header>
<nav class="navbar navbar-expand-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">iSpindelMvc</a>
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">iSpindel Mvc</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
2 changes: 1 addition & 1 deletion appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ConnectionStrings": {
"iSpindelSqlServer": "Server=localhost;Database=iSpindel;Trusted_Connection=True;MultipleActiveResultSets=true",
"iSpindelSqlServerUsingLocalDb": "Server=(localdb)\\mssqllocaldb;Database=iSpindel;Trusted_Connection=True;",
"iSpindelSqlite": "Data Source=blogging.db"
"iSpindelSqlite": "Data Source=iSpindel.db"
},
"ServerType": 0,
"ReadOnly": false,
Expand Down
Binary file modified wwwroot/images/ExampleBatchChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wwwroot/images/ExampleBatchDetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wwwroot/images/ExampleBatchSummary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wwwroot/images/ExampleDeviceSummary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wwwroot/images/ExampleHomePage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ebd25c

Please sign in to comment.