diff --git a/src/Features/Blockcore.Features.NodeHost/UI/Pages/Index.razor b/src/Features/Blockcore.Features.NodeHost/UI/Pages/Index.razor index 1cecf1d5c..e04cf68ab 100644 --- a/src/Features/Blockcore.Features.NodeHost/UI/Pages/Index.razor +++ b/src/Features/Blockcore.Features.NodeHost/UI/Pages/Index.razor @@ -1,9 +1,15 @@ @page "/" +@implements IDisposable + @using Blockcore.Utilities.Extensions @using Blockcore.Networks @using Blockcore.UI.BlazorModal @using Blockcore.Consensus.Chain +@using Blockcore.EventBus +@using Blockcore.EventBus.CoreEvents +@using Blockcore.EventBus.CoreEvents.Peer +@using Blockcore.Signals @inject IFullNode FullNode @inject Network Network @@ -12,142 +18,145 @@ @inject Blockcore.Interfaces.IInitialBlockDownloadState InitialBlockDownloadState @inject NavigationManager NavigationManager @inject ModalService ModalService +@inject ISignals Signals @{ -
| IP ADDRESS | -CONNECTION | -AGENT | -VERSION | -
|---|
| @peer.RemoteSocketEndpoint.ToString() | -@(peer.Inbound ? "Inbound" : "Outbound") | -@peer.PeerVersion?.UserAgent | -@peer.PeerVersion?.Version | +IP ADDRESS | +CONNECTION | +AGENT | +VERSION |
|---|