diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 1f792c4..f4a5383 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -46,14 +46,14 @@ padding: 1rem !important; box-sizing: border-box !important; min-height: 250px !important; - overflow-y: auto !important; + overflow-y: auto !important; } .filters-panel, .tree-container { flex: 1 1 50% !important; - overflow-y: auto !important; - padding: 0.5rem !important; + overflow-y: auto !important; + padding: 0.5rem !important; box-sizing: border-box !important; margin-bottom: 0 !important; } @@ -90,8 +90,8 @@ .clients-table { max-height: unset !important; - overflow: unset !important; - display: table !important; + overflow: unset !important; + display: table !important; flex-direction: unset !important; } @@ -146,15 +146,15 @@ display: block; padding: 1rem 1rem 1rem 13px; margin-left: 0.6rem; - flex: 1 1 auto; - white-space: nowrap; + flex: 1 1 auto; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .view-type-container { display: flex; - flex-wrap: wrap; + flex-wrap: wrap; gap: 0.5rem; align-items: center; flex-shrink: 0; @@ -192,14 +192,14 @@ display: flex; flex-direction: column; width: 100%; - table-layout: auto; + table-layout: auto; border-collapse: collapse; } .clients-table th, .clients-table td { text-align: left; - padding: 8px; + padding: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -566,4 +566,4 @@ mat-button-toggle-group { padding: 0.5rem 1rem 1rem 1rem; width: 100%; box-sizing: border-box; -} \ No newline at end of file +} diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index a01b4b9..a54f2d3 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -245,7 +245,7 @@
+ [checked]="selection.isSelected(client)" [disabled]="client.status === 'busy' || client.status === 'off' || client.status === 'disconnected'"> Client Icon @@ -314,7 +314,7 @@ + [checked]="selection.isSelected(row)" [disabled]="row.status === 'busy' || row.status === 'off' || row.status === 'disconnected'"> @@ -378,7 +378,8 @@ more_vert + [disabled]="selection.selected.length > 1 || (selection.selected.length === 1 && !selection.isSelected(client))"> +
-
\ No newline at end of file +