mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(gitoptions): git app edit ui tweaks [EE-4584] (#8159)
This commit is contained in:
parent
eba5879ec8
commit
563ead85cc
11 changed files with 66 additions and 24 deletions
|
@ -52,7 +52,7 @@ export const componentsModule = angular
|
|||
)
|
||||
.component(
|
||||
'portainerTooltip',
|
||||
r2a(Tooltip, ['message', 'position', 'className'])
|
||||
r2a(Tooltip, ['message', 'position', 'className', 'setHtmlMessage'])
|
||||
)
|
||||
.component('badge', r2a(Badge, ['type', 'className']))
|
||||
.component('fileUploadField', fileUploadField)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue