1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

limit resources that can be specified in build config

This commit is contained in:
andreas
2023-10-04 17:37:03 +02:00
parent 0574e8b47b
commit 4a388561ab
4 changed files with 87 additions and 21 deletions

View File

@@ -91,6 +91,9 @@
display: none;
color: red;
}
.configui .error .value{
color: red;
}
.configui #warn.warn{
display: block;
}
@@ -130,4 +133,8 @@
}
.configui .label {
width: 10em;
}
.configui .row input{
flex-grow: 1;
width: initial;
}