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

pull/11229/head
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

@ -113,7 +113,7 @@
</div>
<div class="toolBar !pt-0">
<div class="w-full">
<div class="form-group !h-[30px] min-w-[140px] float-right">
<div class="form-group float-right !h-[30px] min-w-[140px] mr-2">
<div class="input-group">
<span class="input-group-addon">
<div className="flex items-center gap-1">

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}