Fix moment minute specifier.

This commit is contained in:
Bill Nottingham 2018-07-23 21:24:37 -04:00
parent 4c023d21af
commit 39ffeb31f9

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";