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:
parent
68f5ca249f
commit
5932c78b88
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