From 2a55d20eff768b6cd9c2dbd4abcc103b33e098dd Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:09:41 +1300 Subject: [PATCH] fix(annotations): minor issues in Annotations EE-4089 (#8612) --- .../imageRegistry/por-image-registry.html | 2 +- .../create/createApplication.html | 4 +-- .../create/createConfiguration.html | 2 +- app/kubernetes/views/deploy/deploy.html | 26 +++++++++---------- app/portainer/react/components/index.ts | 4 ++- .../CreateIngressView/IngressForm.tsx | 6 ++--- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/docker/components/imageRegistry/por-image-registry.html b/app/docker/components/imageRegistry/por-image-registry.html index 22eab8cd5..b62036f4d 100644 --- a/app/docker/components/imageRegistry/por-image-registry.html +++ b/app/docker/components/imageRegistry/por-image-registry.html @@ -1,7 +1,7 @@
- +
Deploy -
Namespace
-
-
- -
- -
-
+
+
+ +
+ +
+
+
diff --git a/app/portainer/react/components/index.ts b/app/portainer/react/components/index.ts index 89acc30ce..17f6d4916 100644 --- a/app/portainer/react/components/index.ts +++ b/app/portainer/react/components/index.ts @@ -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; diff --git a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx index 5178641c9..58733891f 100644 --- a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx +++ b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx @@ -116,7 +116,7 @@ export function IngressForm({