1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 22:39:41 +02:00

fix(kube/apps): move namespace selector in apps view [EE-6612] (#11024)

This commit is contained in:
Chaim Lev-Ari 2024-02-20 10:14:11 +02:00 committed by GitHub
parent 68f5ca249f
commit 5932c78b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ export function ApplicationsStacksDatatable({
emptyContentLabel="No stack available."
description={
<div className="w-full">
<div className="min-w-[140px] float-right">
<div className="min-w-[140px] float-right mr-2">
<NamespaceFilter
namespaces={namespaces}
value={namespace}