mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
|
@ -44,7 +44,7 @@ export function UploadLicenseDialog({
|
|||
<Form noValidate>
|
||||
<Modal.Body>
|
||||
<p className="font-semibold text-gray-7">
|
||||
Please enter your Portainer License Below
|
||||
Please enter your Portainer License below
|
||||
</p>
|
||||
<FormControl
|
||||
label="License"
|
||||
|
@ -58,7 +58,7 @@ export function UploadLicenseDialog({
|
|||
<Modal.Footer>
|
||||
<div className="flex gap-2 [&>*]:w-1/2 w-full">
|
||||
<a
|
||||
href="https://www.portainer.io/take-5"
|
||||
href="https://www.portainer.io/pricing"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="no-link"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue