Re-enabled plots and scrolling

This commit is contained in:
Henry 2015-12-09 17:25:48 -08:00
parent de256835fd
commit 2145bcf908
4 changed files with 2 additions and 6 deletions

View File

@ -9,8 +9,7 @@
"templateUrl": "templates/plot.html", "templateUrl": "templates/plot.html",
"needs": [ "telemetry" ], "needs": [ "telemetry" ],
"priority": "preferred", "priority": "preferred",
"delegation": true, "delegation": true
"editable": false
} }
], ],
"directives": [ "directives": [

View File

@ -10,7 +10,6 @@
"description": "Scrolling list of real time messages.", "description": "Scrolling list of real time messages.",
"templateUrl": "templates/rtmessages.html", "templateUrl": "templates/rtmessages.html",
"needs": [ "telemetry" ], "needs": [ "telemetry" ],
"editable": false,
"delegation": true "delegation": true
} }
], ],

View File

@ -10,7 +10,6 @@
"description": "Scrolling list of data values.", "description": "Scrolling list of data values.",
"templateUrl": "templates/rtscrolling.html", "templateUrl": "templates/rtscrolling.html",
"needs": [ "telemetry" ], "needs": [ "telemetry" ],
"editable": false,
"delegation": true "delegation": true
} }
], ],

View File

@ -10,8 +10,7 @@
"description": "Scrolling list of data values.", "description": "Scrolling list of data values.",
"templateUrl": "templates/scrolling.html", "templateUrl": "templates/scrolling.html",
"needs": [ "telemetry" ], "needs": [ "telemetry" ],
"delegation": true, "delegation": true
"editable": false
} }
], ],
"controllers": [ "controllers": [