mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Fix moment minute specifier.
This commit is contained in:
@@ -75,7 +75,7 @@ function JobStatusGraph($window, adjustGraphSize, templateUrl, i18n, moment, gra
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(period === "day") {
|
if(period === "day") {
|
||||||
timeFormat="H:M";
|
timeFormat="H:mm";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
timeFormat = "MMM D";
|
timeFormat = "MMM D";
|
||||||
|
|||||||
Reference in New Issue
Block a user