Commit 105e9c00 authored by Clint Mourlevat's avatar Clint Mourlevat

Deployment as service

parent bd20352d
......@@ -32,7 +32,7 @@
</tr>
<tr>
<td><strong>Block Size</strong></td>
<td>@Model.blockSize</td>
<td>@Model.blockSize kB</td>
</tr>
<tr>
<td><strong>Total Received</strong></td>
......
......@@ -33,7 +33,7 @@
<td><a asp-controller="BlockExplorer" asp-action="Block" asp-route-block="@block.blockIndex">@block.blockIndex</a></td>
<td>@((DateTime.Now - DateTimeOffset.FromUnixTimeSeconds((long)block.blockTime)).TotalMinutes.ToString("N0")) Minutes</td>
<td>@block.transactionCount</td>
<td>@block.blockSize Kb</td>
<td>@block.blockSize kB</td>
<td><a asp-controller="BlockExplorer" asp-action="BlockHash" asp-route-hash="@block.blockHash">@block.blockHash</a></td>
</tr>
}
......
......@@ -29,6 +29,7 @@
</environment>
</head>
<body>
<div style="background-image: url(http://aral.github.io/fork-me-on-github-retina-ribbons/left-white@2x.png);"></div>
<div class="shadow-inset"></div>
<header class="header-area">
<div class="container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment