Skip to content

Commit 446a584

Browse files
author
guoxiaolong
committed
[SPARK-20942]'top' replace 'above'
1 parent 5fc7c59 commit 446a584

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/src/main/resources/org/apache/spark/ui/static/historypage-template.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,47 @@
2020
<thead>
2121
<tr>
2222
<th>
23-
<span data-toggle="tooltip" data-placement="right" title="ID of this application.">
23+
<span data-toggle="tooltip" data-placement="top" title="ID of this application.">
2424
App ID
2525
</span>
2626
</th>
2727
<th>
28-
<span data-toggle="tooltip" data-placement="right" title="Name of this application.">
28+
<span data-toggle="tooltip" data-placement="top" title="Name of this application.">
2929
App Name
3030
</span>
3131
</th>
3232
<th class="attemptIDSpan">
33-
<span data-toggle="tooltip" data-placement="right" title="The attempt ID of this application since one application might be launched several times">
33+
<span data-toggle="tooltip" data-placement="top" title="The attempt ID of this application since one application might be launched several times">
3434
Attempt ID
3535
</span>
3636
</th>
3737
<th>
38-
<span data-toggle="tooltip" data-placement="right" title="Started time of this application.">
38+
<span data-toggle="tooltip" data-placement="top" title="Started time of this application.">
3939
Started
4040
</span>
4141
</th>
4242
<th class="completedColumn">
43-
<span data-toggle="tooltip" data-placement="right" title="The completed time of this application.">
43+
<span data-toggle="tooltip" data-placement="top" title="The completed time of this application.">
4444
Completed
4545
</span>
4646
</th>
4747
<th>
48-
<span data-toggle="tooltip" data-placement="right" title="The duration time of this application.">
48+
<span data-toggle="tooltip" data-placement="top" title="The duration time of this application.">
4949
Duration
5050
</span>
5151
</th>
5252
<th>
53-
<span data-toggle="tooltip" data-placement="right" title="The Spark user of this application">
53+
<span data-toggle="tooltip" data-placement="top" title="The Spark user of this application">
5454
Spark User
5555
</span>
5656
</th>
5757
<th>
58-
<span data-toggle="tooltip" data-placement="right" title="The timestamp of the last updating on this application">
58+
<span data-toggle="tooltip" data-placement="top" title="The timestamp of the last updating on this application">
5959
Last Updated
6060
</span>
6161
</th>
6262
<th>
63-
<span data-toggle="tooltip" data-placement="right" title="Download the event log for this application">
63+
<span data-toggle="tooltip" data-placement="top" title="Download the event log for this application">
6464
Event Log
6565
</span>
6666
</th>

0 commit comments

Comments
 (0)