You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ku...@apache.org on 2018/11/13 22:11:55 UTC

[drill] branch master updated: DRILL-6848: Duration panel in a query profile's WebUI does not open

This is an automated email from the ASF dual-hosted git repository.

kunal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 047c512  DRILL-6848: Duration panel in a query profile's WebUI does not open
047c512 is described below

commit 047c51268a4a633f244106b88f047daad423f503
Author: Kunal Khatua <kk...@users.noreply.github.com>
AuthorDate: Tue Nov 13 14:11:51 2018 -0800

    DRILL-6848: Duration panel in a query profile's WebUI does not open
    
    DRILL-5571 ( PR #1531 ) accidentally introduced a bug that permanently keeps the "Duration" panel closed instead of opening it. This trivial patch fixes that.
---
 exec/java-exec/src/main/resources/rest/profile/profile.ftl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/java-exec/src/main/resources/rest/profile/profile.ftl b/exec/java-exec/src/main/resources/rest/profile/profile.ftl
index cbef548..8350a10 100644
--- a/exec/java-exec/src/main/resources/rest/profile/profile.ftl
+++ b/exec/java-exec/src/main/resources/rest/profile/profile.ftl
@@ -254,12 +254,12 @@ table.sortable thead .sorting_desc { background-image: url("/static/img/black-de
     <div class="panel panel-default">
       <div class="panel-heading">
         <h4 class="panel-title">
-          <a data-toggle="collapse" href="#query-profile-duration in">
+          <a data-toggle="collapse" href="#query-profile-duration">
              Duration
           </a>
         </h4>
       </div>
-      <div id="query-profile-duration" class="panel-collapse collapse">
+      <div id="query-profile-duration" class="panel-collapse collapse in">
         <div class="panel-body">
           <table class="table table-bordered">
             <thead>