1
0
Fork 0
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:
Chaim Lev-Ari 2022-12-18 19:57:41 +02:00 committed by GitHub
parent d75d2ba9ce
commit 123754cee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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"