Skip to content

Commit 20bfd4d

Browse files
committed
Made locale "en" for timeline-view.
1 parent 2c5d489 commit 20bfd4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/resources/org/apache/spark/ui/static/timeline-view.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function drawApplicationTimeline(groupArray, eventObjArray, startTime, offset) {
2828
showCurrentTime: false,
2929
start: startTime,
3030
zoomable: false,
31+
locale: "en",
3132
moment: function (date) {
3233
return vis.moment(date).utcOffset(offset);
3334
}
@@ -110,6 +111,7 @@ function drawJobTimeline(groupArray, eventObjArray, startTime, offset) {
110111
showCurrentTime: false,
111112
start: startTime,
112113
zoomable: false,
114+
locale: "en",
113115
moment: function (date) {
114116
return vis.moment(date).utcOffset(offset);
115117
}
@@ -194,6 +196,7 @@ function drawTaskAssignmentTimeline(groupArray, eventObjArray, minLaunchTime, ma
194196
start: minLaunchTime,
195197
end: maxFinishTime,
196198
zoomable: false,
199+
locale: "en",
197200
moment: function (date) {
198201
return vis.moment(date).utcOffset(offset);
199202
}

0 commit comments

Comments
 (0)