Merge pull request #2646 from wenottingham/a-moment-like-this

Fix moment minute specifier.
This commit is contained in:
Bill Nottingham
2018-07-24 10:02:48 -04:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ function JobStatusGraph($window, adjustGraphSize, templateUrl, i18n, moment, gra
});
if(period === "day") {
timeFormat="H:M";
timeFormat="H:mm";
}
else {
timeFormat = "MMM D";