diff --git a/app/local_settings.example.py b/app/local_settings.example.py index b0dbf65..4226d16 100644 --- a/app/local_settings.example.py +++ b/app/local_settings.example.py @@ -34,6 +34,7 @@ WHITELIST_FIELDS = [ "tokens", "num_chans", "num_users", + "online", "tokens", "src", "exemption", diff --git a/core/static/js/column-shifter.js b/core/static/js/column-shifter.js index d56ba4b..c82464c 100644 --- a/core/static/js/column-shifter.js +++ b/core/static/js/column-shifter.js @@ -30,6 +30,10 @@ $(document).ready(function(){ "date": "off", "time": "off", "id": "off", + "host": "off", + "ident": "off", + "channel": "off", + "net": "off", "num": "off", "channel_nsfw": "off", "channel_category": "off", @@ -45,6 +49,7 @@ $(document).ready(function(){ "num_chans": "off", "exemption": "off", // "version_sentiment": "off", + "sentiment": "off", "num": "off", "online": "off", "mtype": "off", diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html index 1bbe9f1..1bdb1eb 100644 --- a/core/templates/ui/drilldown/table_results_partial.html +++ b/core/templates/ui/drilldown/table_results_partial.html @@ -283,15 +283,17 @@
{% if row.cells.src == 'irc' %} - + class="has-text-black"> + + + + {% endif %}
{% if row.cells.num_chans != '—' %}