mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
T10: TimerConfig CURD - task management with run_type/status editing,
manual trigger button, task_name read-only, no add/delete
T11: TimerLog CURD - read-only log viewer with filters and color badges
T12: Host list enhanced - is_master column, setMaster button
13 lines
455 B
PHP
13 lines
455 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'system.timer_config/index',
|
|
addUrl: 'system.timer_config/add' + location.search,
|
|
editUrl: 'system.timer_config/edit',
|
|
readUrl: 'system.timer_config/read',
|
|
deleteUrl: 'system.timer_config/delete',
|
|
exportUrl: 'system.timer_config/export',
|
|
modifyUrl: 'system.timer_config/modify',
|
|
triggerUrl: 'system.timer_config/trigger',
|
|
};
|