Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Henry <andrew.k.henry@nasa.gov>2019-03-29 08:21:27 +0300
committerDeep Tailor <deep.j.tailor@nasa.gov>2019-03-29 08:21:27 +0300
commitbc5e300ba92d9683f87768837d3be53a88a8b801 (patch)
treeb7aa26cb6e310d3b46a0779ab0ed2caa0f536619 /index.html
parent57efef3160386ede0b4092a0bdabb615acbb0b8b (diff)
Optionally provide list of object types to show as views rather than telemetry in Display Layouts (#2339)
* Optionally provide list of object types to show as views rather than alpha numerics to display layouts * Only make table view available for objects that have telemetry to show
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7a4315170..a0efda647 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,9 @@
openmct.install(openmct.plugins.AutoflowView({
type: "telemetry.panel"
}));
+ openmct.install(openmct.plugins.DisplayLayout({
+ showAsView: ['summary-widget', 'example.imagery']
+ }));
openmct.install(openmct.plugins.Conductor({
menuOptions: [
{