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:
parent
d32793e84e
commit
b004b33935
6 changed files with 119 additions and 65 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue