mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
fix(kube/apps): move namespace selector in apps view [EE-6612] (#11069)
This commit is contained in:
parent
b64166ff25
commit
bb6f4e026a
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue