From c1a40f4e2931f03c8eaa5dbe9f50816bfb54f9a9 Mon Sep 17 00:00:00 2001 From: songchenxuan <1097180981@qq.com> Date: Tue, 21 Nov 2023 13:57:16 +0800 Subject: [PATCH] * Fix metric preview set className bug. --- module/metric/ui/previewsingle.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/metric/ui/previewsingle.html.php b/module/metric/ui/previewsingle.html.php index 79d5ba0974..8e51ff1ec6 100644 --- a/module/metric/ui/previewsingle.html.php +++ b/module/metric/ui/previewsingle.html.php @@ -21,7 +21,7 @@ $fnGenerateSide = function() use($groupMetrics, $current, $viewType, $scope, $la $metricList[] = li ( - set::class('metric-group'), + set::className('metric-group'), $lang->metric->objectList[$key] );