guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: status: Be non-committal about whether the build was in th


From: Danny Milosavljevic
Subject: 01/01: hydra: status: Be non-committal about whether the build was in the past or not in the tooltip text.
Date: Wed, 14 Feb 2018 19:32:35 -0500 (EST)

dannym pushed a commit to branch master
in repository maintenance.

commit 397c2eac218a2e552c0f278ec90a948ce33bd56e
Author: Danny Milosavljevic <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]