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:
authorJamie V <jamie.j.vigliotta@nasa.gov>2022-10-04 03:23:13 +0300
committerJamie V <jamie.j.vigliotta@nasa.gov>2022-10-04 03:23:13 +0300
commit07a97e9f4113cbe068396b1d06a8f0a3141c049f (patch)
treea3b1549ea494f3f1df5fb45edb88cb0c28c78364
parent6fa01f88ac7c1189b631332e5f4141f2bda8e2d5 (diff)
backing out index.html debug codeplot-legend-series-sync
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 61bc0644a..d8ec226c4 100644
--- a/index.html
+++ b/index.html
@@ -75,7 +75,7 @@
const TWO_HOURS = ONE_HOUR * 2;
const ONE_DAY = ONE_HOUR * 24;
- openmct.install(openmct.plugins.CouchDB("http://localhost:5984/openmct"));
+ openmct.install(openmct.plugins.LocalStorage());
openmct.install(openmct.plugins.example.Generator());
openmct.install(openmct.plugins.example.EventGeneratorPlugin());
@@ -186,7 +186,6 @@
}));
openmct.install(openmct.plugins.SummaryWidget());
openmct.install(openmct.plugins.Notebook());
- openmct.install(openmct.plugins.RestrictedNotebook());
openmct.install(openmct.plugins.LADTable());
openmct.install(openmct.plugins.Filters(['table', 'telemetry.plot.overlay']));
openmct.install(openmct.plugins.ObjectMigration());