...
|
...
|
@@ -31,21 +31,16 @@ |
|
|
<link rel="stylesheet" href="<%=basePath %>css/bootstrap-responsive.min.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/fullcalendar.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/unicorn.main.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/unicorn.grey.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/unicorn.grey.css" class="skin-color"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/jquery-ui.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/uniform.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/select2.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>js/jstree/themes/proton/style.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/select2.css"/>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/yoho.css"/>
|
|
|
<script src="<%=basePath %>js/excanvas.min.js" charset="UTF-8" type="text/javascript"></script>
|
|
|
<link rel="stylesheet" href="<%=basePath %>css/morris.css"/>
|
|
|
|
|
|
<script src="<%=basePath %>js/jquery-1.12.0.min.js" charset="UTF-8" type="text/javascript"></script>
|
|
|
<script src="<%=basePath %>js/jquery-ui.custom.js" charset="UTF-8" type="text/javascript"></script>
|
|
|
<script src="<%=basePath %>/js/bootstrap.min.js"></script>
|
|
|
<script src="<%=basePath %>/js/jquery.flot.min.js"></script>
|
|
|
<script src="<%=basePath %>/js/jquery.flot.resize.min.js"></script>
|
|
|
<script src="<%=basePath %>/js/unicorn.js"></script>
|
|
|
<script src="<%=basePath %>/js/unicorn.dashboard.js"></script>
|
|
|
<script src="<%=basePath %>js/bootstrap-plugin/datetimepicker/moment-with-locales.js" charset="UTF-8"
|
|
|
type="text/javascript"></script>
|
|
|
<script src="<%=basePath %>js/bootstrap-plugin/datetimepicker/bootstrap-datetimepicker.js" charset="UTF-8"
|
...
|
...
|
@@ -110,31 +105,6 @@ |
|
|
<li class="" id="ProjectRelease"><a href="?page_type=projectRelease"><i
|
|
|
class="icon icon-th"></i><span>项目发布</span></a>
|
|
|
</li>
|
|
|
<li class="submenu">
|
|
|
<a href="#"><i class="icon icon-th-list"></i> <span>其他</span></a>
|
|
|
<ul>
|
|
|
<li class="">
|
|
|
<a href="#" id="rabbitmqMenu"><i class="icon icon-th-list"></i> <span>rabbitmq dashboard</span></a>
|
|
|
<ul style="display:none" id="rabbitmqUl">
|
|
|
<li><a href="http://rabbit-aws.yohops.com/" target="_blank">aws交易</a></li>
|
|
|
<li><a href="http://rabbit-aws-common.yohops.com/" target="_blank">aws通用</a></li>
|
|
|
<li><a href="http://rabbit-qq.yohops.com/" target="_blank">qq交易</a></li>
|
|
|
<li><a href="http://rabbit-qq-common.yohops.com/" target="_blank">qq通用</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li class="">
|
|
|
<a href="#" id="monitorMenu"><i class="icon icon-th-list"></i> <span>微服务监控</span></a>
|
|
|
<ul style="display:none" id="monitorUl">
|
|
|
<li><a href="http://aws-monitor.yohops.com/" target="_blank">aws</a></li>
|
|
|
<li><a href="http://aws-monitor.yohops.com/" target="_blank">Qcloud</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li><a href="http://g.yohops.com" target="_blank">grafana dashboard</a></li>
|
|
|
<li><a href="http://zk.yohops.com" target="_blank">zookeeper dashboard</a></li>
|
|
|
<li><a href="http://dev.yohops.com" target="_blank">开发运维信息查询</a></li>
|
|
|
<li><a href="http://kibana.yoho.cn/" target="_blank">kibana</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<!-- 右侧具体内容 -->
|
...
|
...
|
@@ -155,7 +125,7 @@ |
|
|
"qcnginx": '/jsp/mobject/qcnginx.jsp',
|
|
|
"nginxview": '/jsp/mobject/nginxview.jsp',
|
|
|
"projectRelease": '/jsp/project/projectRelease.jsp',
|
|
|
"rabbitInfo": '/jsp/mobject/rabbitmq.jsp',
|
|
|
"rabbitInfo": '/jsp/mobject/rabbitmq.jsp'
|
|
|
};
|
|
|
var page_type = "<%=page_type %>";
|
|
|
var page_url = "<%=page_url %>";
|
...
|
...
|
@@ -202,26 +172,6 @@ |
|
|
}]
|
|
|
});
|
|
|
}
|
|
|
|
|
|
$("#rabbitmqMenu").click(function(){
|
|
|
|
|
|
if($("#rabbitmqUl").css('display')=="none"){
|
|
|
$("#rabbitmqUl").css('display','block');
|
|
|
$("#rabbitmqUl li").css('background','#CFCFCF');
|
|
|
}else{
|
|
|
$("#rabbitmqUl").css('display','none');
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$("#monitorMenu").click(function(){
|
|
|
|
|
|
if($("#monitorUl").css('display')=="none"){
|
|
|
$("#monitorUl").css('display','block');
|
|
|
$("#monitorUl li").css('background','#CFCFCF');
|
|
|
}else{
|
|
|
$("#monitorUl").css('display','none');
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|