"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MANAGEMENT_BREADCRUMB_NO_HREF = exports.MANAGEMENT_BREADCRUMB = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const managementBreadcrumbText = _i18n.i18n.translate('management.breadcrumb', { defaultMessage: 'Stack Management' }); const MANAGEMENT_BREADCRUMB_NO_HREF = { text: managementBreadcrumbText }; exports.MANAGEMENT_BREADCRUMB_NO_HREF = MANAGEMENT_BREADCRUMB_NO_HREF; const MANAGEMENT_BREADCRUMB = { text: managementBreadcrumbText, href: '/' }; exports.MANAGEMENT_BREADCRUMB = MANAGEMENT_BREADCRUMB;