diff --git a/app/edge/components/group-form/groupForm.html b/app/edge/components/group-form/groupForm.html index 052aa9f2a..e4aa984b3 100644 --- a/app/edge/components/group-form/groupForm.html +++ b/app/edge/components/group-form/groupForm.html @@ -105,8 +105,7 @@ -
Associated environments by tags
-
+
diff --git a/app/portainer/components/associated-endpoints-selector/associatedEndpointsSelector.html b/app/portainer/components/associated-endpoints-selector/associatedEndpointsSelector.html index d9f66635a..95292d71f 100644 --- a/app/portainer/components/associated-endpoints-selector/associatedEndpointsSelector.html +++ b/app/portainer/components/associated-endpoints-selector/associatedEndpointsSelector.html @@ -3,10 +3,9 @@ to the other.
- -
-
Available environments
-
+
+ +
-
- - -
-
Associated environments
-
+ + +
+
-
diff --git a/app/portainer/components/datatables/datatable.css b/app/portainer/components/datatables/datatable.css index f808afd5a..003a5150e 100644 --- a/app/portainer/components/datatables/datatable.css +++ b/app/portainer/components/datatables/datatable.css @@ -348,3 +348,16 @@ border: none; background: none; } + +/* Multiple Tables in a row */ +.table-row-container { + display: flex; + flex-direction: row; + justify-content: space-between; + gap: 10px; +} +.table-in-row { + border: 1px solid var(--border-widget); + border-radius: 8px; + flex-grow: 2; +} diff --git a/app/portainer/components/forms/group-form/groupForm.html b/app/portainer/components/forms/group-form/groupForm.html index 68c67df31..b23083792 100644 --- a/app/portainer/components/forms/group-form/groupForm.html +++ b/app/portainer/components/forms/group-form/groupForm.html @@ -39,9 +39,8 @@
-
-
Available environments
-
+
+
-
- - -
-
Associated environments
-
+ + +
@@ -79,8 +77,7 @@
-
Unassociated environments
-
+
diff --git a/app/portainer/components/group-association-table/group-association-table.js b/app/portainer/components/group-association-table/group-association-table.js index 25a795922..80bbf6a2d 100644 --- a/app/portainer/components/group-association-table/group-association-table.js +++ b/app/portainer/components/group-association-table/group-association-table.js @@ -65,5 +65,6 @@ angular.module('portainer.app').component('groupAssociationTable', { showGroups: '<', hasBackendPagination: '<', cyValue: '@', + title: '@', }, }); diff --git a/app/portainer/components/group-association-table/groupAssociationTable.html b/app/portainer/components/group-association-table/groupAssociationTable.html index 03f0dd47a..f3f278b27 100644 --- a/app/portainer/components/group-association-table/groupAssociationTable.html +++ b/app/portainer/components/group-association-table/groupAssociationTable.html @@ -1,7 +1,8 @@
- -
- +
+
{{ $ctrl.title }}
+ +
+
Name