mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03: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") {
|
||||
timeFormat="H:M";
|
||||
timeFormat="H:mm";
|
||||
}
|
||||
else {
|
||||
timeFormat = "MMM D";
|
||||
|
||||
Reference in New Issue
Block a user