mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
feat(ui): break css into module EE-3629 (#7180)
* break css into module and fix icon mode
This commit is contained in:
parent
33861a834b
commit
69baa279d4
6 changed files with 234 additions and 189 deletions
|
@ -34,5 +34,8 @@ export const componentsModule = angular
|
|||
'pageHeader',
|
||||
r2a(PageHeader, ['title', 'breadcrumbs', 'loading', 'onReload', 'reload'])
|
||||
)
|
||||
.component('prIcon', r2a(Icon, ['className', 'feather', 'icon']))
|
||||
.component(
|
||||
'prIcon',
|
||||
r2a(Icon, ['className', 'feather', 'icon', 'mode', 'size'])
|
||||
)
|
||||
.component('reactQueryDevTools', r2a(ReactQueryDevtoolsWrapper, [])).name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue