From 901846e6c153690c9b6dd3620b91eca3199ff2ed Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 30 Sep 2016 10:29:03 -0700 Subject: [PATCH] [API] Use correct property for RT table template --- platform/features/table/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/table/bundle.js b/platform/features/table/bundle.js index 8e820abef6..6f7d285a50 100644 --- a/platform/features/table/bundle.js +++ b/platform/features/table/bundle.js @@ -145,7 +145,7 @@ define([ "name": "Real-time Table", "key": "rt-table", "cssclass": "icon-tabular-realtime", - "templateUrl": rtTableTemplate, + "template": rtTableTemplate, "needs": [ "telemetry" ],