All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.index.ftl Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version



  	<#import "./common/common.macro.ftl" as netCommon>
	<@netCommon.commonStyle />
    
    
    ${I18n.admin_name}

sidebar-collapse ">
<@netCommon.commonHeader /> <@netCommon.commonLeft "index" />

${I18n.job_dashboard_name}

<#-- 任务信息 -->
${I18n.job_dashboard_job_num} ${jobInfoCount}
${I18n.job_dashboard_job_num_tip}
<#-- 调度信息 -->
${I18n.job_dashboard_trigger_num} ${jobLogCount}
${I18n.job_dashboard_trigger_num_tip} <#--<#if jobLogCount gt 0> 调度成功率:${(jobLogSuccessCount*100/jobLogCount)?string("0.00")}% -->
<#-- 执行器 -->
${I18n.job_dashboard_jobgroup_num} ${executorCount}
${I18n.job_dashboard_jobgroup_num_tip}
<#-- 调度报表:时间区间筛选,左侧折线图 + 右侧饼图 -->

${I18n.job_dashboard_report}

<#---->
<#---->
<#-- 左侧折线图 -->
<#-- 右侧饼图 -->
<@netCommon.commonFooter />
<@netCommon.commonScript /> <#-- echarts -->




© 2015 - 2024 Weber Informatics LLC | Privacy Policy