[% USE Whostmgr; USE JSON; SET PAGE_BASE = '/scripts12/task_queue_monitor/'; SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE); WRAPPER 'master_templates/master.tmpl' breadcrumburl = PAGE_BASE, base = PAGE_BASE, stylesheets = [ rtl_bootstrap, Whostmgr.find_file_url('/templates/task_queue_monitor/index.min.css'), ], theme='bootstrap' CJT2_EXCLUSIVE = 1, app_key = 'task_queue_monitor'; PROCESS 'master_templates/cjt2_header_include.tt'; %]

[% locale.maketext('This interface monitors [asis,cPanel amp() WHM]’s task queue in real time.') %]

[% locale.maketext('Loading …') %]

{{last_update_descr}}

[% locale.maketext('Processing[comment,a task is running right now]') %] ({{LOCALE.numf(queue.processing.length)}}):

[% locale.maketext('Pending') %] ({{LOCALE.numf(queue.waiting.length)}}):

[% locale.maketext('Deferred') %] ({{LOCALE.numf(queue.deferred.length)}}):

[% locale.maketext('Scheduled') %] ({{LOCALE.numf(sched.length)}}):

[% locale.maketext('The task queue is empty. Any updates to the queue will appear here.') %]

[% END #wrapper -%]