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
6f2b8d740ed18c310fd59971eb902e67cc6129d7
1 parent
ad41d5ad
故障联调 背景色及表格默认显示条数更改
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
19 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/faultDiagnosis.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/APM/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/applicationMoni/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/basicEnvironment/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosis/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosisNet/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosisNet/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/faultDiagnosis.css
View file @
6f2b8d7
...
...
@@ -75,7 +75,7 @@
}
#faultDiagnosisIndex
{
background-color
:
#F
4F5FA
;
background-color
:
#F
FFFFF
;
padding-top
:
1%
;
height
:
100%
;
}
...
...
@@ -321,14 +321,14 @@
margin
:
15%
0
5%
4%
;
}
.popup-bg
.el-dialog__header
{
background-color
:
#3B91FF
;
/*background-color: #3B91FF;*/
}
.popup-bg
.el-dialog__title
{
color
:
#FFFFFF
;
/*color:#FFFFFF;*/
}
.popup-bg
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#ffffff
;
/*color:#ffffff;*/
}
.popup-bg
.el-dialog__body
{
padding
:
10px
;
...
...
@@ -359,7 +359,7 @@
}
.faultAddIndex
{
background-color
:
#F
4F5FA
;
background-color
:
#F
FFFFF
;
height
:
100%
;
padding-top
:
20px
;
}
...
...
@@ -439,13 +439,13 @@
cursor
:
pointer
;
}
.table-height
.el-table
{
height
:
500px
;
/*height:500px;*/
}
.table-height-45
.el-table
{
height
:
450px
;
/*height:450px;*/
}
.height-600
{
height
:
650px
;
/*height:650px;*/
}
.text-overflow
{
white-space
:
nowrap
;
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/APM/index.js
View file @
6f2b8d7
...
...
@@ -60,7 +60,7 @@ export default {
let
bizId
=
Vue
.
ref
();
//所属业务id
let
targetId
=
Vue
.
ref
();
//所属模块id
let
page
=
Vue
.
ref
(
1
);
//当前页
let
pageSize
=
Vue
.
ref
(
5
);
//每页显示条数
let
pageSize
=
Vue
.
ref
(
10
);
//每页显示条数
let
APMVisible
=
Vue
.
ref
(
false
);
let
modleId
=
Vue
.
ref
();
//模块id
let
faultConfId
=
Vue
.
ref
();
...
...
@@ -334,7 +334,7 @@ export default {
this
.
$http
.
post
(
'/api-web/fault/conf/detail/saveConfigDetail'
,
params
,
function
(
res
){
if
(
res
&&
res
.
success
){
that
.
targetId
=
res
.
map
.
configDetail
.
targetId
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
I
d
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
ig
.
i
d
;
that
.
APMVisible
=
false
;
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/applicationMoni/index.js
View file @
6f2b8d7
...
...
@@ -54,7 +54,7 @@ export default {
let
networkMonitorList
=
Vue
.
ref
([]);
let
isLoading
=
Vue
.
ref
(
false
);
//按钮加载中
let
page
=
Vue
.
ref
(
1
);
//当前页
let
pageSize
=
Vue
.
ref
(
5
);
//每页显示条数
let
pageSize
=
Vue
.
ref
(
10
);
//每页显示条数
let
modleId
=
Vue
.
ref
();
//模块id
let
faultConfId
=
Vue
.
ref
();
let
bizName
=
Vue
.
ref
();
...
...
@@ -330,7 +330,7 @@ export default {
this
.
$http
.
post
(
'/api-web/fault/conf/detail/saveConfigDetail'
,
params
,
function
(
res
){
if
(
res
&&
res
.
success
){
that
.
targetId
=
res
.
map
.
configDetail
.
targetId
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
I
d
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
ig
.
i
d
;
// that.$global.showMsg('保存成功','success')
// that.switchModel();
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/basicEnvironment/index.js
View file @
6f2b8d7
...
...
@@ -92,7 +92,7 @@ export default {
let
bizId
=
Vue
.
ref
();
//所属业务id
let
targetId
=
Vue
.
ref
();
//所属模块id
let
page
=
Vue
.
ref
(
1
);
//当前页
let
pageSize
=
Vue
.
ref
(
8
);
//每页显示条数
let
pageSize
=
Vue
.
ref
(
10
);
//每页显示条数
//是否是详情页面
let
isDetail
=
Vue
.
ref
(
false
);
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosis/index.js
View file @
6f2b8d7
...
...
@@ -804,7 +804,7 @@ export default {
this
.
$http
.
post
(
'/api-web/fault/conf/detail/saveConfigDetail'
,
params
,
function
(
res
){
if
(
res
&&
res
.
success
){
that
.
targetId
=
res
.
map
.
configDetail
.
targetId
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
I
d
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
ig
.
i
d
;
that
.
$global
.
showMsg
(
'保存成功'
,
'success'
)
that
.
switchModel
();
...
...
@@ -914,7 +914,7 @@ export default {
this
.
$http
.
post
(
'/api-web/fault/conf/rule/saveOrUpdate'
,
params
,
function
(
res
){
if
(
res
&&
res
.
success
){
that
.
targetId
=
res
.
map
.
bFaultRule
.
targetId
;
that
.
faultConfId
=
res
.
map
.
bFaultRule
.
faultConf
I
d
;
that
.
faultConfId
=
res
.
map
.
bFaultRule
.
faultConf
ig
.
i
d
;
that
.
$global
.
showMsg
(
'保存成功'
)
// that.alarmList=res.data;
}
else
{
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosisNet/index.html
View file @
6f2b8d7
...
...
@@ -33,7 +33,7 @@
</div>
<el-row
v-if=
"!addSetLIstVisible"
class=
"flex-div-start"
style=
"margin: 20px 0 10px 4%;"
>
<span>
配置链路名称
</span>
<el-input
style=
"flex:1;margin-left:10px;"
class=
"margin-right-10"
v-model=
"linkName"
placeholder=
"输入链路名称"
/>
<el-input
style=
"flex:1;margin-left:10px;"
maxlength=
"50"
class=
"margin-right-10"
v-model=
"linkName"
placeholder=
"输入链路名称"
/>
</el-row>
<div
class=
"context-body"
>
...
...
@@ -152,7 +152,7 @@
</el-row>
<el-row
v-if=
"flag"
class=
"flex-div-start"
style=
"margin-bottom: 10px;margin-top: 10px;padding-top:10px;border-top:1px solid #ebeef5"
>
<span>
节点名称
</span>
<el-input
style=
"flex:1;margin-left:10px;"
class=
"margin-right-10"
v-model=
"nodeName"
placeholder=
"输入节点名称"
/>
<el-input
style=
"flex:1;margin-left:10px;"
class=
"margin-right-10"
maxlength=
"50"
v-model=
"nodeName"
placeholder=
"输入节点名称"
/>
</el-row>
<el-row
class=
"margin-bottom-50"
>
<el-col
:span=
"24"
:class=
"[{'table-height':!flag},{'table-height-45':flag}]"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/diagnosisNet/index.js
View file @
6f2b8d7
...
...
@@ -96,7 +96,7 @@ export default {
//所有图标数据
let
iconArr
=
Vue
.
ref
([]);
let
page
=
Vue
.
ref
(
1
);
//当前页
let
pageSize
=
Vue
.
ref
(
5
);
//每页显示条数
let
pageSize
=
Vue
.
ref
(
10
);
//每页显示条数
let
networkMonitorVisible
=
Vue
.
ref
(
false
);
let
modleId
=
Vue
.
ref
();
//模块id
let
faultConfId
=
Vue
.
ref
();
...
...
@@ -590,7 +590,7 @@ console.log("jdjdjdjdj",newValue)
this
.
$http
.
post
(
'/api-web/fault/conf/detail/saveConfigDetail'
,
params
,
function
(
res
){
if
(
res
&&
res
.
success
){
that
.
targetId
=
res
.
map
.
configDetail
.
targetId
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
I
d
;
that
.
faultConfId
=
res
.
map
.
configDetail
.
faultConf
ig
.
i
d
;
// that.$global.showMsg('保存成功','success')
that
.
networkMonitorVisible
=
false
;
...
...
Please
register
or
login
to post a comment