Remove repeated group by code in create_routing_grid()

Create create_routing_group_grid() to remove repeated code from
create_routing_grid().
This commit is contained in:
Geoffrey D. Bennett
2023-11-30 00:43:01 +10:30
parent 9890b4939b
commit aba34f0648
2 changed files with 50 additions and 38 deletions

View File

@@ -1,3 +1,10 @@
.routing-group {
background: #EEE;
padding: 5px;
border: 1px solid #DDD;
border-radius: 5px;
}
.route-label {
font-size: smaller;
border-radius: 3px;