[API] Use correct property for RT table template

This commit is contained in:
Victor Woeltjen
2016-09-30 10:29:03 -07:00
parent a93f41f1c3
commit 901846e6c1

View File

@@ -145,7 +145,7 @@ define([
"name": "Real-time Table", "name": "Real-time Table",
"key": "rt-table", "key": "rt-table",
"cssclass": "icon-tabular-realtime", "cssclass": "icon-tabular-realtime",
"templateUrl": rtTableTemplate, "template": rtTableTemplate,
"needs": [ "needs": [
"telemetry" "telemetry"
], ],