Remove default tooltip from Subpanel Default Stat

This commit is contained in:
Jack Anderson 2024-12-05 13:36:51 +00:00
parent 54d4d7d558
commit 5a5890f1c3

View file

@ -91,7 +91,6 @@ class SubpanelDefault extends SubpanelDataQueryHandler implements StatisticsProv
$result = $this->fetchRow($dbQuery); $result = $this->fetchRow($dbQuery);
$statistic = $this->buildSingleValueResponse(self::KEY, 'int', $result); $statistic = $this->buildSingleValueResponse(self::KEY, 'int', $result);
$this->addMetadata($statistic, ['tooltip_title_key' => 'LBL_DEFAULT_TOTAL_TOOLTIP']);
$this->addMetadata($statistic, ['descriptionKey' => 'LBL_DEFAULT_TOTAL']); $this->addMetadata($statistic, ['descriptionKey' => 'LBL_DEFAULT_TOTAL']);
$this->close(); $this->close();