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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-05-29 23:47:03 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-29 23:47:03 +0300
commita36f26979a7e104d05b5b6310c0315b18ed5eb5f (patch)
treee8de3bc174535cbe78621ea166736bbd8fc111f6 /plugins/PrivacyManager/templates
parent454f38cd6d79353d83c5efee8708c3abf204234c (diff)
Added feature to optionally disable Schedule old data deletion feature (#13004)
* Added feature to optionally disable Schedule old data deletion feature * Update screenshot
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 0ffc8e479a..0d2d7fb1b0 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -262,6 +262,7 @@
</div>
</div>
+ {% if deleteData.config.enable_database_size_estimate == '1' %}
<div id="deleteDataEstimateSect" class="form-group row">
<h3 class="col s12" id="databaseSizeHeadline">
@@ -283,6 +284,7 @@
{% endif %}
</div>
</div>
+ {% endif %}
<div piwik-save-button onconfirm="reportDeletionSchedule.save()" saving="reportDeletionSchedule.isLoading"></div>