From 2eab2eae279da0b8f5cca9c9c261cea9d60a5a99 Mon Sep 17 00:00:00 2001 From: "leon.li" Date: Sat, 11 Oct 2014 15:38:23 +0800 Subject: [PATCH] add command modify pages --- .../src/main/webapp/WEB-INF/tags/body.tag | 2 +- .../webapp/jsp/system/appConfig/appList.jsp | 120 ++++++++++++++++++ .../webapp/jsp/system/appConfig/appUpdate.jsp | 15 +++ .../src/main/webapp/jsp/system/configTree.jsp | 5 +- 4 files changed, 139 insertions(+), 3 deletions(-) create mode 100644 cat-home/src/main/webapp/jsp/system/appConfig/appList.jsp create mode 100644 cat-home/src/main/webapp/jsp/system/appConfig/appUpdate.jsp diff --git a/cat-home/src/main/webapp/WEB-INF/tags/body.tag b/cat-home/src/main/webapp/WEB-INF/tags/body.tag index 9bac077cc..d5bf2f8b9 100755 --- a/cat-home/src/main/webapp/WEB-INF/tags/body.tag +++ b/cat-home/src/main/webapp/WEB-INF/tags/body.tag @@ -78,7 +78,7 @@
  • JS报错配置
  • WEB监控配置
  • -
  • APP监控配置
  • +
  • APP监控配置
  • 美团对比报表
  • WEB告警配置
  • APP告警配置
  • diff --git a/cat-home/src/main/webapp/jsp/system/appConfig/appList.jsp b/cat-home/src/main/webapp/jsp/system/appConfig/appList.jsp new file mode 100644 index 000000000..147fdd61d --- /dev/null +++ b/cat-home/src/main/webapp/jsp/system/appConfig/appList.jsp @@ -0,0 +1,120 @@ +<%@ page contentType="text/html; charset=utf-8" %> +<%@ taglib prefix="a" uri="/WEB-INF/app.tld"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="res" uri="http://www.unidal.org/webres"%> +<%@ taglib prefix="w" uri="http://www.unidal.org/web/core"%> + + + + + + + +
    +
    +
    + <%@include file="../configTree.jsp"%> +
    + +
    +

     

    +
    +
    + + + + + + + + + + + + + + + + + + +
    名称项目标题操作   新增
    ${item.name }${item.domain }${item.title }编辑 + 删除
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/cat-home/src/main/webapp/jsp/system/appConfig/appUpdate.jsp b/cat-home/src/main/webapp/jsp/system/appConfig/appUpdate.jsp new file mode 100644 index 000000000..4685c8541 --- /dev/null +++ b/cat-home/src/main/webapp/jsp/system/appConfig/appUpdate.jsp @@ -0,0 +1,15 @@ +<%@ page contentType="text/html; charset=utf-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="res" uri="http://www.unidal.org/webres"%> +<%@ taglib prefix="w" uri="http://www.unidal.org/web/core"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> + + + + +名称:
    +项目:
    +标题:
    + + + \ No newline at end of file diff --git a/cat-home/src/main/webapp/jsp/system/configTree.jsp b/cat-home/src/main/webapp/jsp/system/configTree.jsp index 3b3219f5b..7c7ca8d19 100644 --- a/cat-home/src/main/webapp/jsp/system/configTree.jsp +++ b/cat-home/src/main/webapp/jsp/system/configTree.jsp @@ -8,13 +8,14 @@
  • JS报错配置
  • WEB监控配置
  • -
  • APP监控配置
  • +
  • APP监控配置
  • +
  • APP全局配置
  • 美团对比报表
  • WEB告警配置
  • APP告警配置
  • 业务监控规则
  • -
  • 业务监控规则
  • +
  • 业务全局规则
  • 异常告警配置
  • 框架异常配置
  • -- GitLab