(1)Obj-list-group sub页面增加定时任务展示
(2)修复form表单当默认monitor动作时Intercept无法展示的bug (3)调整拦截动作下发userregion
This commit is contained in:
@@ -602,4 +602,13 @@ public class ObjectGroupController extends BaseController {
|
||||
logger.warn("配置批量生效/失效耗时:"+(end-start));
|
||||
return tip.toString();
|
||||
}
|
||||
@RequestMapping(value = { "ajaxSubList"})
|
||||
public String ajaxSubList(Model model, Long cfgId, Integer index, Integer compileId) {
|
||||
CfgIndexInfo cfg = objectGroupService.getObjectGroupCfg(cfgId, null);
|
||||
List<String[]> tabList = new ArrayList();
|
||||
model.addAttribute("_cfg", cfg);
|
||||
model.addAttribute("index", index);
|
||||
model.addAttribute("tabList", tabList);
|
||||
return "/cfg/objgroup/subList";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user