Backport of [ui] Adds meta k/v tables to Task Group and Task pages into release/1.9.x #24696
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.
Backport
This PR is auto-generated from #24594 to be assessed for backporting due to the inclusion of the label backport/1.9.x.
The below text is copied from the body of the original PR.
Description
In addition to
job.meta
,job.taskGroups[].meta
andjob.taskGroups[].tasks[].meta
blocks are valid jobspec blocks (docs)This PR adds tables to show their key/values on relevant gruop and task pages that have them. This uses the same table that is otherwise shown on job index pages (or parameterized/periodic job dispatches).
Testing & Reproduction steps
Add a
meta
block with some entries to one your jobs' taskGroups and tasks, and navigate to those in the web UI.Resolves #24345
Overview of commits