Added link to datapoint values from trigger

This commit is contained in:
Magnus Åhall 2024-07-07 15:51:51 +02:00
parent 17e555e7fc
commit 85a6da0b0a
4 changed files with 29 additions and 5 deletions

View file

@ -19,11 +19,15 @@
.datapoints {
font: "Roboto Mono", monospace;
display: grid;
grid-template-columns: min-content min-content 1fr;
grid-template-columns: repeat(4, min-content);
gap: 6px 8px;
margin-bottom: 8px;
white-space: nowrap;
div {
white-space: nowrap;
}
.invalid {
color: #c83737;
}
@ -31,6 +35,11 @@
.delete img {
height: 16px;
}
.values img {
height: 16px;
width: 16px;
}
}
.action {