You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/11/13 22:11:53 UTC

[GitHub] kkhatua closed pull request #1540: DRILL-6848: Duration panel in a query profile's WebUI does not open

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:
users@infra.apache.org


With regards,
Apache Git Services