提交 83defedd 编写于 作者: Y youyong205

modify the default page

上级 226f2714
......@@ -53,8 +53,7 @@ com.dianping.cat.report.page.system.Handler.class,
com.dianping.cat.report.page.cdn.Handler.class,
com.dianping.cat.report.page.app.Handler.class,
com.dianping.cat.report.page.app.Handler.class
})
public class ReportModule extends AbstractModule {
......
......@@ -51,9 +51,7 @@ public enum ReportPage implements Page {
CDN("cdn", "cdn", "Cdn", "Cdn", false),
APP("app", "app", "App", "App", true),
SUMMARY("summary", "summary", "Summary", "Summary", true);
APP("app", "app", "App", "App", true);
private String m_name;
......
......@@ -26,7 +26,7 @@
<page name="dashboard" title="Dashboard" path="dashboard" standalone="false">
<description>Dashboard</description>
</page>
<page name="matrix" title="Matrix" path="matrix" view="/jsp/report/matrix/matrix.jsp" standalone="false">
<page name="matrix" title="Matrix" path="matrix" view="/jsp/report/matrix/matrix.jsp" standalone="false">
<description>Matrix</description>
</page>
<page name="cross" title="Cross" path="cross" view="/jsp/report/cross/cross.jsp">
......@@ -35,7 +35,7 @@
<page name="cache" title="Cache" path="cache" view="/jsp/report/cache/cache.jsp">
<description>Cache</description>
</page>
<page name="state" title="State" path="state" view="/jsp/report/state/state.jsp" standalone="false">
<page name="state" title="State" path="state" view="/jsp/report/state/state.jsp">
<description>State</description>
</page>
<page name="top" title="Top" path="top" view="/jsp/report/top/top.jsp">
......@@ -50,25 +50,25 @@
<page name="externalError" title="externalError" path="externalError" template="default">
<description>ExternalError</description>
</page>
<page name="statistics" title="Statistics" path="statistics" view="/jsp/report/bug/bug.jsp" template="default" standalone="false">
<page name="statistics" title="Statistics" path="statistics" view="/jsp/report/bug/bug.jsp" standalone="false" template="default">
<description>Statistics</description>
</page>
<page name="alteration" title="Change" path="alteration" template="default" standalone="false">
<page name="alteration" title="Change" path="alteration" standalone="false" template="default">
<description>Alteration</description>
</page>
<page name="monitor" title="Monitor" path="monitor" template="default">
<description>Monitor</description>
</page>
<page name="network" title="Network" path="network" template="default" standalone="false">
<page name="network" title="Network" path="network" standalone="false" template="default">
<description>Network</description>
</page>
<page name="userMonitor" title="Monitor" path="userMonitor" template="default">
<description>UserMonitor</description>
</page>
<page name="system" title="System" path="system" template="default" standalone="false">
<page name="system" title="System" path="system" standalone="false" template="default">
<description>System</description>
</page>
<page name="cdn" title="Cdn" path="cdn" template="default" standalone="false">
<page name="cdn" title="Cdn" path="cdn" standalone="false" template="default">
<description>Cdn</description>
</page>
<page name="app" title="App" path="app" template="default">
......@@ -76,13 +76,13 @@
</page>
</module>
<module name="system" path="s" default="false">
<page name="alarm" title="Alarm" default="true" path="alarm" view="/jsp/system/alarm/alarm.jsp" standalone="false">
<page name="alarm" title="Alarm" default="true" path="alarm" view="/jsp/system/alarm/alarm.jsp" standalone="false">
<description>Alarm</description>
</page>
<page name="login" title="Login" default="true" path="login" standalone="false">
<description>Login</description>
</page>
<page name="config" title="Config" path="config" view="/jsp/system/project/project.jsp" standalone="false">
<page name="config" title="Config" path="config" view="/jsp/system/project/project.jsp" standalone="false">
<description>Config</description>
</page>
<page name="plugin" title="Plugin" path="plugin" view="/jsp/system/plugin/plugin.jsp">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册