Skip to content

Commit

Permalink
支持查询
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 29, 2015
1 parent 04440c7 commit 8946b3e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/views/manage/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(function() {
}, {
label: "错误数",
<% if tasklog %>
data: <%= tasklog.errorbar %>
data: 0<%= tasklog.errorbar %>
<% end %>
}];

Expand Down Expand Up @@ -95,17 +95,12 @@ $(function() {

<div class="row">
<div class="col-lg-12">
<h1 class="page-header">仪表版</h1>
<h1 class="page-header">金币统计</h1>
</div>
</div>

<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
调度任务
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
Expand Down

0 comments on commit 8946b3e

Please sign in to comment.