Skip to content

Commit 949b54d

Browse files
authored
Merge pull request #794 from DarkmatterVale/remove_search
Disable search in community projects
2 parents 78de56c + 6576617 commit 949b54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/WEB-INF/includes/pageparts/projecttable.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<%@page contentType="text/html" pageEncoding="UTF-8"%>
88
<%@ include file="/WEB-INF/includes/include.jsp"%>
99

10-
<table id="project-table" class="table" data-toggle="table" data-url="<url:getUrl url="${param.url}"/>" data-toolbar="#toolbar" data-search="true" data-side-pagination="server" data-pagination="true">
10+
<table id="project-table" class="table" data-toggle="table" data-url="<url:getUrl url="${param.url}"/>" data-toolbar="#toolbar" data-search="false" data-side-pagination="server" data-pagination="true">
1111
<thead>
1212
<tr>
1313
<th data-field="type" data-sortable="true" data-formatter="formatType" data-width="30px" data-align="center">&nbsp;</th>
@@ -74,4 +74,4 @@
7474
}
7575
return value;
7676
}
77-
</script>
77+
</script>

0 commit comments

Comments
 (0)