-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaskstatus.html
More file actions
201 lines (194 loc) · 6.04 KB
/
taskstatus.html
File metadata and controls
201 lines (194 loc) · 6.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>大数据平台管理系统-任务状态</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css"></head>
<body>
<div class="navbar navbar-default navbar-fixed-top topbar" role="navigation">
<a class="navbar-brand" href="#"></a>
<ul class="nav navbar-nav pull-right cornergroup">
<li>
<a href="#" class="icon-user" data-toggle="dropdown"></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li role="presentation">
<a href="http://twitter.com/fat" tabindex="-1" role="menuitem">Action</a>
</li>
<li role="presentation">
<a href="http://twitter.com/fat" tabindex="-1" role="menuitem">Another action</a>
</li>
<li role="presentation">
<a href="http://twitter.com/fat" tabindex="-1" role="menuitem">Something else here</a>
</li>
<li class="divider" role="presentation"></li>
<li role="presentation">
<a href="http://twitter.com/fat" tabindex="-1" role="menuitem">退出</a>
</li>
</ul>
</li>
<li>
<a href="#" class="icon-notifier"></a>
</li>
<li>
<a href="#" class="icon-set"></a>
</li>
</ul>
</div>
<div class="navbar navbar-default navbar-static-top sidebar" role="navigation">
<ul class="nav nav-pills nav-stacked">
<li>
<a href="index.html">
<span class="icon-cluster"></span>
集群状态
</a>
<span class="arrow pull-right"></span>
</li>
<li>
<a href="nodestatus.html " >
<span class="icon-node"></span>
节点状态
</a>
<span class="arrow pull-right"></span>
</li>
<li>
<a href="taskstatus.html" class="actived">
<span class="icon-task"></span>
任务状态
</a>
<span class="arrow pull-right"></span>
</li>
<li>
<a href="#" class="has-submenu">
<span class="icon-cloud"></span>
云端数据
<span class="glyphicon glyphicon-chevron-right" id="slideicon"></span>
</a>
<ul class="nav nav-pills nav-stacked submenu">
<li>
<a href="#">
<span class="icon-files"></span>
文件管理</a>
<span class="arrow pull-right"></span>
</li>
<li>
<a href="#">
<span class="icon-data"></span>
数据管理
</a>
<span class="arrow pull-right"></span>
</li>
</ul>
</li>
<li>
<a href="#">
<span class="icon-tools"></span>
其他工具
</a>
<span class="arrow pull-right"></span>
</li>
</ul>
</div>
<div class="content">
<div class="row">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>任务名</th>
<th>任务用户</th>
<th>优先级</th>
<th>任务权限</th>
<th>任务跟踪</th>
<th>执行节点</th>
<th>调用情况</th>
<th>操作</th>
<th>数据流</th>
</tr>
</thead>
<tbody>
<tr>
<td>Task Rescure</td>
<td>OA Analasis</td>
<td>高</td>
<td>全部权限</td>
<td>进行中</td>
<td>192.122.1.234</td>
<td>详细</td>
<td>
<button type="button" class="btn btn-xs btn-danger"><span class="glyphicon glyphicon-minus-sign taskcontrol"></span>停止</button>
<button type="button" class="btn btn-xs btn-warning"><span class="glyphicon glyphicon-trash taskcontrol"></span>删除</button>
</td>
<td>12M/s</td>
</tr><tr>
<td>Task Rescure</td>
<td>OA Analasis</td>
<td>高</td>
<td>全部权限</td>
<td>进行中</td>
<td>192.122.1.234</td>
<td>详细</td>
<td><button type="button" class="btn btn-xs btn-danger"><span class="glyphicon glyphicon-minus-sign taskcontrol"></span>停止</button>
<button type="button" class="btn btn-xs btn-warning"><span class="glyphicon glyphicon-trash taskcontrol"></span>删除</button></td>
<td>12M/s</td>
</tr><tr>
<td>Task Rescure</td>
<td>OA Analasis</td>
<td>高</td>
<td>全部权限</td>
<td>进行中</td>
<td>192.122.1.234</td>
<td>详细</td>
<td><button type="button" class="btn btn-xs btn-danger"><span class="glyphicon glyphicon-minus-sign taskcontrol"></span>停止</button>
<button type="button" class="btn btn-xs btn-warning"><span class="glyphicon glyphicon-trash taskcontrol"></span>删除</button></td>
<td>12M/s</td>
</tr><tr>
<td>Task Rescure</td>
<td>OA Analasis</td>
<td>高</td>
<td>全部权限</td>
<td>进行中</td>
<td>192.122.1.234</td>
<td>详细</td>
<td><button type="button" class="btn btn-xs btn-danger"><span class="glyphicon glyphicon-minus-sign taskcontrol"></span>停止</button>
<button type="button" class="btn btn-xs btn-warning"><span class="glyphicon glyphicon-trash taskcontrol"></span>删除</button></td>
<td>12M/s</td>
</tr><tr>
<td>Task Rescure</td>
<td>OA Analasis</td>
<td>高</td>
<td>全部权限</td>
<td>进行中</td>
<td>192.122.1.234</td>
<td>详细</td>
<td><button type="button" class="btn btn-xs btn-danger"><span class="glyphicon glyphicon-minus-sign taskcontrol"></span>停止</button>
<button type="button" class="btn btn-xs btn-warning"><span class="glyphicon glyphicon-trash taskcontrol"></span>删除</button></td>
<td>12M/s</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="navbar navbar-default navbar-fixed-bottom bottombar" role="navigation">
<span>输入 12M/s 输出 35M/s</span>
<a href="#">
<img src="images/graph.png" alt=""></a>
</div>
<script src="js/jquery-1.9.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(".more").popover({
// content:'<p>'+123231+'</p>'
html:'true'
});
</script>
<script>
// 边栏导航
$(".has-submenu").click(function(event) {
/* Act on the event */
$(this).next("ul").slideToggle();
$("#slideicon").toggleClass('slideiconhover');
});
</script>
</body>
</html>