mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(helm): helm charts view bad icon aspect ratio EE-4451 (#7875)
This commit is contained in:
parent
1100a2bd28
commit
368e6b2a44
17 changed files with 104 additions and 81 deletions
|
@ -30,7 +30,7 @@ import { TableColumnHeaderAngular } from '@@/datatables/TableHeaderCell';
|
|||
import { DashboardItem } from '@@/DashboardItem';
|
||||
import { SearchBar } from '@@/datatables/SearchBar';
|
||||
import { FallbackImage } from '@@/FallbackImage';
|
||||
import { BadgeIcon } from '@@/BoxSelector/BadgeIcon';
|
||||
import { BadgeIcon } from '@@/BadgeIcon';
|
||||
import { TeamsSelector } from '@@/TeamsSelector';
|
||||
import { PortainerSelect } from '@@/form-components/PortainerSelect';
|
||||
|
||||
|
@ -88,8 +88,6 @@ export const componentsModule = angular
|
|||
'alt',
|
||||
'size',
|
||||
'className',
|
||||
'fallbackMode',
|
||||
'fallbackClassName',
|
||||
'feather',
|
||||
])
|
||||
)
|
||||
|
@ -106,7 +104,7 @@ export const componentsModule = angular
|
|||
'datatableSearchbar',
|
||||
r2a(SearchBar, ['data-cy', 'onChange', 'value', 'placeholder'])
|
||||
)
|
||||
.component('boxSelectorBadgeIcon', r2a(BadgeIcon, ['featherIcon', 'icon']))
|
||||
.component('badgeIcon', r2a(BadgeIcon, ['featherIcon', 'icon', 'size']))
|
||||
.component(
|
||||
'accessControlPanel',
|
||||
r2a(withUIRouter(withReactQuery(withCurrentUser(AccessControlPanel))), [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue