mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
feat(ui): ui-improvements-helm EE-3476 (#7344)
* feat(ui): helm views ui update EE-3476
This commit is contained in:
parent
e28a1491d4
commit
57e53d1a21
16 changed files with 283 additions and 119 deletions
|
@ -14,6 +14,7 @@ import { Tooltip } from '@@/Tip/Tooltip';
|
|||
import { TableColumnHeaderAngular } from '@@/datatables/TableHeaderCell';
|
||||
import { DashboardItem } from '@@/DashboardItem';
|
||||
import { SearchBar } from '@@/datatables/SearchBar';
|
||||
import { FallbackImage } from '@@/FallbackImage';
|
||||
|
||||
import { fileUploadField } from './file-upload-field';
|
||||
import { switchField } from './switch-field';
|
||||
|
@ -50,6 +51,19 @@ export const componentsModule = angular
|
|||
'pageHeader',
|
||||
r2a(PageHeader, ['title', 'breadcrumbs', 'loading', 'onReload', 'reload'])
|
||||
)
|
||||
.component(
|
||||
'fallbackImage',
|
||||
r2a(FallbackImage, [
|
||||
'src',
|
||||
'fallbackIcon',
|
||||
'alt',
|
||||
'size',
|
||||
'className',
|
||||
'fallbackMode',
|
||||
'fallbackClassName',
|
||||
'feather',
|
||||
])
|
||||
)
|
||||
.component(
|
||||
'prIcon',
|
||||
react2angular(Icon, ['className', 'feather', 'icon', 'mode', 'size'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue