summaryrefslogtreecommitdiffstats
path: root/webui/src/Event.js
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2017-01-08 17:15:58 +0100
committerOliver Poignant <oliver@poignant.se>2017-01-08 17:15:58 +0100
commit465cb9263fb1ffc9ba2d4a912847322920180caa (patch)
tree59932075b5f6426088704abac7c53f8c476da2a4 /webui/src/Event.js
parent324c3518d4b98da5bb660c62fa1503c47139c088 (diff)
downloadGit-Auto-Deploy-origin/master.zip
Git-Auto-Deploy-origin/master.tar.gz
Git-Auto-Deploy-origin/master.tar.bz2
Diffstat (limited to 'webui/src/Event.js')
-rw-r--r--webui/src/Event.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/src/Event.js b/webui/src/Event.js
index e5c8394..f5a2dd2 100644
--- a/webui/src/Event.js
+++ b/webui/src/Event.js
@@ -21,6 +21,9 @@ class Event {
if(this.event.type === "WebhookAction")
return "blue";
+ if(this.event.type === "DeployEvent")
+ return "blue";
+
return "blue";
// return "purple";
}