Reimplemented Go To Original Action (#2383)

* complete working go to original action, todo (css class for action)

* Fix layout when a menu item does not have an icon

* Removed superfluous keystring conversion
This commit is contained in:
Deep Tailor
2019-04-28 12:29:16 -07:00
committed by Andrew Henry
parent 1c0df60f05
commit 3377ad5e0d
8 changed files with 92 additions and 165 deletions

View File

@@ -86,6 +86,7 @@
openmct.install(openmct.plugins.LADTable());
openmct.install(openmct.plugins.Filters(['table', 'telemetry.plot.overlay']));
openmct.install(openmct.plugins.ObjectMigration());
openmct.install(openmct.plugins.GoToOriginalAction());
openmct.start();
</script>
</html>