From b8d06e7fa06ee06ccbfab2fd7a0cc5088cf2103e Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Wed, 5 Aug 2015 16:57:50 +0200 Subject: [PATCH] [IMP] runbot: add links to sticky-dashboard --- runbot/runbot.py | 1 + runbot/runbot.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index 17e4fca3..82d2669c 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -1228,6 +1228,7 @@ class RunbotController(http.Controller): if 'name' not in r: r.update({ 'name': repo.name, + 'base': repo.base, 'testing': count([('repo_id', '=', repo.id), ('state', '=', 'testing')]), 'running': count([('repo_id', '=', repo.id), ('state', '=', 'running')]), 'pending': count([('repo_id', '=', repo.id), ('state', '=', 'pending')]), diff --git a/runbot/runbot.xml b/runbot/runbot.xml index b4552492..58f1063a 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -494,9 +494,9 @@
- +
- on + on