diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 2556853..d2a5b90 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -514,6 +514,7 @@ button[mat-raised-button] { font-size: x-large; display: block; padding: 1rem 1rem 1rem 13px; + margin-left: 0.6rem; } .no-clients-info { @@ -521,5 +522,5 @@ button[mat-raised-button] { align-items: center; gap: 10px; margin-top: 1.5rem; - margin-left: 16px; + margin-left: 1.6rem; } diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index 7abe12a..0233678 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -219,15 +219,31 @@ mat-icon-button color="primary"> - - - visibility - + + + + more_vert + + + + + edit + {{ 'edit' | translate }} + + + visibility + {{ 'viewDetails' | translate }} + + + delete + {{ 'delete' | translate }} + + @@ -309,7 +325,7 @@ {{ 'actions' | translate }} - + more_vert { if (result === true) { - this.deleteEntityorClient(uuid, node?.type); + this.deleteEntityorClient(uuid, type); } }); }