mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
EE-3499 update UI endpoint/settings (#7385)
This commit is contained in:
parent
9342ba9792
commit
e28a1491d4
10 changed files with 98 additions and 105 deletions
|
@ -147,11 +147,11 @@ export function InputList<T = DefaultType>({
|
|||
{!readOnly && (
|
||||
<Button
|
||||
color="danger"
|
||||
size="small"
|
||||
size="medium"
|
||||
onClick={() => handleRemoveItem(key, item)}
|
||||
disabled={disabled}
|
||||
>
|
||||
<i className="fa fa-trash" aria-hidden="true" />
|
||||
<Icon icon="trash-2" feather />
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue