Enhance A2A Multi-Tenancy and Visibility: Table Redesign, Owner Column, and Logic Cleanup#1385
Merged
crivetimihai merged 8 commits intomainfrom Nov 4, 2025
Merged
Conversation
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
The A2A agents table now has 12 columns (ID, Name, Description, Endpoint, Tags, Type, Status, Reachability, Owner, Team, Visibility, Actions), but the empty state message was still using colspan=7. This updates it to colspan=12 for proper table formatting. Also removes trailing whitespace from button element. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
2780892 to
c0c110b
Compare
crivetimihai
approved these changes
Nov 4, 2025
11 tasks
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
…n, and Logic Cleanup (IBM#1385) * add Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * added owner Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * a2a agent tabular Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * list a2a Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * test Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * filter tag Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * description Signed-off-by: rakdutta <rakhibiswas@yahoo.com> * fix: update A2A agents empty state colspan to match table columns The A2A agents table now has 12 columns (ID, Name, Description, Endpoint, Tags, Type, Status, Reachability, Owner, Team, Visibility, Actions), but the empty state message was still using colspan=7. This updates it to colspan=12 for proper table formatting. Also removes trailing whitespace from button element. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: rakdutta <rakhibiswas@yahoo.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing the a2a UI gap for visibility #967
This pull request updates the A2A Agents section in the admin dashboard for better usability and consistency.
Key Updates:
Replaced the old card layout with a responsive table showing agent ID, owner email, team, visibility, and actions.
Added an “Owner” column to both A2A Agents and Gateways tables for easier tracking.
Improved status, tag, and action button rendering for better readability.
JavaScript Enhancements:
Simplified tag filtering by using a unified selector across all entity types.
Removed outdated tag selector code and aligned logic with the new table layout.
Enhanced dynamic section headers and row rendering for A2A agents to match the new structure.