3
0

Adjust metric drilldown modal title

This commit is contained in:
Jože Fortun
2024-10-29 14:01:49 +01:00
parent 07cfb1552b
commit 77a9a8af3e

View File

@@ -222,9 +222,10 @@ export default {
} else {
// Open in modal
const metricID = `${this.block.blockID}-${name.replace(/\s+/g, '-').toLowerCase()}-${moduleID}-${metricIndex}`
const { title } = this.block
const block = new compose.PageBlockRecordList({
title: name || this.$t('metric.metricDrillDown'),
title: name || title || this.$t('metric.metricDrillDown'),
blockID: `drillDown-${metricID}`,
options: {
moduleID,