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

* Remove the All Website link from the site selector * built vue files * bump stalled tests * Disable the all sites menu item instead of removing it entirely * built vue files --------- Co-authored-by: bx80 <bx80@users.noreply.github.com>
6 خطوط
229 B
Twig
6 خطوط
229 B
Twig
{% if not isSingleSite %}
|
|
<div class="top_bar_sites_selector piwikTopControl">
|
|
<div vue-entry="CoreHome.SiteSelector" show-selected-site="true" show-all-sites-item="false" class="sites_autocomplete"></div>
|
|
</div>
|
|
{% endif %}
|