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:
commit
90c03af61b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user