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
9025165d
Commit
9025165d
authored
Apr 19, 2021
by
yating.lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改传感器主题详情:增加告警主题(3)、通知主题(4)
parent
8adb5856
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sensor-detail.component.html
src/app/main/sensor-detail/sensor-detail.component.html
+2
-1
No files found.
src/app/main/sensor-detail/sensor-detail.component.html
View file @
9025165d
...
...
@@ -258,7 +258,8 @@
<ng-template
#
con1
>
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
topicName
'
|
translate
"
[(
value
)]="
req
.
topicName
"
></app-search-item>
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
topicType
'
|
translate
"
[(
value
)]="
req
.
topicType
"
[
data
]="[{
a:
'推送主题',
b:
0
},
{
a:
'订阅主题',
b:
1
},
{
a:
'推送订阅主题',
b:
2
}]"
optL=
"a"
optV=
"b"
></app-search-select>
[
data
]="[{
a:
'推送主题',
b:
0
},
{
a:
'订阅主题',
b:
1
},
{
a:
'推送订阅主题',
b:
2
},
{
a:
'告警主题',
b:
3
},
{
a:
'通知主题',
b:
4
}]"
optL=
"a"
optV=
"b"
></app-search-select>
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
dataType
'
|
translate
"
[(
value
)]="
req
.
dataType
"
[
data
]="[{
a:
'
json
',
b:
0
},
{
a:
'
bin
',
b:
1
}]"
optL=
"a"
optV=
"b"
></app-search-select>
<app-search-select
isMust=
"true"
*
ngIf=
"!isUpdate"
inModal=
"true"
[
label
]="'
probesModel
'
|
translate
"
[(
value
)]="
req
.
probesModelNo
"
...
...
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