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
caa0b6c4
Commit
caa0b6c4
authored
Jan 28, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0a1f83a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
network-detail.component.html
...etwork-check/network-detail/network-detail.component.html
+4
-10
No files found.
src/main/webapp/app/overAll/network-check/network-detail/network-detail.component.html
View file @
caa0b6c4
...
...
@@ -153,36 +153,30 @@
<nz-table
#
nzTable
[
nzData
]="
alarmList
"
>
<thead>
<tr>
<th
nz
ShowSort
>
产生时间
</th>
<th
nz
Width=
"20%"
>
产生时间
</th>
<th>
级别
</th>
<th
nzWidth=
"
1
5%"
>
告警信息
</th>
<th
nzWidth=
"
2
5%"
>
告警信息
</th>
<th>
步骤名称
</th>
<th>
持续时间
</th>
<th>
产生事件
</th>
<th>
状态
</th>
<th
style=
"text-align: center"
>
发送记录
</th>
</tr>
</thead>
<tbody>
<tr
*
ngFor=
"let data of nzTable.data"
>
<td
class=
"table-timeline"
>
<nz-timeline-item>
{{data.clock | date:'yyyy-MM-dd HH:
MM
:ss'}}
</nz-timeline-item>
<nz-timeline-item>
{{data.clock | date:'yyyy-MM-dd HH:
mm
:ss'}}
</nz-timeline-item>
</td>
<td
class=
"round-tag"
>
<td
class=
"round-tag
tag-form
"
>
<nz-tag
*
ngIf=
"data.priority == 4 || data.priority == 5"
[
nzColor
]="'#
fc0d1b
'"
></nz-tag>
<nz-tag
*
ngIf=
"data.priority == 2 || data.priority == 3"
[
nzColor
]="'#
fd9827
'"
></nz-tag>
</td>
<td>
名称
</td>
<td>
{{data.description}}
</td>
<td>
{{data.equipmentType}}
</td>
<td>
{{data.groupname}}
</td>
<td>
{{data.continuedTime}}
</td>
<td>
{{data.eventid}}
</td>
<td>
<ng-container
*
ngIf=
"data.r_clock"
>
已恢复
</ng-container>
<ng-container
*
ngIf=
"!data.r_clock"
>
告警中
</ng-container>
</td>
<td
class=
"list-icon"
(
click
)="
showLog
(
data
)"
><i
class=
"anticon anticon-profile"
></i></td>
</tr>
</tbody>
</nz-table>
...
...
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