- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for bugReportItems (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/web/api/admin/systeminfo/ApiAdminSysteminfoAction.java
final List<Map<String, String>> bugReportItems = getBugReportItems(); final List<Map<String, String>> envItems = getEnvItems(); final List<Map<String, String>> fessPropItems = getFessPropItems(fessConfig); final List<Map<String, String>> propItems = getPropItems(); return asJson(new ApiResult.ApiSystemInfoResponse().bugReportProps(bugReportItems) .envProps(envItems)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/systeminfo/admin_systeminfo.jsp
<div class="card-body"> <textarea id="bugReportData" class="systemInfoData form-control" readonly> <c:forEach var="item" items="${bugReportItems}">${f:h(item.label)}=${f:h(item.value)} </c:forEach> </textarea> </div> </div> </div> </div> </section>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
* Registers bug report items for rendering. * * @param data the render data to populate */ protected void registerBugReportItems(final RenderData data) { RenderDataUtil.register(data, "bugReportItems", getBugReportItems()); } /** * Gets a list of environment variables as key-value pairs. * * @return list of environment variable items */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0)