mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(annotations): minor issues in Annotations EE-4089 (#8612)
This commit is contained in:
parent
7dca784ec6
commit
2a55d20eff
6 changed files with 22 additions and 22 deletions
|
@ -4,6 +4,7 @@ import { r2a } from '@/react-tools/react2angular';
|
|||
import { withCurrentUser } from '@/react-tools/withCurrentUser';
|
||||
import { withReactQuery } from '@/react-tools/withReactQuery';
|
||||
import { withUIRouter } from '@/react-tools/withUIRouter';
|
||||
import { AnnotationsBeTeaser } from '@/react/kubernetes/annotations/AnnotationsBeTeaser';
|
||||
|
||||
import { Icon } from '@@/Icon';
|
||||
import { ReactQueryDevtoolsWrapper } from '@@/ReactQueryDevtoolsWrapper';
|
||||
|
@ -188,4 +189,5 @@ export const componentsModule = angular
|
|||
'value',
|
||||
'height',
|
||||
])
|
||||
).name;
|
||||
)
|
||||
.component('annotationsBeTeaser', r2a(AnnotationsBeTeaser, [])).name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue