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
xwx
3 years ago
Commit
357e9744fef35a3945264d23b744a04ad61b6b6d
1 parent
90da1e18
故障诊断弹框名称调整
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
18 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/apm/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/dialtest/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/resItem/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/apm/index.js
View file @
357e974
...
...
@@ -115,7 +115,7 @@ export default {
prop
:
'os'
,
label
:
'操作系统'
,
}]
service
.
sendEventDiagnoseBusinessScenarios
(
emit
,
props
.
faultNo
,
props
.
targetType
.
toLocaleLowerCase
(),
param
,
resClass
);
service
.
sendEventDiagnoseBusinessScenarios
(
emit
,
props
.
faultNo
,
props
.
targetType
.
toLocaleLowerCase
(),
param
,
resClass
,
''
,
'诊断应用'
);
}
const
openKpiList
=
()
=>
{
service
.
sendEventDiagnoseKpiList
(
emit
,
props
.
faultNo
,
props
.
targetType
.
toLocaleLowerCase
());
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/dialtest/index.html
View file @
357e974
...
...
@@ -23,32 +23,32 @@
<div
style=
"width: 200px;text-align: center;color: #666666;font-size: 18px"
>
汇总信息
</div>
<div>
<div
class=
"d-flex align-left"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disRes.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断业务场景
</span>
<h
class=
"text-link"
@
click=
"openBusScenarios()"
>
{{getFaultItemValue(dialTest,'diagnosticResources')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disKpi.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断指标
</span>
<h
class=
"text-link"
@
click=
"openKpiList()"
>
{{ getFaultItemValue(dialTest,'diagnosticIndicators') }}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disItem.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断项
</span>
<h
class=
"text-link"
@
click=
"openDiagnosticItem('')"
>
{{ getFaultItemValue(dialTest,'diagnosticItem') }}
</h>
</div>
</div>
<div
style=
"text-align: left;display: flex;margin-top: 10px;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/success.png"
style=
"width: 22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
正常
</span>
<h
class=
"text-link"
style=
"font-size: 24px"
@
click=
"openDiagnosticItem('normal')"
>
{{ getFaultItemValue(dialTest,'normal')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/error.png"
style=
"width: 22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
异常
</span>
<h
class=
"text-link"
style=
"font-size: 24px"
@
click=
"openDiagnosticItem('abnormal')"
>
{{ getFaultItemValue(dialTest,'abnormal') }}
</h>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.html
View file @
357e974
...
...
@@ -23,32 +23,32 @@
<div
style=
"width: 200px;text-align: center;color: #666666;font-size: 18px"
>
汇总信息
</div>
<div>
<div
class=
"d-flex align-left"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disRes.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;"
>
诊断资源
</span>
<h
class=
"text-link"
@
click=
"openBusScenarios()"
>
{{getFaultItemValue(dialTest,'diagnosticResources')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disKpi.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断指标
</span>
<h
class=
"text-link"
@
click=
"openKpiList()"
>
{{getFaultItemValue(dialTest,'diagnosticIndicators')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disItem.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断项
</span>
<h
class=
"text-link"
@
click=
"openDiagnosticItem('')"
>
{{getFaultItemValue(dialTest,'diagnosticItem')}}
</h>
</div>
</div>
<div
style=
"text-align: left;display: flex;margin-top: 10px;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/success.png"
style=
"width: 22px;height: 22px"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
正常
</span>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openDiagnosticItem('normal')"
>
{{getFaultItemValue(dialTest,'normal')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/error.png"
style=
"width: 22px;height: 22px"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"
>
异常
</span>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openDiagnosticItem('abnormal')"
>
{{getFaultItemValue(dialTest,'abnormal')}}
</h>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/resItem/index.html
View file @
357e974
...
...
@@ -7,38 +7,38 @@
</div>
<div>
<div
class=
"d-flex align-left"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disRes.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断资源
</span>
<h
class=
"text-link"
@
click=
"openBusScenarios()"
>
{{getFaultItemValue(cardList,'diagnosticResources')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disKpi.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断指标
</span>
<h
class=
"text-link"
@
click=
"openKpiList()"
>
{{getFaultItemValue(cardList,'diagnosticIndicators')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #666666;font-size: 16px
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/disItem.png"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px"
>
诊断项
</span>
<h
class=
"text-link"
@
click=
"openDiagnosticItem('')"
>
{{getFaultItemValue(cardList,'diagnosticItem')}}
</h>
</div>
</div>
<div
style=
"text-align: left;display: flex;margin-top: 10px;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;"
>
<div
style=
"width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/success.png"
style=
"width:22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"
>
正常
</span>
<h
style=
"font-size: 20px"
class=
"text-link"
@
click=
"openDiagnosticItem('normal')"
>
{{getFaultItemValue(cardList,'normal')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;
align-items: center;
"
>
<img
src=
"../src/style/img/fault/error.png"
style=
"width:22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"
>
异常
</span>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openDiagnosticItem('abnormal')"
>
{{getFaultItemValue(cardList,'abnormal')}}
</h>
</div>
|
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: red"
>
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: red
;align-items: center;
"
>
<img
src=
"../src/style/img/fault/base/alarm.png"
style=
"width:22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"
>
告警
</span>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openAlarm()"
>
{{getFaultItemValue(cardList,'abnormal')}}
</h>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.js
View file @
357e974
...
...
@@ -96,7 +96,7 @@ export default {
prop
:
'createBy'
,
label
:
'创建用户'
,
}]
service
.
sendEventDiagnoseBusinessScenarios
(
emit
,
props
.
faultNo
,
props
.
targetType
.
toLocaleLowerCase
(),
param
);
service
.
sendEventDiagnoseBusinessScenarios
(
emit
,
props
.
faultNo
,
props
.
targetType
.
toLocaleLowerCase
(),
param
,
''
,
'诊断链路场景'
);
}
let
openResPonse
=
(
kpiId
,
redId
)
=>
{
...
...
Please
register
or
login
to post a comment