Skip to content

Commit e98e6f4

Browse files
committed
Enable search builder for the Builds page as well.
If anything, it's even more useful there.
1 parent 6a926f3 commit e98e6f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/builds.js

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ bt.builds.createdRow = function (row, data) {
2626

2727
bt.builds.init = function () {
2828
$('.table').dataTable({
29+
fixedHeader: true,
30+
layout: {
31+
topStart: 'searchBuilder'
32+
},
2933
ajax: {
3034
url: `${bt.basePath}json/allbuilds/`,
3135
dataSrc: ""

0 commit comments

Comments
 (0)