Skip to content

Commit 614c876

Browse files
committed
AZK-81- Added web context to next and previous URL.
1 parent 5acf2da commit 614c876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azkaban/src/java/azkaban/web/pages/execution_history.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
124124
</table>
125125
<div class="pagination">
126126
#if($begin > 0)
127-
<a href="/history?begin=$utils.max(0, $utils.sub($begin, $size))&amp;size=${size}">
127+
<a href="${context}/history?begin=$utils.max(0, $utils.sub($begin, $size))&amp;size=${size}">
128128
Previous &middot;
129129
</a>
130130
#end
131-
<a href="/history?begin=${utils.add($begin, $size)}&size=${size}">
131+
<a href="${context}/history?begin=${utils.add($begin, $size)}&size=${size}">
132132
Next
133133
</a>
134134
</div>

0 commit comments

Comments
 (0)