UI: Attribute table disable edit for client side attributes
This commit is contained in:
parent
f2b10edf1e
commit
359c442365
@ -298,7 +298,7 @@ export class AttributeTableComponent extends PageComponent implements AfterViewI
|
||||
if ($event) {
|
||||
$event.stopPropagation();
|
||||
}
|
||||
if (this.attributeScope === LatestTelemetry.LATEST_TELEMETRY){
|
||||
if (this.isClientSideTelemetryTypeMap.get(this.attributeScope)) {
|
||||
return;
|
||||
}
|
||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user