diff --git a/contrib/monitor/index.html b/contrib/monitor/index.html index f98991e..743b8e3 100644 --- a/contrib/monitor/index.html +++ b/contrib/monitor/index.html @@ -250,6 +250,14 @@ +
+
+

+ Last updated: N/A. +

+
+
+ @@ -289,6 +297,14 @@ +
+
+

+ Last updated: N/A. +

+
+
+ @@ -328,6 +344,14 @@ +
+
+

+ Last updated: N/A. +

+
+
+ diff --git a/contrib/monitor/js/eddn.js b/contrib/monitor/js/eddn.js index d4677e2..b7db040 100644 --- a/contrib/monitor/js/eddn.js +++ b/contrib/monitor/js/eddn.js @@ -106,6 +106,8 @@ var doUpdateSoftwares = function() if ($(this).html() == "0") $(this).addClass("warning"); }); + + $('#softwares').find(".update_timestamp").html(d.toString("yyyy-MM-dd HH:mm:ss")); } }); } @@ -165,6 +167,8 @@ var doUpdateUploaders = function() if ($(this).html() == "0") $(this).addClass("warning"); }); + + $('#uploaders').find(".update_timestamp").html(d.toString("yyyy-MM-dd HH:mm:ss")); } }); } @@ -224,6 +228,8 @@ var doUpdateSchemas = function() if ($(this).html() == "0") $(this).addClass("warning"); }); + + $('#schemas').find(".update_timestamp").html(d.toString("yyyy-MM-dd HH:mm:ss")); } }); }