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

[kwa-trials-logs] Create the LOGS tab of Trial's details page in KWA #2101

Merged

Commits on Feb 14, 2023

  1. backend: Update error message when no logs could be found

    * Update the message the backend sends to not just expose that logs are
      not there because 'retain' might not be set, but also because the
      cluster was scaled down.
    
    Signed-off-by: Elena Zioga <elena@arrikto.com>
    elenzio9 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9b10a39 View commit details
    Browse the repository at this point in the history
  2. frontend: Add LOGS tab in Trial details page

    In this commit:
    
    * Create a distinct LOGS tab, which displays the trial's logs in the
      Trial details page.
    * Don't show the backend's error popup for logs, but show the message
      error in the admonition.
    
    Signed-off-by: Elena Zioga <elena@arrikto.com>
    elenzio9 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    340add3 View commit details
    Browse the repository at this point in the history