From 759c8d53779a50e3dc9d8c7147652bf579e1a29e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 28 Jun 2016 12:29:46 -0700 Subject: [PATCH] [hotfix] fixing minor control issues * View Query button is disabled * Missing tooltip on View Query --- caravel/assets/javascripts/modules/caravel.js | 2 +- caravel/templates/caravel/explore.html | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/caravel/assets/javascripts/modules/caravel.js b/caravel/assets/javascripts/modules/caravel.js index 282acfb542f..f70c26f194a 100644 --- a/caravel/assets/javascripts/modules/caravel.js +++ b/caravel/assets/javascripts/modules/caravel.js @@ -273,7 +273,7 @@ var px = (function () { } $('#timer').removeClass('btn-warning'); $('#timer').addClass('btn-success'); - $('span.query').removeClass('disabled'); + $('span.view_query').removeClass('disabled'); $('#json').click(function () { window.location = data.json_endpoint; }); diff --git a/caravel/templates/caravel/explore.html b/caravel/templates/caravel/explore.html index 7c63f83a7f9..d79e75d8c19 100644 --- a/caravel/templates/caravel/explore.html +++ b/caravel/templates/caravel/explore.html @@ -50,14 +50,17 @@ {% endfor %} - -   - + + +   +   + + {{ form.get_field("viz_type")(class_="select2-with-images") }} {% if slice %} - + {{ slice.slice_name }}