1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/CoreHome/templates/_siteSelectHeader.twig
Ben Burgess 02f3a46ef2 Remove the All Websites link from the site selector (#21057)
* 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>
2023-07-27 10:38:08 +02:00

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 %}