[ 
https://issues.apache.org/jira/browse/DRILL-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685824#comment-16685824
 ] 

ASF GitHub Bot commented on DRILL-6848:
---------------------------------------

kkhatua closed pull request #1540: DRILL-6848: Duration panel in a query 
profile's WebUI does not open
URL: https://github.com/apache/drill/pull/1540
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 cbef5487453..8350a10637f 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Duration panel in a query profile's WebUI does not open
> -------------------------------------------------------
>
>                 Key: DRILL-6848
>                 URL: https://issues.apache.org/jira/browse/DRILL-6848
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Web Server
>    Affects Versions: 1.15.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>            Priority: Critical
>              Labels: ready-to-commit
>             Fix For: 1.15.0
>
>
> With DRILL-5571 ( PR #1531 ), I accidentally introduced a bug that 
> permanently keeps the "Duration" panel closed instead of opening it. It is a 
> trivial fix.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to