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
be348d03135eb8563c20404dea2b1132510ef0c1
2 parents
1105888d
5c10b1a1
Merge remote-tracking branch 'origin/master-500-dev' into master-500-dev
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/login.js
hg-monitor-web-qh/src/main/resources/static/src/style/img/logo-small.png
hg-monitor-web-qh/src/main/resources/static/src/style/img/logo.png
hg-monitor-web-zj/src/main/resources/static/src/controller/arms.js
hg-monitor-web-base/src/main/resources/static/src/controller/login.js
View file @
be348d0
...
...
@@ -144,7 +144,6 @@ layui.define(['sessions', 'form', 'common'],function (exports) {
field
.
client_id
=
'webApp'
;
field
.
client_secret
=
'webApp'
;
field
.
deviceId
=
uuid
;
if
(
localStorage
.
getItem
(
"oldLgn"
)){
if
(
localStorage
.
getItem
(
"oldLgn"
)
!=
field
.
username
){
localStorage
.
setItem
(
"oldLgn"
,
field
.
username
);
...
...
@@ -234,6 +233,9 @@ layui.define(['sessions', 'form', 'common'],function (exports) {
up
.
map
(
function
(
v
)
{
sessionStorage
.
setItem
(
v
.
property
,
v
.
value
);
})
}
else
{
// 兼容没有用户扩展属性时,清空布局设置
sessionStorage
.
setItem
(
"userLayout"
,
''
);
}
// End Wang 2022/2/8 15:37
}
...
...
hg-monitor-web-qh/src/main/resources/static/src/style/img/logo-small.png
View file @
be348d0
27 KB
|
W:
|
H:
28.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
hg-monitor-web-qh/src/main/resources/static/src/style/img/logo.png
View file @
be348d0
29.7 KB
|
W:
|
H:
28.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
hg-monitor-web-zj/src/main/resources/static/src/controller/arms.js
View file @
be348d0
...
...
@@ -50,7 +50,7 @@ layui.define(['commonDetail','common', 'admin'], function (exports) {
dataRenderingBase
(
"arms_time_lineChart"
,
resId
,
"KPI678F9FC3"
,
"响应时间/每分钟"
,
null
);
// Start Wang 2022/2/24 9:29 解决:arms采集结果展示(详情页面开发)
// 节点详情
commonDetail
.
renderTable
(
"arms_node_detail"
,
false
,
resId
,
"KPI452C0F78,KPI
678F9FC3,KPIFC03301B,KPI4D6871EA,KPI649E288B,KPI5769F327,KPI8B2CCCCF"
,
'节点详情'
,
`
detail
`
);
commonDetail
.
renderTable
(
"arms_node_detail"
,
false
,
resId
,
"KPI452C0F78,KPI
5769F327,KPI8B2CCCCF,KPI678F9FC3,KPI649E288B,KPI8DC835B1,KPI4D6871EA,KPICC063E40,KPIFC03301B"
,
'节点详情'
,
`
detail
`
,
'KPIFC03301B'
,
'desc'
);
// End Wang 2022/2/24 9:30
//活动告警
commonDetail
.
renderActiveAlarms
(
"arms_active_alram"
,
resId
);
...
...
Please
register
or
login
to post a comment