fastchar-systemtool.1.0.1.source-code.fast-menus-systemtool.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-systemtool Show documentation
Show all versions of fastchar-systemtool Show documentation
FastChar-SystemTool is a FastChar-ExtJs plugin.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE menus> <menus> <menu text="系统日志" icon="icons/icon_manage_log_system.svg" color="#FE9800"> <menu text="系统异常日志" icon="icons/icon_manage_log_exception.svg" method="showList('FinalLogExceptionEntity')"/> <menu text="任务计划日志" icon="icons/icon_manage_log_quartz.svg" method="showList('QRTZTRIGGERSEntity')"/> <menu text="系统请求日志" icon="icons/icon_manage_log_request.svg" method="showList('FinalLogActionRequestEntity')"/> <menu text="系统SQL日志" icon="icons/icon_manage_log_sql.svg" method="showList('FinalLogSqlEntity')"/> <menu text="系统HTTP日志" icon="icons/icon_manage_log_http.svg" method="showList('FinalLogHttpEntity')"/> <menu text="系统WebDriver日志" icon="icons/icon_manage_log_http.svg" method="showList('FinalLogSeleniumEntity')" /> </menu> </menus>