Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/935#discussion_r140574454
--- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
@@ -162,8 +226,7 @@
</div>
<div id="fragment-overview" class="panel-collapse collapse">
<div class="panel-body">
- <svg id="fragment-overview-canvas" class="center-block"></svg>
--- End diff --
Talked to Kunal, it turned out that we need this canvas to display graphic
for fragments execution time, so I guess we need to return it back.
---