From 7f21cc044db578504aa17145b1d3c713f52aca34 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 14 Jan 2015 17:48:57 -0800 Subject: [PATCH] [Fixed Position] Initial template Add initial template, declaration for fixed position view, WTD-615. --- platform/features/layout/bundle.json | 8 ++++++ .../features/layout/res/templates/fixed.html | 26 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 platform/features/layout/res/templates/fixed.html 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