diff --git a/README.rst b/README.rst index 82757b1e..5bba9a2e 100644 --- a/README.rst +++ b/README.rst @@ -1706,8 +1706,9 @@ means to make data-driven decisions while respecting our users' rights and trust We have taken great care to ensure no sensitive or personal data is being tracked. -The collection of this data can be disabled at any time by removing -the ``openwisp_utils.measurements`` app from ``INSTALLED_APPS``. +You can opt-out from sharing this data any time from the "System Info" page. +Alternatively, you can also remove the ``openwisp_utils.measurements`` app +from ``INSTALLED_APPS``. Quality Assurance Checks ------------------------ diff --git a/openwisp_utils/admin_theme/static/admin/css/openwisp-info.css b/openwisp_utils/admin_theme/static/admin/css/openwisp-info.css new file mode 100644 index 00000000..ad5abb9f --- /dev/null +++ b/openwisp_utils/admin_theme/static/admin/css/openwisp-info.css @@ -0,0 +1,11 @@ +#id_user_consented { + float: left; + margin-right: 8px; + vertical-align: top; + margin-bottom: 0px; +} +#id_metric_collection_consent_form > span.helptext{ + display: block; + margin-top: 8px; + +} diff --git a/openwisp_utils/admin_theme/templates/admin/openwisp_info.html b/openwisp_utils/admin_theme/templates/admin/openwisp_info.html index 37595270..f81dbbde 100644 --- a/openwisp_utils/admin_theme/templates/admin/openwisp_info.html +++ b/openwisp_utils/admin_theme/templates/admin/openwisp_info.html @@ -1,6 +1,11 @@ {% extends "admin/base_site.html" %} {% load i18n static %} +{% block extrastyle %} +{{ block.super }} + +{% endblock extrastyle %} + {% block content %} {% if openwisp_version %}

{% trans "OpenWISP Version" %}: {{ openwisp_version }}

@@ -18,7 +23,7 @@

{% trans "OS Information" %}

{% block metric_collect_consent %} {% if metric_collection_installed %} -

Metric collection

+

Metric collection