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:
authordizzy <diosmosis@users.noreply.github.com>2022-03-17 17:16:15 +0300
committerGitHub <noreply@github.com>2022-03-17 17:16:15 +0300
commitd5f50163782792ac42122c46d9e73f2e38e9029b (patch)
tree60900e2182f59df6c8e5d70b53d920a9dd88d5ba /plugins/CustomDimensions/templates
parent84c2cb1af82dca689480cdcf652afaeb01877d9a (diff)
[Vue] migrate custom dimension management (#18926)
* more migration work * get new code to work * make sure chunk assets can be removed * look over/remove todos * apply pr review fixes * Update plugins/CustomDimensions/lang/en.json Co-authored-by: Stefan Giehl <stefan@matomo.org> * apply review feedback * actual fix Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins/CustomDimensions/templates')
-rw-r--r--plugins/CustomDimensions/templates/manage.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomDimensions/templates/manage.twig b/plugins/CustomDimensions/templates/manage.twig
index 9628665a50..88ba094678 100644
--- a/plugins/CustomDimensions/templates/manage.twig
+++ b/plugins/CustomDimensions/templates/manage.twig
@@ -7,5 +7,5 @@
{% endblock %}
{% block content %}
- <div piwik-custom-dimensions-manage>
+ <div piwik-custom-dimensions-manage></div>
{% endblock %} \ No newline at end of file