|
@ -28,14 +28,14 @@ const Server = (props) => { |
|
|
backgroundRepeat: 'no-repeat', |
|
|
backgroundRepeat: 'no-repeat', |
|
|
}}> |
|
|
}}> |
|
|
<a target='_blank' href={pomsMonitor} |
|
|
<a target='_blank' href={pomsMonitor} |
|
|
style={{width:'100%',height:'100%',display: 'block'}} |
|
|
style={{ width: '100%', height: '100%', display: 'block' }} |
|
|
> 进入Grafana</a> |
|
|
> 进入Grafana</a> |
|
|
</div> |
|
|
</div> |
|
|
<div style={{ width: 679, height: 40, fontSize: 28, fontWeight: 400, color: '#146AD7', lineHeight: '40px', marginTop: 40 }}> |
|
|
<div style={{ width: 679, height: 40, fontSize: 28, fontWeight: 400, color: '#146AD7', lineHeight: '40px', marginTop: 40 }}> |
|
|
点击可跳转服务器监控网站Grafana</div> |
|
|
点击可跳转服务器监控网站Grafana</div> |
|
|
</div> |
|
|
</div> |
|
|
{/* <iframe frameBorder="0" src={pomsMonitor} style={{height: 'calc(100vh - 80px)', width: 'calc(100%)'}} /> */} |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
{/* <iframe frameBorder="0" src={pomsMonitor} style={{height: 'calc(100vh - 80px)', width: 'calc(100%)'}} /> */} |
|
|
</> |
|
|
</> |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|