dannym pushed a commit to branch master
in repository maintenance.

commit 397c2eac218a2e552c0f278ec90a948ce33bd56e
Author: Danny Milosavljevic <dan...@scratchpost.org>
Date:   Thu Feb 15 01:31:11 2018 +0100

    hydra: status: Be non-committal about whether the build was in the past or
    not in the tooltip text.
    
    * hydra/nginx/html/status/index.html: Be non-committal about whether the
    build was in the past or not in the tooltip text.
---
 hydra/nginx/html/status/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/html/status/index.html 
b/hydra/nginx/html/status/index.html
index 0089c82..ca1c586 100644
--- a/hydra/nginx/html/status/index.html
+++ b/hydra/nginx/html/status/index.html
@@ -258,7 +258,7 @@ function addPackagegroupelement(table, packagegroupid, 
buildid, system, buildtim
                        a.textContent = "Log " + system;
                } else
                        a.textContent = system;
-               a.title = system + " (built at " + new Date((buildtime*1)*1000) 
+ ")";
+               a.title = system + " (build at " + new Date((buildtime*1)*1000) 
+ ")";
                a.target = a.href;
                div.appendChild(a);
                return div;

Reply via email to