Welcome to mirror list, hosted at ThFree Co, Russian Federation.

loading.html « templates « SitesManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f2440787fdbea818f23453f59310508a75f2f35 (plain)
1
2
3
4
5
6
<div ng-class="{'hide_only': !loading && !adminSites.isLoading}">
    <div class="loadingPiwik">
        <img src="plugins/Morpheus/images/loading-blue.gif" alt="{{ 'General_LoadingData'|translate }}" />
        {{ 'General_LoadingData'|translate }}
    </div>
</div>