mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
f7c25fecf0
commit
312238160e
4 changed files with 12 additions and 6 deletions
|
@ -21,7 +21,7 @@ export const ReportLink = ({ getUrl }: Props) => (
|
|||
<a href={getUrl()}>
|
||||
<FormattedMessage
|
||||
id="xpack.reporting.publicNotifier.reportLink.reportingSectionUrlLinkLabel"
|
||||
defaultMessage="Management > Kibana > Reporting"
|
||||
defaultMessage="Stack Management > Alerts and Insights > Reporting"
|
||||
/>
|
||||
</a>
|
||||
),
|
||||
|
|
|
@ -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 > Alerts and Insights > Reporting"
|
||||
/>
|
||||
</a>
|
||||
),
|
||||
}}
|
||||
/>
|
||||
),
|
||||
'data-test-subj': 'queueReportSuccess',
|
||||
|
|
|
@ -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": "レポート",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue