Commit 3009f785 authored by Leo Iannacone's avatar Leo Iannacone

datesteamp: bold only time

parent c7485bd5
...@@ -294,6 +294,7 @@ function Page_Distrubion(socket) { ...@@ -294,6 +294,7 @@ function Page_Distrubion(socket) {
view.package.orig_name + '.datestamp'; view.package.orig_name + '.datestamp';
debug(2, 'getting datestamp'); debug(2, 'getting datestamp');
$.get(url, function (data) { $.get(url, function (data) {
data = data.replace(/ (\d+:\d+(:\d+)?)$/mg, ' <b>$1</b>');
data = data.replace('Build finished', 'finished'); data = data.replace('Build finished', 'finished');
data = data.replace('Elapsed', 'elapsed'); data = data.replace('Elapsed', 'elapsed');
data = data.replace(/\n$/g, ''); data = data.replace(/\n$/g, '');
......
...@@ -168,6 +168,7 @@ footer .info { ...@@ -168,6 +168,7 @@ footer .info {
padding-top: 3px; padding-top: 3px;
margin-top: 2px; margin-top: 2px;
display: inline-block; display: inline-block;
font-weight: normal;
} }
#file pre.preview { #file pre.preview {
......
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