UI: lwm2m observe strategies updated descriptions.
This commit is contained in:
parent
3f2fd6f979
commit
64bd969bee
@ -28,7 +28,7 @@
|
|||||||
</mat-select-trigger>
|
</mat-select-trigger>
|
||||||
<mat-option *ngFor="let strategy of observeStrategyList" [value]="strategy">
|
<mat-option *ngFor="let strategy of observeStrategyList" [value]="strategy">
|
||||||
{{ observeStrategyMap.get(strategy).name | translate }}
|
{{ observeStrategyMap.get(strategy).name | translate }}
|
||||||
<small style="display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
|
<small style="display: block;">
|
||||||
{{ observeStrategyMap.get(strategy).description | translate }}
|
{{ observeStrategyMap.get(strategy).description | translate }}
|
||||||
</small>
|
</small>
|
||||||
</mat-option>
|
</mat-option>
|
||||||
|
|||||||
@ -2213,11 +2213,11 @@
|
|||||||
"observe-strategy": {
|
"observe-strategy": {
|
||||||
"observe-strategy": "Observe strategy",
|
"observe-strategy": "Observe strategy",
|
||||||
"single": "Single",
|
"single": "Single",
|
||||||
"single-description": "One resource equals one single observe request",
|
"single-description": "One Observe request per resource (higher precision, more network traffic)",
|
||||||
"composite-all": "Composite all",
|
"composite-all": "Composite all",
|
||||||
"composite-all-description": "All resources in one composite observe request",
|
"composite-all-description": "All resources are observed with a single Composite Observe request (more efficient, less flexible)",
|
||||||
"composite-by-object": "Composite by objects",
|
"composite-by-object": "Composite by objects",
|
||||||
"composite-by-object-description": "Grouped composite observe requests by object"
|
"composite-by-object-description": "Resources are grouped by object type and observed using separate Composite Observe requests (balanced approach)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"snmp": {
|
"snmp": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user