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:
authorcharlesh88 <charlesh88@gmail.com>2019-08-13 02:12:41 +0300
committercharlesh88 <charlesh88@gmail.com>2019-08-13 02:12:41 +0300
commit25ec6b6943a00159ef11cbbf852dadaa1358ae04 (patch)
tree8e75eaef6efe735dd2e95b4bbe120b2031371ecf
parentb628814f78f67325e29bb534e4139de1f69dc44d (diff)
Cleanup maelstrom2-coremaelstrom2-core
- Remove copied maelstrom-adapters plugin directory and refs
-rw-r--r--index.html1
-rw-r--r--src/plugins/plugins.js9
2 files changed, 2 insertions, 8 deletions
diff --git a/index.html b/index.html
index 30f25c3aa..88d48178c 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,6 @@
].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
);
- openmct.install(openmct.plugins.MaelstromPlugin());
openmct.install(openmct.plugins.Bignumbers());
openmct.install(openmct.plugins.Gauge());
openmct.install(openmct.plugins.MyItems());
diff --git a/src/plugins/plugins.js b/src/plugins/plugins.js
index 14010ad5d..f46d458e7 100644
--- a/src/plugins/plugins.js
+++ b/src/plugins/plugins.js
@@ -46,8 +46,7 @@ define([
'./goToOriginalAction/plugin',
'./clearData/plugin',
'./gauge/plugin',
- './bignumbers/plugin',
- './maelstrom-adapters/src/MaelstromPlugin.js'
+ './bignumbers/plugin'
], function (
_,
UTCTimeSystem,
@@ -74,8 +73,7 @@ define([
GoToOriginalAction,
ClearData,
Gauge,
- Bignumbers,
- MaelstromPlugin
+ Bignumbers
) {
var bundleMap = {
LocalStorage: 'platform/persistence/local',
@@ -107,11 +105,8 @@ define([
* to exclusively.
*/
plugins.AutoflowView = AutoflowPlugin;
-
plugins.Conductor = TimeConductorPlugin.default;
- plugins.MaelstromPlugin = MaelstromPlugin.default;
-
plugins.CouchDB = function (url) {
return function (openmct) {
if (url) {