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
2018-05-07 17:12:08 +0800
Commit
6c54f6b5c4ac122de6e2a9c1655a66c9b5d5c697
1 parent
19b0799a
sql查询计算耗时
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-ui-web/src/main/webapp/jsp/sqloperate/sqloperate.jsp
monitor-ui-web/src/main/webapp/jsp/sqloperate/sqloperate.jsp
View file @
6c54f6b
...
...
@@ -346,6 +346,7 @@
return
;
}
$
(
"#resultDiv"
).
html
(
"<span style='color:red'>SQL:"
+
param
.
queryContent
+
"</span>"
);
$
(
"#jobsTable"
).
hide
();
//发送请求到后台,获取数据源下的所有table信息
$
.
ajax
({
type
:
'post'
,
...
...
Please
register
or
login
to post a comment