From 8c5221f9ba5ef856e40bafff8929f199a652ed4d Mon Sep 17 00:00:00 2001 From: Gery Debongnie Date: Mon, 18 Aug 2014 12:11:28 +0200 Subject: [PATCH] [FIX] add host field to tree and form view --- runbot/runbot.py | 1 + runbot/runbot.xml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index 6ce6bffc..33dcce4a 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -1082,6 +1082,7 @@ class RunbotController(http.Controller): 'job_time': s2human(real_build.job_time), 'job': real_build.job, 'domain': real_build.domain, + 'host': real_build.host, 'port': real_build.port, 'subject': build.subject, } diff --git a/runbot/runbot.xml b/runbot/runbot.xml index 3f94b700..c2434e32 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -128,6 +128,7 @@ + @@ -153,6 +154,7 @@ + @@ -163,7 +165,7 @@ runbot.build - +