mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-13 02:17:25 +01:00
Increase clickable area in systems node links
This commit is contained in:
parent
5743f4fa2a
commit
5e8b687992
@ -129,7 +129,7 @@
|
|||||||
})
|
})
|
||||||
.sort((a, b) => a.host.localeCompare(b.host))}>
|
.sort((a, b) => a.host.localeCompare(b.host))}>
|
||||||
|
|
||||||
<h4 style="width: 100%; text-align: center;"><a href="/monitoring/node/{cluster}/{item.host}">{item.host} ({item.subCluster})</a></h4>
|
<h4 style="width: 100%; text-align: center;"><a style="display: block;padding-top: 15px;" href="/monitoring/node/{cluster}/{item.host}">{item.host} ({item.subCluster})</a></h4>
|
||||||
{#if item.removed == false && item.data != null}
|
{#if item.removed == false && item.data != null}
|
||||||
<MetricPlot
|
<MetricPlot
|
||||||
width={width}
|
width={width}
|
||||||
|
Loading…
Reference in New Issue
Block a user