From 973f1a62352cb7e226b4fc7bbcd79665914a9d6f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 19 Dec 2015 07:40:24 -0800 Subject: [PATCH] removing table-info from featured datasets --- TODO.md | 1 + panoramix/templates/panoramix/featured_datasets.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a89dbace15..4a11ef7fff 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ List of TODO items for Panoramix ## Improvments +* Widget sets () * datasource in explore mode could be a dropdown * [sql] make "Test Connection" test further * [druid] Allow for post aggregations (ratios!) diff --git a/panoramix/templates/panoramix/featured_datasets.html b/panoramix/templates/panoramix/featured_datasets.html index 18f7a35386..a551b9a698 100644 --- a/panoramix/templates/panoramix/featured_datasets.html +++ b/panoramix/templates/panoramix/featured_datasets.html @@ -1,6 +1,8 @@ {% extends "panoramix/base.html" %} {% block content %} -

Featured Datasets

+
+

Featured Datasets

+

@@ -25,6 +27,7 @@ {% endfor %} +
{% endblock %} {% block head_css %} @@ -42,6 +45,7 @@ "bPaginate": false, "order": [[ 1, "asc" ]] }); + $('#dataset-table_info').remove(); $('#dataset-table').show(); } );