fixed order of achievement title and count
This commit is contained in:
commit
df3dd6466c
3459 changed files with 594367 additions and 0 deletions
7
www/analytics/plugins/PrivacyManager/templates/getDatabaseSize.twig
Executable file
7
www/analytics/plugins/PrivacyManager/templates/getDatabaseSize.twig
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
<p>{{ 'PrivacyManager_CurrentDBSize'|translate }}: {{ dbStats.currentSize }}</p>
|
||||
{% if dbStats.sizeAfterPurge is defined %}
|
||||
<p>{{ 'PrivacyManager_EstimatedDBSizeAfterPurge'|translate }}: <strong>{{ dbStats.sizeAfterPurge }}</strong></p>
|
||||
{% endif %}
|
||||
{% if dbStats.spaceSaved is defined %}
|
||||
<p>{{ 'PrivacyManager_EstimatedSpaceSaved'|translate }}: {{ dbStats.spaceSaved }}</p>
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue