Skip to content

Commit

Permalink
update: 系统日志管理界面优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Nov 10, 2017
1 parent a19df1f commit 95eb4d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<header class="header-control">
<script language="JavaScript" type="text/javascript"
src="${base}/assets/plugins/My97DatePicker/WdatePicker.js"></script>
<div class="btn-group">
<div class="btn-group" style="padding-left: 10px;">
<select id="type" class="form-control" onchange="search()">
<option value="">全部日志</option>
<option value="api">接口日志</option>
<option value="platform">系统日志</option>
<option value="info">其他日志</option>
</select>
</div>
<div class="btn-group tool-button">
Expand Down

0 comments on commit 95eb4d4

Please sign in to comment.