Skip to content

Commit

Permalink
feat: 调整APM自定义指标左侧面板标题 (TencentBlueKing#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shuo authored Nov 20, 2024
1 parent e952f07 commit c0b33a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ export default class CommonDetail extends tsc<ICommonDetailProps, ICommonDetailE
{!this.isOnlyShowIndex && this.maxIndexListHeight < this.indexListHeight && <div class='shadow-bar' />}
{this.isOnlyShowIndex ? (
<div>
<div class='only-index-tree-header'>{this.$t('索引')}</div>
<div class='only-index-tree-header'>{this.$t('指标列表')}</div>
<div
class='only-index-search-input'
onClick={e => e.stopPropagation()}
Expand Down

0 comments on commit c0b33a6

Please sign in to comment.