Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-03-07 16:49:49 +0300
committerGitHub <noreply@github.com>2022-03-07 16:49:49 +0300
commit8188140d9daf90b2aec1bbd6ff76b2218c288ad0 (patch)
treedb985a017982221f5e5daf5671dea5b2691e757f /plugins/CoreHome/vue/src
parentd25af6d0a0db467ffd4d4e58540906e554483879 (diff)
[UI] add report date on overview reports and fix date display (#18838)
* update date on overview update date on overview * built vue files * Update plugins/CoreHome/templates/_dataTable.twig Co-authored-by: Stefan Giehl <stefan@matomo.org> * update largest key update largest key * update checks update checks * Update Map.php reset map class * Update Visualization.php update a condition * Update Visualization.php update some condition * Update Visualization.php convert meta data to local var * ini $metadata ini $metadata * Update Visualization.php update error * Update core/Plugin/Visualization.php Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins/CoreHome/vue/src')
-rw-r--r--plugins/CoreHome/vue/src/EnrichedHeadline/EnrichedHeadline.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/CoreHome/vue/src/EnrichedHeadline/EnrichedHeadline.vue b/plugins/CoreHome/vue/src/EnrichedHeadline/EnrichedHeadline.vue
index 70c394a29a..c83ee915fa 100644
--- a/plugins/CoreHome/vue/src/EnrichedHeadline/EnrichedHeadline.vue
+++ b/plugins/CoreHome/vue/src/EnrichedHeadline/EnrichedHeadline.vue
@@ -57,7 +57,8 @@
>
<div v-html="$sanitize(actualInlineHelp)"/>
<span class="helpDate"
- v-html="reportGenerated"></span>
+ v-if="reportGenerated!=''"
+ v-html="$sanitize(reportGenerated)"></span>
<a
v-if="helpUrl"
rel="noreferrer noopener"