mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Synthetics] Getting started comment out the link (#145957)
Fixes https://github.com/elastic/kibana/issues/144863
This commit is contained in:
parent
795f312629
commit
ed56731a90
4 changed files with 0 additions and 27 deletions
|
@ -51,16 +51,6 @@ export const GettingStartedPage = () => {
|
|||
<SimpleMonitorForm />
|
||||
</>
|
||||
}
|
||||
footer={
|
||||
<>
|
||||
<EuiText size="s" color="subdued" className="eui-displayInlineBlock">
|
||||
{FOR_MORE_INFO_LABEL}
|
||||
</EuiText>{' '}
|
||||
<EuiLink href="#" target="_blank" className="eui-displayInline">
|
||||
{GETTING_STARTED_LABEL}
|
||||
</EuiLink>
|
||||
</>
|
||||
}
|
||||
/>
|
||||
</Wrapper>
|
||||
);
|
||||
|
@ -75,10 +65,6 @@ const Wrapper = styled.div`
|
|||
}
|
||||
`;
|
||||
|
||||
const FOR_MORE_INFO_LABEL = i18n.translate('xpack.synthetics.gettingStarted.forMoreInfo', {
|
||||
defaultMessage: 'For more information, read our',
|
||||
});
|
||||
|
||||
const CREATE_SINGLE_PAGE_LABEL = i18n.translate(
|
||||
'xpack.synthetics.gettingStarted.createSinglePageLabel',
|
||||
{
|
||||
|
@ -86,13 +72,6 @@ const CREATE_SINGLE_PAGE_LABEL = i18n.translate(
|
|||
}
|
||||
);
|
||||
|
||||
const GETTING_STARTED_LABEL = i18n.translate(
|
||||
'xpack.synthetics.gettingStarted.gettingStartedLabel',
|
||||
{
|
||||
defaultMessage: 'Getting Started Guide',
|
||||
}
|
||||
);
|
||||
|
||||
const SELECT_DIFFERENT_MONITOR = i18n.translate(
|
||||
'xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor',
|
||||
{
|
||||
|
|
|
@ -30882,8 +30882,6 @@
|
|||
"xpack.synthetics.fleetIntegration.assets.name": "Moniteurs",
|
||||
"xpack.synthetics.gettingStarted.createSingle.description": " pour démarrer avec le monitoring Elastic Synthetics",
|
||||
"xpack.synthetics.gettingStarted.createSinglePageLabel": "Créer un moniteur de navigateur de page unique",
|
||||
"xpack.synthetics.gettingStarted.forMoreInfo": "Pour en savoir plus, lisez notre",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel": "guide de premiers pas",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "sélectionner un autre type de moniteur",
|
||||
"xpack.synthetics.gettingStarted.orLabel": "Ou",
|
||||
"xpack.synthetics.inspectButtonText": "Inspecter",
|
||||
|
|
|
@ -30858,8 +30858,6 @@
|
|||
"xpack.synthetics.fleetIntegration.assets.name": "監視",
|
||||
"xpack.synthetics.gettingStarted.createSingle.description": " Elastic Synthetics Monitoringの開始",
|
||||
"xpack.synthetics.gettingStarted.createSinglePageLabel": "1ページのブラウザーモニターを作成",
|
||||
"xpack.synthetics.gettingStarted.forMoreInfo": "詳細については、お読みください",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel": "入門ガイド",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "別の監視タイプを選択",
|
||||
"xpack.synthetics.gettingStarted.orLabel": "OR",
|
||||
"xpack.synthetics.inspectButtonText": "検査",
|
||||
|
|
|
@ -30893,8 +30893,6 @@
|
|||
"xpack.synthetics.fleetIntegration.assets.name": "监测",
|
||||
"xpack.synthetics.gettingStarted.createSingle.description": " 要开始使用 Elastic Synthetics 监测",
|
||||
"xpack.synthetics.gettingStarted.createSinglePageLabel": "创建单个页面浏览器监测",
|
||||
"xpack.synthetics.gettingStarted.forMoreInfo": "有关更多信息,请阅读我们的",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel": "入门指南",
|
||||
"xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "选择不同的监测类型",
|
||||
"xpack.synthetics.gettingStarted.orLabel": "或",
|
||||
"xpack.synthetics.inspectButtonText": "检查",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue