mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(system/upgrade): add get license dialog [EE-4743] (#8249)
This commit is contained in:
parent
5942f4ff58
commit
406ff8812c
12 changed files with 369 additions and 25 deletions
|
@ -12,7 +12,11 @@ export function CloseButton({
|
|||
return (
|
||||
<button
|
||||
type="button"
|
||||
className={clsx(styles.close, className, 'absolute top-4 right-5')}
|
||||
className={clsx(
|
||||
styles.close,
|
||||
className,
|
||||
'absolute top-4 right-5 close-button'
|
||||
)}
|
||||
onClick={() => onClose()}
|
||||
>
|
||||
×
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue