mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-22 01:46:56 +01:00
add url
This commit is contained in:
parent
c396d21633
commit
d9a10f288c
@ -22,6 +22,7 @@ export interface Component {
|
|||||||
response: number
|
response: number
|
||||||
version: string
|
version: string
|
||||||
latestRelease?: string
|
latestRelease?: string
|
||||||
|
url?: string
|
||||||
validChainList?: boolean
|
validChainList?: boolean
|
||||||
monitorVersion?: string
|
monitorVersion?: string
|
||||||
block?: number
|
block?: number
|
||||||
|
@ -102,7 +102,7 @@ export default function HomePage(): ReactElement {
|
|||||||
<h2 className={styles.titleComponent}>
|
<h2 className={styles.titleComponent}>
|
||||||
{statusIcon(component.status)}{' '}
|
{statusIcon(component.status)}{' '}
|
||||||
<a
|
<a
|
||||||
href=""
|
href={component.url}
|
||||||
title="Go to tested endpoint"
|
title="Go to tested endpoint"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
|
Loading…
Reference in New Issue
Block a user