1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

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
commit 90c03af61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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