From a3af0691dfbaa2c7c2b8a81033a50ec8509c2d9c Mon Sep 17 00:00:00 2001 From: scures Date: Thu, 16 Nov 2023 18:12:37 +0100 Subject: [PATCH 1/3] fixes: 5759, list should not clip at the end of the table Signed-off-by: scures --- pkg/rancher-desktop/pages/Containers.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rancher-desktop/pages/Containers.vue b/pkg/rancher-desktop/pages/Containers.vue index df7822b4548..7ce999254db 100644 --- a/pkg/rancher-desktop/pages/Containers.vue +++ b/pkg/rancher-desktop/pages/Containers.vue @@ -343,7 +343,7 @@ export default { &-content { display: none; - position: absolute; + position: fixed; z-index: 1; padding-top: 5px; border-start-start-radius: var(--border-radius); From 9bf58654cbfac3d69fc98f1ec315a22c4988f751 Mon Sep 17 00:00:00 2001 From: scures Date: Fri, 17 Nov 2023 11:17:35 +0100 Subject: [PATCH 2/3] unique ports correctly mapping, improves apparience Signed-off-by: scures --- .../assets/translations/en-us.yaml | 3 +- pkg/rancher-desktop/pages/Containers.vue | 35 ++++++++++++------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/pkg/rancher-desktop/assets/translations/en-us.yaml b/pkg/rancher-desktop/assets/translations/en-us.yaml index 8c663b80590..87f157b4c3b 100644 --- a/pkg/rancher-desktop/assets/translations/en-us.yaml +++ b/pkg/rancher-desktop/assets/translations/en-us.yaml @@ -194,13 +194,12 @@ containers: noRows: There are no containers to show manage: table: - showMore: more... header: state: State containerName: Name image: Image ports: Port(s) - started: Started + started: Uptime actions: Actions images: diff --git a/pkg/rancher-desktop/pages/Containers.vue b/pkg/rancher-desktop/pages/Containers.vue index 7ce999254db..65a6d8b42f2 100644 --- a/pkg/rancher-desktop/pages/Containers.vue +++ b/pkg/rancher-desktop/pages/Containers.vue @@ -29,7 +29,7 @@ class="dropdown" > - {{ t('containers.manage.table.showMore') }} + ...