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
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
9cad60c005df72df51d065df00d28ccb98d8720a
1 parent
3d80c963
快照详情中的性能信息增加单位
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
9cad60c
...
...
@@ -393,7 +393,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
var
resStyle
=
obj
.
alarmEleMatchStyle
(
ar
.
flag
,
ar
.
kpiId
);
span
+=
' <span '
+
menuId
+
' style="text-align:left;width:40%">'
+
ar
.
kpiName
+
'</span>'
+
'<span title="'
+
titleStr
+
'" style="width:60%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;'
+
resStyle
+
'">'
+
$html
+
valueStr
+
'</span>'
;
+
$html
+
valueStr
+
(
ar
.
unit
?
ar
.
unit
:
''
)
+
'</span>'
;
//补充空白区域
if
(
v
.
length
<
cols
)
{
var
l
=
cols
-
v
.
length
;
...
...
Please
register
or
login
to post a comment