|
|
@ -26,13 +26,11 @@ const SetControl = (props) => { |
|
|
|
<div style={{ display: 'flex', flexDirection: 'column', width: 200, height: 310 }} onClick={() => { |
|
|
|
history.push({ pathname: '/facility/serverInformation/grafana', }) |
|
|
|
}}> |
|
|
|
|
|
|
|
<img src='/assets/images/background/grafana.png' style={{ width: 200, height: 200, marginBottom: 20 }} /> |
|
|
|
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center' }}> |
|
|
|
<div style={{ fontWeight: 500, fontSize: 18, color: '#000', width: 75, height: 25, margin: '16px 0 8px' }}>grafana</div> |
|
|
|
<div style={{ fontSize: 16, color: '#646566' }}>监控可视化工具</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|