mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(ui): fix docker images page error on pageheader EE-3668 (#7212)
* fix docker images page error with link on page-header
This commit is contained in:
parent
52ac54f15c
commit
aa830a0e58
4 changed files with 21 additions and 5 deletions
|
@ -10,6 +10,7 @@ import clsx from 'clsx';
|
|||
import { AutomationTestingProps } from '@/types';
|
||||
|
||||
import { Icon } from '@@/Icon';
|
||||
import './Button.css';
|
||||
|
||||
type Type = 'submit' | 'button' | 'reset';
|
||||
type Color =
|
||||
|
@ -21,7 +22,8 @@ type Color =
|
|||
| 'danger'
|
||||
| 'link'
|
||||
| 'light'
|
||||
| 'dangerlight';
|
||||
| 'dangerlight'
|
||||
| 'none';
|
||||
type Size = 'xsmall' | 'small' | 'medium' | 'large';
|
||||
|
||||
export interface Props extends AriaAttributes, AutomationTestingProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue