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
64d3aa1c
Commit
64d3aa1c
authored
Dec 13, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
987b42ec
d60c922b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
basic-detail.component.html
...pp/overAll/basic/basic-detail/basic-detail.component.html
+4
-4
basic-detail.component.ts
.../app/overAll/basic/basic-detail/basic-detail.component.ts
+1
-1
No files found.
src/main/webapp/app/overAll/basic/basic-detail/basic-detail.component.html
View file @
64d3aa1c
...
...
@@ -29,19 +29,19 @@
</div>
<div
class=
"releative"
#
checkEle
>
<div
#
colorEle
class=
"checkTags tag-form"
>
<span
(
click
)="
getCheckList
(
0
)"
>
<span
(
click
)="
getCheckList
(
'正常'
)"
>
<nz-tag
[
nzColor
]="
color
.
green
"
></nz-tag>
<i
*
ngIf=
"!checkStatus.normal && checkStatus.normal !=0"
class=
"anticon anticon-spin anticon-loading"
style=
"font-size: 15px;"
></i>
{{checkStatus.normal}}
</span>
<span
(
click
)="
getCheckList
(
1
)"
>
<nz-tag
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<span
(
click
)="
getCheckList
(
'告警'
)"
>
<nz-tag
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<i
*
ngIf=
"!checkStatus.warning && checkStatus.warning !=0"
class=
"anticon anticon-spin anticon-loading"
style=
"font-size: 15px;"
></i>
{{checkStatus.warning}}
</span>
<span
(
click
)="
getCheckList
(
2
)"
>
<nz-tag
[
nzColor
]="
color
.
red
"
></nz-tag>
<span
(
click
)="
getCheckList
(
'严重'
)"
>
<nz-tag
[
nzColor
]="
color
.
red
"
></nz-tag>
<i
*
ngIf=
"!checkStatus.high && checkStatus.high !=0"
class=
"anticon anticon-spin anticon-loading"
style=
"font-size: 15px;"
></i>
{{checkStatus.high}}
</span>
<span
(
click
)="
getCheckList
(
3
)"
>
<nz-tag
[
nzColor
]="
color
.
gray
"
></nz-tag>
<span
(
click
)="
getCheckList
(
'禁用'
)"
>
<nz-tag
[
nzColor
]="
color
.
gray
"
></nz-tag>
<i
*
ngIf=
"!checkStatus.disabled && checkStatus.disabled !=0"
class=
"anticon anticon-spin anticon-loading"
style=
"font-size: 15px;"
></i>
{{checkStatus.disabled}}
</span>
...
...
src/main/webapp/app/overAll/basic/basic-detail/basic-detail.component.ts
View file @
64d3aa1c
...
...
@@ -655,7 +655,7 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
obj
:{
applicationid
:
this
.
applicationId
,
hostid
:
this
.
hostId
,
stat
e
:
state
priorityNam
e
:
state
}
};
this
.
overAllSer
.
findCheckByType
(
data
).
subscribe
(
...
...
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