This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/Views/Shared/Components/NodeInfo/Default.cshtml
2023-01-11 19:40:11 -05:00

11 lines
349 B
Plaintext

@model BirdsiteLive.Component.NodeInfoViewModel
<div>
<div class="node-progress-bar">
<div class="node-progress-bar__label">
<a asp-controller="About" asp-action="Index">Service load:</a>
@Math.Ceiling(ViewData.Model.SyncLag.TotalMinutes) minutes to fetch all twitter users
</div>
</div>
</div>