Add Run id as a parameter to the artifacts table (#2799)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
This commit is contained in:
@@ -141,7 +141,9 @@ function WorkflowParametersPanel() {
|
||||
</span>
|
||||
) : (
|
||||
<span className="text-sm text-slate-400">
|
||||
{parameter.parameterType}
|
||||
{parameter.parameterType === "onepassword"
|
||||
? "credential"
|
||||
: parameter.parameterType}
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user