Object migration (#2282)

I implementation of data migrations for display layouts and fixed position elements.
This commit is contained in:
Pegah Sarram
2019-03-11 08:56:56 -07:00
committed by Andrew Henry
parent 5ee22b3481
commit 1c8f23dea1
4 changed files with 257 additions and 2 deletions

View File

@@ -81,6 +81,7 @@
openmct.install(openmct.plugins.Tabs());
openmct.install(openmct.plugins.FlexibleLayout());
openmct.install(openmct.plugins.LADTable());
openmct.install(openmct.plugins.ObjectMigration());
openmct.start();
</script>
</html>