arina-ielchiieva commented on a change in pull request #1531: DRILL-5571: 
Cancel running query from its Web UI
URL: https://github.com/apache/drill/pull/1531#discussion_r232450805
 
 

 ##########
 File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl
 ##########
 @@ -50,6 +50,34 @@
         "info": false
       }
     );} );
+
+    //Show cancellation status
+    function showCancelPopup(queryId) {
 
 Review comment:
   Consider using bootstrap modal 
(https://getbootstrap.com/docs/4.0/components/modal/), it will look much nicer 
and user-friendly plus you won't need all `CSS to control Floating Cancel 
Popup` stuff.

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


With regards,
Apache Git Services

Reply via email to