mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix incorrect app name in ILM license checker. (#56355)
This commit is contained in:
parent
4aa727560a
commit
e28e149b46
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
import { i18n } from '@kbn/i18n';
|
||||
export function checkLicense(xpackLicenseInfo) {
|
||||
const pluginName = 'Index Management';
|
||||
const pluginName = 'Index Lifecycle Policies';
|
||||
|
||||
// If, for some reason, we cannot get the license information
|
||||
// from Elasticsearch, assume worst case and disable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue