mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(system): make ui fixes to upgrade dialog [EE-4071] (#8199)
* feat(system): make ui fixes to upgrade dialog * fix(system): hide on non-enabled platforms
This commit is contained in:
parent
d75d2ba9ce
commit
123754cee7
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ function UpgradeBEBanner() {
|
|||
<>
|
||||
<button
|
||||
type="button"
|
||||
className="border-0 bg-warning-5 text-warning-9 w-full min-h-[48px] h-12 font-semibold flex justify-center items-center gap-3"
|
||||
className="border-0 bg-warning-5 text-warning-9 w-full py-2 font-semibold flex justify-center items-center gap-3"
|
||||
onClick={handleClick}
|
||||
>
|
||||
{isSidebarOpen && <>Upgrade to Business Edition</>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue