We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfccfa5 commit 3554533Copy full SHA for 3554533
x-pack/plugins/monitoring/public/components/cluster/listing/listing.js
@@ -288,7 +288,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
288
};
289
290
const handleClickInvalidLicense = (scope, clusterName) => {
291
- const licensingPath = `${Legacy.shims.getBasePath()}/app/kibana#/management/data/license_management/home`;
+ const licensingPath = `${Legacy.shims.getBasePath()}/app/kibana#/management/stack/license_management/home`;
292
293
licenseWarning(scope, {
294
title: toMountPoint(
0 commit comments