# | 80 |状态 | 81 |调度 | 82 |用户 | 83 |命令 | 84 |备注 | 85 |操作 | 86 |
---|---|---|---|---|---|---|
${jidx + 1} | 91 |92 | 启用 93 | 停用 94 | | 95 |96 | ${job.slices} 97 | | 98 |99 | ${job.user} 100 | | 101 |102 | ${job.command} 103 | | 104 |105 | ${job.comment} 106 | | 107 |108 | 109 | 110 | | 111 |
# | 27 |地址 | 28 |状态 | 29 |
---|---|---|
${(Number(hostsTable.params.page)-1) * Number(hostsTable.params.pageSize) + idx + 1} | 38 |${row.address} | 39 |${row.status} | 40 |
基本信息 | |
---|---|
地址 | ${currHost.address} |
状态 | ${currHost.status} |
创建时间 | ${currHost.created_at} |
最近更新时间 | ${currHost.updated_at} |
计划任务(${currHostJobsTable.total}) | |||||
---|---|---|---|---|---|
# | 名称 | 状态 | 描述 | 调度周期 | 创建时间 |
${idx + 1} | 96 |${row.name} | 97 |${row.status} | 98 |${row.description} | 99 |${row.spec} | 100 |${row.created_at} | 101 |
# | 26 |来源 | 27 |标识 | 28 |用户 | 29 |类型 | 30 |时间 | 31 |
---|---|---|---|---|---|
${(Number(recordsTable.params.page)-1) * Number(recordsTable.params.pageSize) + idx + 1} | 40 |${resourceTypeMp[row.resource_type]} | 41 |${row.resource_label} | 42 |${row.user} | 43 |${operationTypeMp[row.operation_type]} | 44 |${row.created_at} | 45 |
用户 | ${currRecord.user} |
---|---|
时间 | ${currRecord.created_at} |
来源 | ${resourceTypeMp[currRecord.resource_type]} |
标识 | ${currRecord.resource_label} |
类型 | ${operationTypeMp[currRecord.operation_type]} |
数据 |