diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 67d91281fe..80de35aacd 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -10,6 +10,14 @@ "type": "layout", "templateUrl": "templates/layout.html", "uses": [ "composition" ] + }, + { + "key": "fixed", + "name": "Fixed Position", + "glyph": "3", + "type": "telemetry.panel", + "templateUrl": "templates/fixed.html", + "uses": [ "composition" ] } ], "representations": [ diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html new file mode 100644 index 0000000000..206ce97954 --- /dev/null +++ b/platform/features/layout/res/templates/fixed.html @@ -0,0 +1,26 @@ +
+ + + +
+ +
+ + +
+ + + + + + + +
+ +
\ No newline at end of file