From 71ced2f7a5e58c2708d14c4be852e9764b4e5e35 Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Fri, 4 Mar 2022 09:51:18 +0100 Subject: [PATCH] Rename dir Signed-off-by: Julio Zynger --- .../EntityPeriskopErrorsCard.tsx | 2 +- .../{PeriskopErrorsTable => EntityPeriskopErrorsCard}/index.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/periskop/src/components/{PeriskopErrorsTable => EntityPeriskopErrorsCard}/EntityPeriskopErrorsCard.tsx (98%) rename plugins/periskop/src/components/{PeriskopErrorsTable => EntityPeriskopErrorsCard}/index.ts (100%) diff --git a/plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx b/plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx similarity index 98% rename from plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx rename to plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx index c4c8623f8e..cd4aa6da0f 100644 --- a/plugins/periskop/src/components/PeriskopErrorsTable/EntityPeriskopErrorsCard.tsx +++ b/plugins/periskop/src/components/EntityPeriskopErrorsCard/EntityPeriskopErrorsCard.tsx @@ -42,7 +42,7 @@ import { AggregatedError, NotFoundInInstance } from '../../types'; * * @public */ -export const PERISKOP_NAME_ANNOTATION = 'periskop.io/name'; +export const PERISKOP_NAME_ANNOTATION = 'periskop.io/service-name'; /** * Returns true if Periskop annotation is present in the given entity. diff --git a/plugins/periskop/src/components/PeriskopErrorsTable/index.ts b/plugins/periskop/src/components/EntityPeriskopErrorsCard/index.ts similarity index 100% rename from plugins/periskop/src/components/PeriskopErrorsTable/index.ts rename to plugins/periskop/src/components/EntityPeriskopErrorsCard/index.ts