diff --git a/src/app/applications/application-detail/application-detail.component.html b/src/app/applications/application-detail/application-detail.component.html index 1eac588d..ff4a356a 100644 --- a/src/app/applications/application-detail/application-detail.component.html +++ b/src/app/applications/application-detail/application-detail.component.html @@ -1,6 +1,5 @@
+ {{ 'MULTICAST.GROUPNAME' | translate }}{{ multicast.name | translate }} +
++ {{ 'MULTICAST.ADDRESS' | translate }}{{ multicast.mcAddr | translate }} +
++ {{ 'MULTICAST.NETWORK-KEY' | translate }}{{ multicast.mcNwkSKey | translate }} +
++ {{ 'MULTICAST.APPLICATION-KEY' | translate }}{{ multicast.mcAppSKey | translate }} +
++ {{ 'MULTICAST.FRAMECOUNTER' | translate }}{{ multicast.fCnt }} +
++ {{ 'MULTICAST.DATARATE' | translate }}{{ multicast.dr }} +
++ {{ 'MULTICAST.FREQUENCY' | translate }}{{ multicast.frequency }} +
++ {{ 'MULTICAST.GROUPTYPE' | translate }}{{ multicast.groupType }} +
+ +
+ {{ 'MULTICAST.IOTDEVICE' | translate }}:
+
+
| + {{ 'MULTICAST-TABLE.NAME' | translate }} + | ++ {{element.groupName}} + | ++ {{ 'MULTICAST-TABLE.TYPE' | translate }} | ++ + {{element.lorawanMulticastDefinition.groupType}} | ++ | + + | +
|---|