Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7134

Drill WebUI alert confirmation boxes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.15.0
    • Future
    • Web Server
    • None

    Description

      Drill WebUI shows alert boxes for confirmation some action in several places (see #1692). 
      Alert boxes shouldn't be the standard for Drill WebUI.

      It can be with replaced with jquery.confirm lib.
      Example:

      <a href="home" class="confirm">Go to home</a>
      $(".confirm").confirm();
      

      Or some internal new modal can be introduced for using instead of regular alert confirm boxes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vitalii Vitalii Diravka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: