Vitalii Diravka created DRILL-7134:
--------------------------------------

             Summary: Drill WebUI alert confirmation boxes
                 Key: DRILL-7134
                 URL: https://issues.apache.org/jira/browse/DRILL-7134
             Project: Apache Drill
          Issue Type: Improvement
          Components: Web Server
    Affects Versions: 1.15.0
            Reporter: Vitalii Diravka
             Fix For: Future


Drill WebUI shows alert boxes for confirmation some action in several places 
(see [#1692|https://github.com/apache/drill/pull/1692#discussion_r266598607]). 
Alert boxes shouldn't be the standard for Drill WebUI.

It can be with replaced with 
[jquery.confirm|http://myclabs.github.io/jquery.confirm/] lib.
Example:
{code}
<a href="home" class="confirm">Go to home</a>
$(".confirm").confirm();
{code}
Or some internal new modal can be introduced for using instead of regular alert 
confirm boxes.



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

Reply via email to