Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
9476539f75658d1d0795a8917ca5938c03c57de4
1 parent
9902fd78
支持日期查询到时分秒
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpRecordList.jsp
monitor-ui-web/src/main/webapp/jsp/malicious/maliciousIpRecordList.jsp
View file @
9476539
...
...
@@ -86,11 +86,11 @@
</div>
--%>
<div
class=
"input-group"
style=
"float: left;margin-left: 20px"
>
<span
class=
"input-group-addon"
>
开始日期:
</span>
<input
id=
"beginTime"
type=
"text"
class=
"form-control dateTimeInput"
style=
"width:1
3
0px;"
/>
<input
id=
"beginTime"
type=
"text"
class=
"form-control dateTimeInput"
style=
"width:1
5
0px;"
/>
</div>
<div
class=
"input-group"
style=
"float: left;margin-left: 20px"
>
<span
class=
"input-group-addon"
>
结束日期:
</span>
<input
id=
"endTime"
type=
"text"
class=
"form-control dateTimeInput"
style=
"width:1
3
0px;"
/>
<input
id=
"endTime"
type=
"text"
class=
"form-control dateTimeInput"
style=
"width:1
5
0px;"
/>
</div>
<button
id=
"searchSqlLogsBtn"
class=
"btn btn-primary"
style=
"margin-left: 18px;"
>
搜索
</button>
</div>
...
...
@@ -113,7 +113,7 @@
$
(
function
()
{
lay
(
'.dateTimeInput'
).
each
(
function
(){
laydate
.
render
({
elem
:
this
elem
:
this
,
type
:
'datetime'
,
trigger
:
'click'
});
});
...
...
Please
register
or
login
to post a comment