1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/SitesManager/templates/index.twig
Shelby Ludlow 7dc8a5089f Update styling + structure of Create Measurable modal (#23277)
* styling sites management modal and adding types long descriptions

* Update ContentBlock import to import from CoreHome directly

* Update expected XML long description

* Update website expected XML long description

* Update MobileAppMeasurable long description copy

* Tweak lang file formatting

* Update UI tests for modal

* Update screenshot size for Measurable UI tests

* Add full modal screenshot for test

* update submodule

* Display Roll-Up Reporting info conditional on plugin being installed and activated

* Update UI test screenshots

* Update TagManager submodule

* Simplify controller index method rendering

---------

Co-authored-by: Michal Kleiner <michal@innocraft.com>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
2025-05-27 10:50:55 +02:00

10 خطوط
250 B
Twig

{% extends 'admin.twig' %}
{% set title %}{{ 'SitesManager_WebsitesManagement'|translate }}{% endset %}
{% block content %}
<div vue-entry="SitesManager.SitesManagement" roll-up-enabled="{{ rollUpEnabled|json_encode }}"></div>
{% endblock %}