mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(ui): EE-3718 css portainer environments edit (#7318)
This commit is contained in:
parent
b28f635fb2
commit
21fbd37bfb
8 changed files with 65 additions and 39 deletions
|
@ -27,7 +27,7 @@ export function AddButton({ label, onClick, className, disabled }: Props) {
|
|||
onClick={onClick}
|
||||
disabled={disabled}
|
||||
>
|
||||
<Icon icon="plus" feather className="space-right" />
|
||||
<Icon icon="plus-circle" feather />
|
||||
{label}
|
||||
</button>
|
||||
);
|
||||
|
|
|
@ -33,14 +33,16 @@ export function CopyButton({
|
|||
title="Copy Value"
|
||||
type="button"
|
||||
>
|
||||
<Icon icon="copy" feather /> {children}
|
||||
<Icon icon="copy" feather />
|
||||
{children}
|
||||
</Button>
|
||||
|
||||
<span
|
||||
className={clsx(
|
||||
copiedSuccessfully && styles.fadeout,
|
||||
styles.displayText,
|
||||
'space-left'
|
||||
'space-left',
|
||||
'vertical-center'
|
||||
)}
|
||||
>
|
||||
<Icon icon="check" feather />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue