Add a link to the reporting management dashboard in the started job toast (#81583) (#93961) (#94487)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Michael Dokolin <mikhail.dokolin@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Liza Katz 2021-03-12 00:56:33 +02:00 committed by GitHub
parent f7c25fecf0
commit 312238160e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View file

@ -21,7 +21,7 @@ export const ReportLink = ({ getUrl }: Props) => (
<a href={getUrl()}>
<FormattedMessage
id="xpack.reporting.publicNotifier.reportLink.reportingSectionUrlLinkLabel"
defaultMessage="Management &gt; Kibana &gt; Reporting"
defaultMessage="Stack Management &gt; Alerts and Insights &gt; Reporting"
/>
</a>
),

View file

@ -223,7 +223,17 @@ class ReportingPanelContentUi extends Component<Props, State> {
text: toMountPoint(
<FormattedMessage
id="xpack.reporting.panelContent.successfullyQueuedReportNotificationDescription"
defaultMessage="Track its progress in Management"
defaultMessage="Track its progress in {path}"
values={{
path: (
<a href={this.props.apiClient.getManagementLink()}>
<FormattedMessage
id="xpack.reporting.publicNotifier.reportLink.reportingSectionUrlLinkLabel"
defaultMessage="Stack Management &gt; Alerts and Insights &gt; Reporting"
/>
</a>
),
}}
/>
),
'data-test-subj': 'queueReportSuccess',

View file

@ -17222,7 +17222,6 @@
"xpack.reporting.panelContent.notification.cantReachServerDescription": "サーバーと通信できません。再試行してください。",
"xpack.reporting.panelContent.notification.reportingErrorTitle": "レポートエラー",
"xpack.reporting.panelContent.saveWorkDescription": "レポートの生成前に変更内容を保存してください。",
"xpack.reporting.panelContent.successfullyQueuedReportNotificationDescription": "管理で進捗を確認できます",
"xpack.reporting.panelContent.successfullyQueuedReportNotificationTitle": "{objectType} のレポートキュー",
"xpack.reporting.panelContent.whatCanBeExportedWarningDescription": "初めに変更内容を保存してください",
"xpack.reporting.panelContent.whatCanBeExportedWarningTitle": "保存された {objectType} のみエクスポートできます",
@ -17241,7 +17240,6 @@
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "{reportObjectType}「{reportObjectTitle}」の部分レポートが作成されました",
"xpack.reporting.publicNotifier.pollingErrorMessage": "レポート通知エラー",
"xpack.reporting.publicNotifier.reportLink.pickItUpFromPathDescription": "{path}から開始します。",
"xpack.reporting.publicNotifier.reportLink.reportingSectionUrlLinkLabel": "管理 > Kibana > レポート",
"xpack.reporting.publicNotifier.successfullyCreatedReportNotificationTitle": "{reportObjectType}「{reportObjectTitle}」のレポートが作成されました",
"xpack.reporting.registerFeature.reportingDescription": "Discover、可視化、ダッシュボードから生成されたレポートを管理します。",
"xpack.reporting.registerFeature.reportingTitle": "レポート",

View file

@ -17448,7 +17448,6 @@
"xpack.reporting.panelContent.notification.cantReachServerDescription": "无法访问服务器。请重试。",
"xpack.reporting.panelContent.notification.reportingErrorTitle": "报告错误",
"xpack.reporting.panelContent.saveWorkDescription": "请在生成报告之前保存您的工作。",
"xpack.reporting.panelContent.successfullyQueuedReportNotificationDescription": "在“管理”中跟踪其进度",
"xpack.reporting.panelContent.successfullyQueuedReportNotificationTitle": "已为 {objectType} 排队报告",
"xpack.reporting.panelContent.whatCanBeExportedWarningDescription": "请先保存您的工作",
"xpack.reporting.panelContent.whatCanBeExportedWarningTitle": "只会导出保存的 {objectType}",
@ -17467,7 +17466,6 @@
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "已为 {reportObjectType} '{reportObjectTitle}' 创建部分报告",
"xpack.reporting.publicNotifier.pollingErrorMessage": "报告通知器错误!",
"xpack.reporting.publicNotifier.reportLink.pickItUpFromPathDescription": "从 {path} 中提取。",
"xpack.reporting.publicNotifier.reportLink.reportingSectionUrlLinkLabel": "管理 > Kibana > Reporting",
"xpack.reporting.publicNotifier.successfullyCreatedReportNotificationTitle": "已为 {reportObjectType}“{reportObjectTitle}”创建报告",
"xpack.reporting.registerFeature.reportingDescription": "管理您从 Discover、Visualize 和 Dashboard 生成的报告。",
"xpack.reporting.registerFeature.reportingTitle": "Reporting",