(feature)(webapp) add query mode in parse tip and change query modes query to METRIC and TAG (#425)

This commit is contained in:
williamhliu
2023-11-27 16:12:10 +08:00
committed by GitHub
parent 49ebb70cb3
commit 23d01c4f83
7 changed files with 28 additions and 44 deletions

View File

@@ -25,6 +25,10 @@ const DimensionSection: React.FC<Props> = ({
const defaultDimensions = dimensions.slice(0, DEFAULT_DIMENSION_COUNT);
if (defaultDimensions.length === 0) {
return null;
}
return (
<div className={`${prefixCls}-section`}>
<div className={`${prefixCls}-title`}>{isSecondDrillDown ? '二级' : '推荐'}</div>