1
0
Fork 0
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:
Rex Wang 2022-08-01 14:44:02 +08:00 committed by GitHub
parent 9342ba9792
commit e28a1491d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 98 additions and 105 deletions

View file

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