diff --git a/cachecloud-open-common/src/main/java/com/sohu/cache/util/ConstUtils.java b/cachecloud-open-common/src/main/java/com/sohu/cache/util/ConstUtils.java
index ab8f7979..46328f1a 100644
--- a/cachecloud-open-common/src/main/java/com/sohu/cache/util/ConstUtils.java
+++ b/cachecloud-open-common/src/main/java/com/sohu/cache/util/ConstUtils.java
@@ -61,6 +61,11 @@ public class ConstUtils {
// 表示空字符串
public static final String EMPTY = "";
+
+ /**
+ * 服务端版本
+ */
+ public static final String CACHECLOUD_VERSION = "1.2";
/**
* 机器报警阀值
diff --git a/cachecloud-open-web/src/main/webapp/WEB-INF/include/headMenu.jsp b/cachecloud-open-web/src/main/webapp/WEB-INF/include/headMenu.jsp
index 67e005c6..602697ea 100644
--- a/cachecloud-open-web/src/main/webapp/WEB-INF/include/headMenu.jsp
+++ b/cachecloud-open-web/src/main/webapp/WEB-INF/include/headMenu.jsp
@@ -23,6 +23,7 @@
应用列表
应用申请
+ 关于
注销
diff --git a/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/init.jsp b/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/init.jsp
new file mode 100644
index 00000000..a799ae58
--- /dev/null
+++ b/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/init.jsp
@@ -0,0 +1,27 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ include file="/WEB-INF/jsp/manage/commons/taglibs.jsp"%>
+
+
+
+
+ CacheCloud管理后台
+
+
+ <%@include file="/WEB-INF/jsp/manage/include/cache_cloud_main_css.jsp" %>
+
+
+
+
+ <%@include file="/WEB-INF/jsp/manage/include/head.jsp" %>
+
+ <%@include file="/WEB-INF/jsp/manage/include/left.jsp" %>
+
+ <%@include file="initConfigDetail.jsp" %>
+
+ <%@include file="/WEB-INF/jsp/manage/include/foot.jsp" %>
+
+ <%@include file="/WEB-INF/jsp/manage/include/cache_cloud_main_js.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/initConfigDetail.jsp b/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/initConfigDetail.jsp
new file mode 100644
index 00000000..2dc4796b
--- /dev/null
+++ b/cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/instanceAlert/initConfigDetail.jsp
@@ -0,0 +1,276 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ include file="/WEB-INF/jsp/manage/commons/taglibs.jsp"%>
+
+
+
+
+
+
+