Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
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
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
8de25ca3a67677c4cef98f1d3e950c30c0c5686f
2 parents
6233b60a
1927cc56
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
pom.xml
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
8de25ca
...
...
@@ -3864,7 +3864,10 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
if
(
$
.
inArray
(
'back:details:trend'
,
checkList
)
==
-
1
)
{
layer
.
msg
(
'暂无权限!'
,
{
icon
:
7
,
time
:
3000
});
}
else
{
common
.
openLineChart
(
kpiName
+
" "
+
name
,
params
);
// Start Wang 2022/2/8 14:28 BUG#273 【性能曲线】测试名称重复
// common.openLineChart(kpiName + " " + name, params);
common
.
openLineChart
(
kpiName
,
params
);
// End Wang 2022/2/8 14:29
}
break
;
case
'n'
:
...
...
pom.xml
View file @
8de25ca
...
...
@@ -20,7 +20,6 @@
<!--<module>hg-monitor-web-new</module>-->
<module>
hg-monitor-web-tj
</module>
<module>
hg-monitor-web-zj
</module>
<module>
hg-monitor-web-demo
</module>
<module>
hg-monitor-web-nx
</module>
</modules>
<properties>
...
...
Please
register
or
login
to post a comment