We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78de56c + 6576617 commit 949b54dCopy full SHA for 949b54d
src/main/webapp/WEB-INF/includes/pageparts/projecttable.jsp
@@ -7,7 +7,7 @@
7
<%@page contentType="text/html" pageEncoding="UTF-8"%>
8
<%@ include file="/WEB-INF/includes/include.jsp"%>
9
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">
+<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">
11
<thead>
12
<tr>
13
<th data-field="type" data-sortable="true" data-formatter="formatType" data-width="30px" data-align="center"> </th>
@@ -74,4 +74,4 @@
74
}
75
return value;
76
77
-</script>
+</script>
0 commit comments