mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] add host field to tree and form view
This commit is contained in:
parent
ff3cd203c7
commit
8c5221f9ba
@ -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,
|
||||
}
|
||||
|
@ -128,6 +128,7 @@
|
||||
<field name="state"/>
|
||||
<field name="result"/>
|
||||
<field name="pid"/>
|
||||
<field name="host"/>
|
||||
<field name="job_start"/>
|
||||
<field name="job_end"/>
|
||||
<field name="job_time"/>
|
||||
@ -153,6 +154,7 @@
|
||||
<field name="job"/>
|
||||
<field name="result"/>
|
||||
<field name="pid"/>
|
||||
<field name="host"/>
|
||||
<field name="job_start"/>
|
||||
<field name="job_time"/>
|
||||
<field name="job_age"/>
|
||||
@ -163,7 +165,7 @@
|
||||
<field name="model">runbot.build</field>
|
||||
<field name="arch" type="xml">
|
||||
<graph string="Builds" type="pivot">
|
||||
<field name="repo_id" type="row"/>
|
||||
<field name="create_date" interval="week" type="row"/>
|
||||
<field name="state" type="col"/>
|
||||
</graph>
|
||||
</field>
|
||||
|
Loading…
Reference in New Issue
Block a user