Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
smart
Commits
fbffb520
Commit
fbffb520
authored
Jun 26, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style update
parent
1a7411a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
alarm-modal.component.ts
...ain/webapp/app/modal/alarm-modal/alarm-modal.component.ts
+8
-8
No files found.
src/main/webapp/app/modal/alarm-modal/alarm-modal.component.ts
View file @
fbffb520
...
@@ -77,12 +77,12 @@ export class AlarmModalComponent implements OnInit {
...
@@ -77,12 +77,12 @@ export class AlarmModalComponent implements OnInit {
serious
:
0
,
serious
:
0
,
mediaTypeIds
:
[],
mediaTypeIds
:
[],
def_longdata
:
'问题 {TRIGGER.NAME} 开始于: {EVENT.TIME} {EVENT.DATE}
\
n'
+
def_longdata
:
'问题 {TRIGGER.NAME} 开始于: {EVENT.TIME} {EVENT.DATE}
\
n'
+
'主机: {HOST.NAME}
\
n'
+
'主机: {HOST.NAME}
\
n'
+
'严重程度: {TRIGGER.SEVERITY}
\
n'
,
'严重程度: {TRIGGER.SEVERITY}
\
n'
,
r_longdata
:
''
+
r_longdata
:
''
+
'问题 {TRIGGER.NAME} 恢复于: {EVENT.TIME} {EVENT.DATE}
\
n'
+
'问题 {TRIGGER.NAME} 恢复于: {EVENT.TIME} {EVENT.DATE}
\
n'
+
'主机: {HOST.NAME}
\
n'
+
'主机: {HOST.NAME}
\
n'
+
'严重程度: {TRIGGER.SEVERITY}'
,
'严重程度: {TRIGGER.SEVERITY}'
,
sendInfos
:
null
,
sendInfos
:
null
,
event
:
{
event
:
{
eventTypeId
:
null
,
//事件分类id
eventTypeId
:
null
,
//事件分类id
...
@@ -352,9 +352,9 @@ export class AlarmModalComponent implements OnInit {
...
@@ -352,9 +352,9 @@ export class AlarmModalComponent implements OnInit {
};
};
if
(
this
.
isEvent
==
"1"
){
if
(
this
.
isEvent
==
"1"
){
data
.
event
=
{
data
.
event
=
{
eventTypeId
:
this
.
validateForm
.
event
.
eventTypeId
,
//事件分类id
eventTypeId
:
this
.
validateForm
.
event
.
eventTypeId
,
//事件分类id
operators
:
this
.
operatorList
,
//事件负责人
operators
:
this
.
operatorList
,
//事件负责人
title
:
this
.
validateForm
.
event
.
title
,
//事件标题
title
:
this
.
validateForm
.
event
.
title
,
//事件标题
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment