GitHub user sindhurirayavaram opened a pull request:

    https://github.com/apache/drill/pull/933

    DRILL-5765: Json query profile is not shown on Web UI

    The "graph.js", used in the profiles page of Drill Web UI, uses 
$(window).load(function () {}). The ".load" function is deprecated from the 
Jquery after 1.8. In this change, I have changed the function to onload. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sindhurirayavaram/drill bug

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/933.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #933
    
----
commit 833e69c0b5811449667446b06212016f5925e9cd
Author: Sindhuri Rayavaram <[email protected]>
Date:   2017-09-01T23:51:07Z

    DRILL-5765: Json query profile is not shown on Web UI

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to