Skip to content

Commit

Permalink
disable textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkramny committed Aug 19, 2017
1 parent cccc0b6 commit 7b97057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/html/projects/taskModal.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
dt Raw output
dd: input(type="checkbox" ng-model="raw" title="show logs unbesmirched")

textarea.scroll(scroll-glue) {{ output_formatted }}
textarea.scroll(disabled, scroll-glue) {{ output_formatted }}

.modal-footer
button.btn.btn-default.pull-left(ng-click="$dismiss()") Dismiss
Expand Down

0 comments on commit 7b97057

Please sign in to comment.