display ensemble info

This commit is contained in:
Jakob Ketterl 2024-01-25 18:40:31 +01:00
parent cf60932ed0
commit 87afa13b46
3 changed files with 41 additions and 16 deletions

View file

@ -1389,6 +1389,10 @@ img.openwebrx-mirror-img
width: 100%;
}
.dab-container > * {
margin: 2px 0;
}
.dab-container label {
display: block;
margin: 5px 0;
@ -1397,4 +1401,12 @@ img.openwebrx-mirror-img
.dab-container select#dab-service-id {
width: 100%;
padding: 3px;
}
.dab-container .dab-ensemble-id:not(:empty):before {
content: "Ensemble ID: ";
}
.dab-container .dab-ensemble-label:not(:empty):before {
content: "Ensemble: ";
}