add api for descriptor to root domain, tidying things up

This commit is contained in:
2026-03-19 13:35:14 -07:00
parent cf269b83af
commit 7c29cbdab5
7 changed files with 97 additions and 39 deletions

View File

@ -49,3 +49,15 @@ li {
#host_metrics_table tbody tr td :nth-of-type(even) {
background-color: #3e5c78;
}
.help-link{
cursor:pointer;
user-select:none;
color: #2c3e50;
text-align: right;
}
.help-link:hover{ text-decoration:underline; }
#helpText{
display:none; /* hidden by default */
}