-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide diagnose and rename system report back to cluster diagnostic (#1138
) * add metrics relationship graph back * hide diagnose app * disable form is conprof is disabled * revert i18n for system report app
- Loading branch information
Showing
7 changed files
with
208 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,33 @@ | ||
system_report: | ||
nav_title: System Report | ||
nav_title: Cluster Diagnostics | ||
generate: | ||
title: New System Report | ||
title: New Diagnostic Report | ||
range_begin: Range Start Time | ||
range_duration: Range Duration | ||
is_compare: Compare by Baseline | ||
compare_range_begin: Baseline Range Start Time | ||
submit: Start | ||
metrics_relation: Generate Metrics Relation | ||
list_table: | ||
id: Report ID | ||
report_create_time: Report At | ||
report_create_time: Diagnose At | ||
status: Status | ||
status_running: Running | ||
status_finish: Finish | ||
range: Range | ||
compare_range: Baseline Range | ||
status: | ||
head: | ||
title: Report Status | ||
back: New System Report | ||
view: View Full System Report | ||
title: Diagnostic Status | ||
back: New Diagnostic Report | ||
view: View Full Report | ||
range_begin: Range Start Time | ||
range_end: Range End Time | ||
baseline_begin: Baseline Range Start Time | ||
progress: Progress | ||
time_duration: | ||
custom: Custom | ||
metrics_relation: | ||
success: | ||
title: Generate metrics relation graph successfully | ||
button: View Graph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,33 @@ | ||
system_report: | ||
nav_title: 系统报告 | ||
nav_title: 集群诊断 | ||
generate: | ||
title: 生成系统报告 | ||
title: 生成诊断报告 | ||
range_begin: 区间起始时间 | ||
range_duration: 区间长度 | ||
is_compare: 与基线区间对比 | ||
compare_range_begin: 基线区间起始时间 | ||
submit: 开始 | ||
metrics_relation: 生成监控关系图 | ||
list_table: | ||
id: 报告 ID | ||
report_create_time: 报告时间 | ||
report_create_time: 诊断时间 | ||
status: 状态 | ||
status_running: 诊断中 | ||
status_finish: 完成 | ||
range: 报告区间 | ||
range: 诊断区间 | ||
compare_range: 对比区间 | ||
status: | ||
head: | ||
title: 报告状态 | ||
back: 生成系统报告 | ||
view: 查看完整系统报告 | ||
title: 诊断状态 | ||
back: 生成诊断报告 | ||
view: 查看完整诊断报告 | ||
range_begin: 区间起始时间 | ||
range_end: 区间结束时间 | ||
baseline_begin: 基线区间起始时间 | ||
progress: 生成进度 | ||
time_duration: | ||
custom: 自定义 | ||
metrics_relation: | ||
success: | ||
title: 监控耗时关系图生成成功 | ||
button: 查看关系图 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters