From 483fc5319a98a39c70d216dc09cf6edaef1272a4 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Tue, 11 Jun 2019 11:31:24 +0200 Subject: [PATCH] [IMP] runbot_merge: show `failed` PR on dashboard Closes #138 --- runbot_merge/views/templates.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/runbot_merge/views/templates.xml b/runbot_merge/views/templates.xml index 744a8f20..773c9c10 100644 --- a/runbot_merge/views/templates.xml +++ b/runbot_merge/views/templates.xml @@ -27,6 +27,7 @@ .pr-listing > * { display: inline-block; } .pr-awaiting { opacity: 0.8; } .pr-blocked { opacity: 0.6; } + .pr-failed { opacity: 0.9; } @@ -77,6 +78,24 @@ + +
+
Failed
+ +