add jstree and edit useBahavior
This commit is contained in:
parent
f6d63208ee
commit
859b9696b9
|
@ -1 +1 @@
|
||||||
masterAddress=127.0.0.1:8901
|
masterAddress=133.133.2.100:8901
|
|
@ -1,134 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
||||||
pageEncoding="UTF-8"%>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Bench4Q</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description"
|
|
||||||
content="Bench4Q, a new method for QOS benchmarking.">
|
|
||||||
<link id="bs-css" href="lib/chrisma/css/bootstrap-cerulean.css"
|
|
||||||
rel="stylesheet">
|
|
||||||
<link href="lib/chrisma/css/opa-icons.css" rel="stylesheet">
|
|
||||||
<link
|
|
||||||
href="http://ajax.aspnetcdn.com/ajax/bootstrap/2.3.2/css/bootstrap-responsive.css"
|
|
||||||
rel="stylesheet">
|
|
||||||
<link href="lib/chrisma/css/charisma-app.css" rel="stylesheet">
|
|
||||||
<link rel="shortcut icon" href="images/bench4q.png">
|
|
||||||
<link href="css/bench4q.css" rel="stylesheet">
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
padding-bottom: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-nav {
|
|
||||||
padding: 9px 0;
|
|
||||||
}
|
|
||||||
.btn{
|
|
||||||
margin-right:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<fmt:bundle basename="i18n">
|
|
||||||
<jsp:include page="publiccontrol/navigatebar.jsp"></jsp:include>
|
|
||||||
<!-- topbar ends -->
|
|
||||||
<div class="container-fluid">
|
|
||||||
|
|
||||||
<div class="row-fluid">
|
|
||||||
<div id="content" class="span10 center ">
|
|
||||||
<!-- content starts -->
|
|
||||||
<div class="sortable row-fluid ui-sortable">
|
|
||||||
<a data-rel="tooltip" class="well span3 top-block" href="test.jsp"
|
|
||||||
data-original-title=<fmt:message key="creattestplan" />> <span
|
|
||||||
class="icon32 icon-red icon-plus"></span><br> <fmt:message
|
|
||||||
key="creattestplan" />
|
|
||||||
|
|
||||||
</a> <a data-rel="tooltip" class="well span3 top-block"
|
|
||||||
href="device.jsp"
|
|
||||||
data-original-title=<fmt:message key="home-devManage" />>
|
|
||||||
<span class="icon32 icon-color icon-edit"></span><br> <fmt:message
|
|
||||||
key="home-devManage" />
|
|
||||||
|
|
||||||
</a> <a data-rel="tooltip" class="well span3 top-block"
|
|
||||||
href="topologyManage.jsp"
|
|
||||||
data-original-title=<fmt:message key="home-devTop" />> <span
|
|
||||||
class="icon32 icon-green icon-envelope-closed"></span> <br>
|
|
||||||
<fmt:message key="home-devTop" />
|
|
||||||
</a> <a data-rel="tooltip" class="well span3 top-block"
|
|
||||||
href="testplans.jsp"
|
|
||||||
data-original-title=<fmt:message key="testhistory" />> <span
|
|
||||||
class="icon32 icon-blue icon-star-on"></span><br> <fmt:message
|
|
||||||
key="testhistory" />
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row-fluid sortable">
|
|
||||||
<div class="box span12"></div>
|
|
||||||
<!-- content ends -->
|
|
||||||
</div>
|
|
||||||
<div class="row-fluid sortable">
|
|
||||||
<div class="box span12">
|
|
||||||
<div class="box-header well" data-original-title>
|
|
||||||
<h2>
|
|
||||||
<fmt:message key="latestTest" />
|
|
||||||
</h2>
|
|
||||||
<div class="box-icon">
|
|
||||||
<a href="#" class="btn btn-setting btn-round"><i
|
|
||||||
class="icon-cog"></i></a> <a href="#"
|
|
||||||
class="btn btn-minimize btn-round"><i
|
|
||||||
class="icon-chevron-up"></i></a> <a href="#"
|
|
||||||
class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-content">
|
|
||||||
<table class="table table-condensed " id="testPlanTab">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>ID</th>
|
|
||||||
<th><fmt:message key="name" /></th>
|
|
||||||
<th><fmt:message key="status" /></th>
|
|
||||||
<th><fmt:message key="createdatetime" /></th>
|
|
||||||
<th><fmt:message key="testPlan-view" /></th>
|
|
||||||
<th><fmt:message key="actions" /></th>
|
|
||||||
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- content ends -->
|
|
||||||
</div>
|
|
||||||
<!--/#content.span10-->
|
|
||||||
</div>
|
|
||||||
<!--/fluid-row-->
|
|
||||||
</div>
|
|
||||||
<hr>
|
|
||||||
<jsp:include page="publiccontrol/footer.jsp"></jsp:include>
|
|
||||||
</div>
|
|
||||||
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.js"></script>
|
|
||||||
<script
|
|
||||||
src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.10.4/jquery-ui.min.js"></script>
|
|
||||||
<script
|
|
||||||
src='http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.js'></script>
|
|
||||||
<script src="lib/jqueryi18n/jquery.i18n.properties-1.0.9.js"></script>
|
|
||||||
<script
|
|
||||||
src="http://ajax.aspnetcdn.com/ajax/bootstrap/2.3.1/bootstrap.min.js"></script>
|
|
||||||
<script src="lib/chrisma/js/jquery.cookie.js"></script>
|
|
||||||
<script src="lib/chrisma/js/theme.js"></script>
|
|
||||||
<script src="script/base.js"></script>
|
|
||||||
<script src="script/share/TestStatusMap.js"></script>
|
|
||||||
<script src="script/scriptTable.js"></script>
|
|
||||||
<script src="script/bench4q.table.js"></script>
|
|
||||||
<script src="script/home.js"></script>
|
|
||||||
<script src="script/testPlans.js"></script>
|
|
||||||
|
|
||||||
</fmt:bundle>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue