renamed the plugin

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-16 11:07:01 +05:30
parent f5851c62ad
commit e1711f1885
+2 -2
View File
@@ -32,14 +32,14 @@ import {
isNewRelicDashboardAvailable,
EntityNewRelicDashboard,
EntityPageNewRelicDashboard,
} from '@internal/plugin-new-relic-dashboard';
} from '@backstage/plugin-newrelic-dashboard';
const serviceEntityPage = (
<EntityLayout>
{/* other tabs... */}
<EntityLayout.Route
if={isNewRelicDashboardAvailable}
path="/new-relic-dashboard"
path="/newrelic-dashboard"
title="New Relic Dashboard"
>
<EntityNewRelicDashboard />