diff --git a/templates/job.html b/templates/job.html
index 5e4e721..7cd7500 100644
--- a/templates/job.html
+++ b/templates/job.html
@@ -114,7 +114,7 @@
},
computed: {
logWithColors: function() {
- if (this.job) {
+ if (this.job.log != undefined) {
return ansispan(this.job.log);
} else {
return "";