* Add tips of no calculator in metric-view.

This commit is contained in:
zhouxin
2023-09-15 09:44:21 +08:00
parent 4273fdc5b3
commit 83e46145c1
8 changed files with 43 additions and 23 deletions
+1
View File
@@ -337,6 +337,7 @@ class metric extends control
$this->view->title = $metric->name;
$this->view->metric = $metric;
$this->view->isOldMetric = $isOldMetric;
$this->view->isCalcExists = $this->metric->checkCalcExists($metric);
$this->view->result = $result;
$this->view->resultHeader = $this->metricZen->getViewTableHeader($result);
$this->view->resultData = $this->metricZen->getViewTableData($metric, $result);