DRILL-6848: Duration panel in a query profile's WebUI does not open DRILL-5571 ( PR #1531 ) accidentally introduced a bug that permanently keeps the "Duration" panel closed instead of opening it. This trivial patch fixes that.
DRILL-5571: Cancel running query from its Web UI Currently, a running query can be cancelled by navigating to the Edit Query Tab of the profile page, making it difficult to access. This commit allows the user to cancel. In addition, the Duration segment is also made visible by default rather than collapsed.