Cleanup and optimize the availability widget (#14329)

* Cleanup and optimize the availability widget
Default sort is display name
Sort applies to services too (services always last)
May need to refresh the page to get new css

* style

* We don't need request (lint fix)

* Wrong service field name
This commit is contained in:
Tony Murray
2022-09-09 11:22:58 -05:00
committed by GitHub
parent fbcaccdbd4
commit ad8580d694
6 changed files with 174 additions and 142 deletions

View File

@@ -2060,7 +2060,8 @@ label {
margin:2px;
}
.widget-availability-fixed {
.widget-availability:empty {
display: inline;
min-width: 2.4em;
min-height: 1.3em;
max-height: 1.6em;