Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for job_log (0.37 sec)

  1. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="purgeJobLogDay" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.purge_job_log_day"/></label>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="purgeJobLogDay"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                    <th class="text-center" style="width: 15%"><la:message
                                                            key="labels.joblog_jobStatus"/></th>
                                                    <th style="width: 25%"><la:message
                                                            key="labels.joblog_startTime"/></th>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 11.4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog_details.jsp

            <jsp:param name="menuType" value="jobLog"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
                            <h1>
                                <la:message key="labels.joblog_title_details"/>
                            </h1>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.8K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						</a></li></c:if>
    
    					<c:if test="${fe:permission('admin-joblog-view')}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/joblog/')}" class="nav-link <c:if test="${param.menuType=='jobLog'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_jobLog" /></p>
    						</a></li></c:if>
    
    					<c:if test="${fe:permission('admin-crawlinginfo-view')}">
    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