diff --git a/platform/commonUI/inspect/bundle.json b/platform/commonUI/inspect/bundle.json index 16f2bdf89c..3f68d65311 100644 --- a/platform/commonUI/inspect/bundle.json +++ b/platform/commonUI/inspect/bundle.json @@ -16,6 +16,14 @@ "type": "infobubble", "key": "infobubble" } + ], + "containers": [ + { + "key": "bubble", + "templateUrl": "bubble.html", + "attributes": [ "bubbleTitle", "bubbleLayout" ], + "alias": "bubble" + } ] } } \ No newline at end of file diff --git a/platform/commonUI/inspect/res/bubble.html b/platform/commonUI/inspect/res/bubble.html new file mode 100644 index 0000000000..89a25054cf --- /dev/null +++ b/platform/commonUI/inspect/res/bubble.html @@ -0,0 +1,9 @@ +
+
+
+ {{bubble.bubbleTitle}} +
+ +
+
\ No newline at end of file diff --git a/platform/commonUI/inspect/res/table.html b/platform/commonUI/inspect/res/table.html new file mode 100644 index 0000000000..d498b41c85 --- /dev/null +++ b/platform/commonUI/inspect/res/table.html @@ -0,0 +1,8 @@ + + + + + +
{{property.name}} + {{property.value}} +
\ No newline at end of file