mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32: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
11 lines
363 B
PHP
11 lines
363 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'system.host/index',
|
|
addUrl: 'system.host/add' + location.search,
|
|
editUrl: 'system.host/edit',
|
|
deleteUrl: 'system.host/delete',
|
|
exportUrl: 'system.host/export',
|
|
modifyUrl: 'system.host/modify',
|
|
set_master_url: 'system.host/setMaster',
|
|
}; |