-
{{i18n("consent.opt-i")}}
+
{{i18n("consent.opt-i")}}
-
+
{{props.row.optin.join(',')}}
-
{{i18n("consent.opt-o")}}
+
{{i18n("consent.opt-o")}}
-
+
{{props.row.optout.join(',')}}
-
Device
+
Device
-
+
{{props.row.d + "(" + props.row.p + " " + props.row.pv + ")"}}
-
App version
+
App version
@@ -65,35 +65,42 @@
+
+
+ {{scope.row.device_id}}
+
+
+
+
+ {{scope.row.uid}}
+
+
-
{{i18n("consent.opt-i")}}
-
{{i18n("consent.opt-o")}}
+
{{i18n("consent.opt-i")}}
+
{{i18n("consent.opt-o")}}
-
-
-
{{i18n("consent.opt-i")}} for {{rowScope.row.optin.length}} feature(s)
+
{{i18n("consent.opt-i")}} for {{rowScope.row.optin.length}} feature(s)
-
{{i18n("consent.opt-o")}} from {{rowScope.row.optout.length}}
+
{{i18n("consent.opt-o")}} from {{rowScope.row.optout.length}}
feature(s)
-
-
+
{{rowScope.row.time}}
-
+
diff --git a/plugins/compliance-hub/frontend/public/templates/exportHistory.html b/plugins/compliance-hub/frontend/public/templates/exportHistory.html
index 701b1582903..7708143a7e2 100644
--- a/plugins/compliance-hub/frontend/public/templates/exportHistory.html
+++ b/plugins/compliance-hub/frontend/public/templates/exportHistory.html
@@ -22,18 +22,31 @@