--- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -44,8 +44,22 @@
-
- - - - - - - - - - - -
NameValue
${name}${value}
-
-
- - - - - - - - - - - -
NameValue
${name}${value}
-
+
+ ${stat_table(c.browser_versions)} +
+
+ ${stat_table(c.browsers)} +
+
+ ${stat_table(c.os)} +
+
+ ${stat_table(c.os_versions)} +
- - - - - - - - - - - -
NameValue
${name}${value}
+ ${stat_table(c.social_networks)}
- - - - - - - - - - - -
NameValue
${name}${value}
+ ${stat_table(c.languages)}
- - - - - - - - - - - -
NameValue
${name}${value}
+ ${stat_table(c.country)}
@@ -148,6 +113,7 @@