Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for storageEnabled (0.15 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            final String installationLink = fessConfig.getOnlineHelpInstallation();
            runtime.registerData("installationLink", getHelpUrl(installationLink));
            runtime.registerData("storageEnabled",
                    StringUtil.isNotBlank(fessConfig.getStorageEndpoint()) && StringUtil.isNotBlank(fessConfig.getStorageBucket()));
            final boolean eoled = isEoled();
            runtime.registerData("eoled", eoled);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 26.5K bytes
    - Viewed (2)
  2. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_plugin" /></p>
    						</a>
    					</li>
    					</c:if>
    					<c:if test="${fe:permission('admin-storage-view') and storageEnabled.booleanValue()}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/storage/')}" class="nav-link <c:if test="${param.menuType=='storage'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
Back to top