remove LADTables from default registry to optionally installed in index.html (#2455)

This commit is contained in:
Deep Tailor
2019-08-28 15:55:51 -07:00
committed by Pegah Sarram
parent 974be0ae2c
commit 7e50010463
2 changed files with 1 additions and 1 deletions

View File

@@ -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']));