serposcope.views.admin.TaskController.tasks.ftl.html Maven / Gradle / Ivy
The newest version!
<#-- @ftlvariable name="serp" type="com.serphacker.serposcope.models.google.GoogleSerp" -->
<#import "../admin.ftl.html" as layout>
<@layout.adminLayout i18n("admin.task.title") >
${i18n("admin.task.runningTasks")}
#
${i18n("label.mode")}
${i18n("label.module")}
${i18n("label.started")}
${i18n("label.progress")}
${i18n("label.captchas")}
${i18n("label.errors")}
${i18n("label.actions")}
<#list running as task>
${task.getId()}
${task.getMode()}
${task.getModule()}
${global.ldtf.format(task.getStarted())}
${task.getCaptchas()}
${task.getErrors()}
abort
#list>
${i18n("admin.task.doneTasks")}
@>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy