mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-04 06:13:07 +00:00
Add announce address to debug page
This commit is contained in:
parent
52217354f0
commit
2c468fa66b
@ -31,6 +31,12 @@ function NodeInfoItemComponent(props: {
|
|||||||
{props.data.spr}
|
{props.data.spr}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="info-row">
|
||||||
|
<p>
|
||||||
|
<span>Announce Adresses: </span>
|
||||||
|
{props.data.announceAddresses.join(", ")}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3>Local Node</h3>
|
<h3>Local Node</h3>
|
||||||
<div id="info-row">
|
<div id="info-row">
|
||||||
|
|||||||
@ -5,6 +5,7 @@ export interface DebugNodeInfoModel {
|
|||||||
spr: string;
|
spr: string;
|
||||||
table: Table;
|
table: Table;
|
||||||
codex: Codex;
|
codex: Codex;
|
||||||
|
announceAddresses: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Codex {
|
export interface Codex {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user