1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/PrivacyManager/templates/gdprTools.twig
dizzy 59f26bc0f5 [Vue] migrate manage gdpr directive to Vue (#19002)
* start migrating segment generator directive

* get to build

* remove some TODO

* rebuilt

* get UI tests to pass

* fix ng-model handling

* migrate manage gdpr directive to vue

* fixing UI tests in PrivacyManager

* update expected screenshots

* apply review fixes

* fix missing translation key

Co-authored-by: sgiehl <stefan@matomo.org>
2022-04-06 10:24:36 +02:00

8 خطوط
183 B
Twig

{% extends 'admin.twig' %}
{% set title %}{{ 'PrivacyManager_GDPR'|translate }}{% endset %}
{% block content %}
<div vue-entry="PrivacyManager.ManageGdpr"></div>
{% endblock %}