From 7e50010463fdfaf0f4d9a0367ef4e9d77835474b Mon Sep 17 00:00:00 2001 From: Deep Tailor Date: Wed, 28 Aug 2019 15:55:51 -0700 Subject: [PATCH] remove LADTables from default registry to optionally installed in index.html (#2455) --- index.html | 1 + src/MCT.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d6eb192f89..1c4e6d3e3a 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,7 @@ })); openmct.install(openmct.plugins.SummaryWidget()); openmct.install(openmct.plugins.Notebook()); + openmct.install(openmct.plugins.LADTable()); openmct.install(openmct.plugins.Filters(['table', 'telemetry.plot.overlay'])); openmct.install(openmct.plugins.ObjectMigration()); openmct.install(openmct.plugins.ClearData(['table', 'telemetry.plot.overlay', 'telemetry.plot.stacked'])); diff --git a/src/MCT.js b/src/MCT.js index eb0574e7ad..a0eacf4890 100644 --- a/src/MCT.js +++ b/src/MCT.js @@ -259,7 +259,6 @@ define([ this.install(this.plugins.FolderView()); this.install(this.plugins.Tabs()); this.install(this.plugins.FlexibleLayout()); - this.install(this.plugins.LADTable()); this.install(this.plugins.GoToOriginalAction()); if (typeof BUILD_CONSTANTS !== 'undefined') {