add beta text until a beta flag is supported in management plugins (#25754)

This commit is contained in:
Matt Apperson 2018-11-15 18:22:55 -05:00
parent 9325e94a91
commit c7a29aa7d2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import { FrontendLibs } from './lib/lib';
import { PageRouter } from './router';
function startApp(libs: FrontendLibs) {
libs.framework.registerManagementSection('beats', 'Central Management', BASE_PATH);
libs.framework.registerManagementSection('beats', 'Central Management (Beta)', BASE_PATH);
libs.framework.render(
<ThemeProvider theme={{ eui: euiVars }}>
<BreadcrumbProvider>

View file

@ -117,7 +117,7 @@ class MainPagesComponent extends React.PureComponent<MainPagesProps, MainPagesSt
if (this.props.location.pathname === '/overview/initial/help') {
return (
<NoDataLayout
title="Beats central management"
title="Beats central management (Beta)"
actionSection={
<ConnectedLink path="/overview/initial/beats">
<EuiButton color="primary" fill>