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

Fix workload list header text #13201

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richard-cox
Copy link
Member

@richard-cox richard-cox commented Jan 24, 2025

Summary

Fixes #13197

Occurred changes and/or fixed issues

  • this normally comes from the schema
    • shell/components/ResourceList/index.vue schema --> shell/components/ResourceList/Masthead.vue --> _typeDisplay?
  • there's an override in the resource list though that looks at the custom list's object typeDisplay param
    • shell/components/ResourceList/index.vue this.customTypeDisplay = component.typeDisplay.apply(this);
  • typeDisplay is a method outside of the vue method param and was removed in one of the pagination PRs
  • fix is to add it back in again

Areas or cases that should be tested

  • Workload list title

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes

- this normally comes from the schema
- there's an override in the resource list though that looks at the custom list's object typeDisplay param
- typeDisplay is a method outside of the vue method param and was removed in one of the pagination PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title of workloads page is "?"
1 participant