قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* 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>
10 خطوط
250 B
Twig
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 %}
|