Skip to content

fix(web): add missing PAGE_TITLES entries for roles, role-bindings, quotas - #1412

Open
ptone wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
ptone:scion/af-dev-page-titles
Open

fix(web): add missing PAGE_TITLES entries for roles, role-bindings, quotas#1412
ptone wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
ptone:scion/af-dev-page-titles

Conversation

@ptone

@ptone ptone commented Aug 30, 2026

Copy link
Copy Markdown
Member

Summary

  • /admin/roles, /admin/role-bindings, and /admin/quotas were all missing from the PAGE_TITLES map in app-shell.ts
  • getPageTitle() falls through to the literal fallback string, so the header displayed "Page Not Found" on all three pages despite correct page bodies
  • Adds the 3 missing entries

/admin/roles, /admin/role-bindings, and /admin/quotas were missing from
the PAGE_TITLES map in app-shell.ts, causing the header to display
'Page Not Found' instead of the correct page title.
@google-cla

google-cla Bot commented Aug 30, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the page titles mapping in web/src/components/app-shell.ts to include new admin routes for roles, role bindings, and quotas. There are no review comments, and we have no feedback to provide.

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.

1 participant