Files
ulthon_admin/app/admin/view/xhprof/watch/_common.js

12 lines
340 B
PHP

var init = {
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'xhprof.watch/index',
addUrl: 'xhprof.watch/add' + location.search,
editUrl: 'xhprof.watch/edit',
readUrl: 'xhprof.watch/read',
deleteUrl: 'xhprof.watch/delete',
exportUrl: '',
modifyUrl: 'xhprof.watch/modify',
};