mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Fix moment minute specifier.
This commit is contained in:
parent
4c023d21af
commit
39ffeb31f9
@ -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…
x
Reference in New Issue
Block a user