Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
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
WitCloud
witiumCloud2
Commits
cb826a1c
Commit
cb826a1c
authored
Nov 03, 2020
by
yating.lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改传感器管理:增加告警主题(3)、通知主题(4)
parent
beeb7f0c
Pipeline
#688
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sensor-detail.component.html
src/app/main/sensor-detail/sensor-detail.component.html
+3
-1
No files found.
src/app/main/sensor-detail/sensor-detail.component.html
View file @
cb826a1c
...
@@ -34,7 +34,9 @@
...
@@ -34,7 +34,9 @@
<tbody
nz-tbody
>
<tbody
nz-tbody
>
<tr
*
ngFor=
"let one of nzTable.data, let i = index"
>
<tr
*
ngFor=
"let one of nzTable.data, let i = index"
>
<td
nz-td
class=
"canClick"
(
click
)="
toDetail
(
one
)"
>
{{one.topicName}}
</td>
<td
nz-td
class=
"canClick"
(
click
)="
toDetail
(
one
)"
>
{{one.topicName}}
</td>
<td
nz-td
>
{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题': '推送订阅主题'}}
</td>
<td
nz-td
>
{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题' :
one.topicType === 2 ? '推送订阅主题' :
one.topicType === 3 ? '告警主题' : '通知主题' }}
</td>
<td
nz-td
>
{{one.dataType === 0 ? 'json' : 'bin'}}
</td>
<td
nz-td
>
{{one.dataType === 0 ? 'json' : 'bin'}}
</td>
<td
nz-td
>
{{one.interval}}
</td>
<td
nz-td
>
{{one.interval}}
</td>
<td
nz-td
>
{{one.dataInterval}}
</td>
<td
nz-td
>
{{one.dataInterval}}
</td>
...
...
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