Commit 9025165d authored by yating.lin's avatar yating.lin

修改传感器主题详情:增加告警主题(3)、通知主题(4)

parent 8adb5856
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment