Commit eda92711 authored by Leo Iannacone's avatar Leo Iannacone

by default package in status bar links to /buildlog

parent 3840382c
......@@ -14,7 +14,7 @@ function Page_Generic() {
function __get_status_html_href(status_data) {
var result = config.paths.distribution + '#' + status_data.distribution;
if (status_data.hasOwnProperty('package'))
result += '/' + status_data.package.replace('_', '/') + '/datestamp';
result += '/' + status_data.package.replace('_', '/') + '/buildlog';
return result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment