1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(sidebar): sort issues [EE-3447] (#7147)

This commit is contained in:
Chaim Lev-Ari 2022-07-06 08:09:14 +03:00 committed by GitHub
parent d32793e84e
commit b004b33935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 119 additions and 65 deletions

View file

@ -19,7 +19,11 @@ export function KubernetesSidebar({ environmentId }: Props) {
return (
<>
{isOpen && <KubectlShellButton environmentId={environmentId} />}
{isOpen && (
<div className="mb-3">
<KubectlShellButton environmentId={environmentId} />
</div>
)}
<DashboardLink
environmentId={environmentId}