diff --git a/platform/features/plot/bundle.json b/platform/features/plot/bundle.json index b89309fc76..d367c028cb 100644 --- a/platform/features/plot/bundle.json +++ b/platform/features/plot/bundle.json @@ -9,8 +9,7 @@ "templateUrl": "templates/plot.html", "needs": [ "telemetry" ], "priority": "preferred", - "delegation": true, - "editable": false + "delegation": true } ], "directives": [ diff --git a/platform/features/rtevents/bundle.json b/platform/features/rtevents/bundle.json index 51d9ec89ae..d2067bdd79 100644 --- a/platform/features/rtevents/bundle.json +++ b/platform/features/rtevents/bundle.json @@ -10,7 +10,6 @@ "description": "Scrolling list of real time messages.", "templateUrl": "templates/rtmessages.html", "needs": [ "telemetry" ], - "editable": false, "delegation": true } ], diff --git a/platform/features/rtscrolling/bundle.json b/platform/features/rtscrolling/bundle.json index f0ba65f5b8..b387a655a2 100644 --- a/platform/features/rtscrolling/bundle.json +++ b/platform/features/rtscrolling/bundle.json @@ -10,7 +10,6 @@ "description": "Scrolling list of data values.", "templateUrl": "templates/rtscrolling.html", "needs": [ "telemetry" ], - "editable": false, "delegation": true } ], diff --git a/platform/features/scrolling/bundle.json b/platform/features/scrolling/bundle.json index 686a2d1864..41b3508535 100644 --- a/platform/features/scrolling/bundle.json +++ b/platform/features/scrolling/bundle.json @@ -10,8 +10,7 @@ "description": "Scrolling list of data values.", "templateUrl": "templates/scrolling.html", "needs": [ "telemetry" ], - "delegation": true, - "editable": false + "delegation": true } ], "controllers": [