Skip to content

Commit

Permalink
Allows copying of pipeline source (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer authored and k8s-ci-robot committed Nov 16, 2018
1 parent e6b4107 commit b2c3440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/PipelineDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class PipelineDetails extends Page<{}, PipelineDetailsState> {
lineNumbers: true,
lineWrapping: true,
mode: 'text/yaml',
readOnly: 'nocursor',
readOnly: true,
theme: 'default',
}}
/>
Expand Down

0 comments on commit b2c3440

Please sign in to comment.