Increase clickable area in systems node links

This commit is contained in:
Christoph Kluge 2023-06-14 12:56:19 +02:00
parent 5743f4fa2a
commit 5e8b687992

View File

@ -129,7 +129,7 @@
})
.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}
<MetricPlot
width={width}