1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 06:19: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

@ -113,7 +113,7 @@
</div> </div>
<div class="toolBar !pt-0"> <div class="toolBar !pt-0">
<div class="w-full"> <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"> <div class="input-group">
<span class="input-group-addon"> <span class="input-group-addon">
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">

View file

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