bugTree.jsp 1.1 KB
Newer Older
Y
yong.you 已提交
1 2
<%@ page contentType="text/html; charset=utf-8"%>
<div class="well sidebar-nav" >
3 4 5
    <ul class="nav nav-list">
      <li class='nav-header'><h4>Statistics</h4></li>
      <li id="bug" class="text-right " id="bug"><a href="?domain=${model.domain}&ip=${model.ipAddress}&date=${model.date}&op=view"><strong>项目异常</strong></a></li>
6
  	  <li id="service" class="text-right" id="service"><a href="?domain=${model.domain}&ip=${model.ipAddress}&date=${model.date}&op=service"><strong>服务可用性</strong></a></li>
Y
yong.you 已提交
7
  	  <li id="utilization" class="text-right" id="service"><a href="?domain=${model.domain}&ip=${model.ipAddress}&date=${model.date}&op=utilization"><strong>应用排行榜</strong></a></li>
8
  	  <li id="heavy" class="text-right" id="heavy"><a href="?domain=${model.domain}&ip=${model.ipAddress}&date=${model.date}&op=heavy"><strong>重量级访问</strong></a></li>
9
    </ul>
Y
yong.you 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
</div>
<style>
	.nav-list  li  a{
		padding:2px 15px;
	}
	.nav li  +.nav-header{
		margin-top:2px;
	}
	.nav-header{
		padding:5px 3px;
	}
	.row-fluid .span2{
		width:12%;
	}
</style>