[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",
"key": "rt-table",
"cssclass": "icon-tabular-realtime",
"templateUrl": rtTableTemplate,
"template": rtTableTemplate,
"needs": [
"telemetry"
],