%inherit file="master.html"/> <%namespace name="captcha" module="bodhi.captcha"/> <%namespace name="json" module="json"/>
Submitter |
|
||
Builds |
|
||
Update ID | ${update.alias} | ||
Release | % if update.release:${update.release.name} | % endif||
Karma | ${self.util.karma2html(update.karma) | n} % if update.stable_karma: stable threshold: ${update.stable_karma} % endif % if update.unstable_karma: unstable threshold: ${update.unstable_karma} % endif | ||
Type | ${self.util.type2html(update.type) | n} | ||
Severity | ${self.util.severity2html(update.severity) | n} | ||
Request | ${self.util.request2html(update.request) | n} | ||
Status | ${self.util.status2html(update.status) | n} | ||
Suggestion | ${self.util.suggestion2html(update.suggest) | n} | ||
Submitted | ${self.util.age(update.date_submitted)}, ${str(update.date_submitted).split('.')[0]} (UTC) | ||
In Testing | ${self.util.age(update.date_testing)}, ${str(update.date_testing).split('.')[0]} (UTC) | ||
In Stable | ${self.util.age(update.date_stable)}, ${str(update.date_stable).split('.')[0]} (UTC) | ||
Days to Stable | ${update.days_to_stable} | ||
Modified | ${self.util.age(update.date_modified)}, ${str(update.date_modified).split('.')[0]} (UTC) | ||
approved | ${self.util.age(update.date_approved)}, ${str(update.date_approved).split('.')[0]} (UTC) |
${self.util.karma2html(update.get_bug_karma(bug)) | n} | ${self.util.bug_link(bug) | n} |
${self.util.karma2html(update.get_testcase_karma(test)) | n} | ${self.util.testcase_link(test) | n} |