Dashboard: Move display of PipelineResources from StepDetails to TaskRunDetails

Created on 7 Jul 2021  路  4Comments  路  Source: tektoncd/dashboard

PipelineResources are specified at the Task level, not at the step level, and this should be reflected in the UI.

Our current display of Input / Output PipelineResources in the StepDefinition component should be moved to a 'Resources' tab in the TaskRunDetails component, between the existing 'Parameters' and 'Results' tabs.

Note: the showIO prop in the PipelineRun component should be respected so that the new TaskRunDetails tab will only be displayed when showIO === true, and the prop should also be set in the TaskRun container.

kindesign

Most helpful comment

Thanks @taechonkim, feel free to work on this. Let me know if you have any questions.

All 4 comments

@AlanGreene Hi I want to work on this issue, I'll appreciate to assign to me 馃檪

Thanks @taechonkim, feel free to work on this. Let me know if you have any questions.

@AlanGreene Hi Alan :) I worked on this issue at https://github.com/tektoncd/dashboard/pull/2135
It would be appreciated if you could check it out.
And, I wonder how can i trigger prow test jobs. (pull-tekton-dashboard-*-tests)
I look forward to hearing from you. :)
Thank you 馃檪

Closed by #2135

Was this page helpful?
0 / 5 - 0 ratings