diff --git a/platform/commonUI/inspect/bundle.json b/platform/commonUI/inspect/bundle.json
index 3f68d65311..55e1c76767 100644
--- a/platform/commonUI/inspect/bundle.json
+++ b/platform/commonUI/inspect/bundle.json
@@ -17,6 +17,16 @@
"key": "infobubble"
}
],
+ "templates": [
+ {
+ "key": "info-table",
+ "templateUrl": "info-table.html"
+ },
+ {
+ "key": "info-bubble",
+ "templateUrl": "info-bubble.html"
+ }
+ ],
"containers": [
{
"key": "bubble",
diff --git a/platform/commonUI/inspect/res/info-bubble.html b/platform/commonUI/inspect/res/info-bubble.html
new file mode 100644
index 0000000000..1deeeade15
--- /dev/null
+++ b/platform/commonUI/inspect/res/info-bubble.html
@@ -0,0 +1,7 @@
+
{{property.name}} | {{property.value}} |