From 3a2546f9192a9a31afbcc1a19662cbbce762ea6f Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 25 Mar 2024 08:09:10 -0700 Subject: [PATCH] feat: hides per page dropdown when total number of containers is less than a page (#2849) --- assets/components/ContainerTable.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/components/ContainerTable.vue b/assets/components/ContainerTable.vue index 47b08637..58c4a6ed 100644 --- a/assets/components/ContainerTable.vue +++ b/assets/components/ContainerTable.vue @@ -1,12 +1,11 @@ !