Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort list of queries in web UI for display #14428

Merged
merged 4 commits into from
Jul 1, 2021

Commits on Jun 29, 2021

  1. Sort list of queries in web UI for display

    * Fix display of running and slow queries in web UI when there are multiple
      coordinators. Previously, the display order of queries was undefined, which
      could lead to queries from one coordinator being display on top once and
      then the queries from another. That made using this UI harder than necessary.
    jsteemann committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    62ee5e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update js/apps/system/_admin/aardvark/APP/frontend/js/views/queryMana…

    …gementView.js
    
    Co-authored-by: Simran <Simran-B@users.noreply.github.com>
    jsteemann and Simran-B committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d7c7a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bd51a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    851629d View commit details
    Browse the repository at this point in the history