mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
* [Reimplement] create new action plugin for issue #3834 Co-authored-by mariuszr mariusz.rosinski@gmail.com Co-authored-by: Henry Hsu <henryhsu@henrys-air.lan> Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -46,6 +46,7 @@ define([
|
||||
'./filters/plugin',
|
||||
'./objectMigration/plugin',
|
||||
'./goToOriginalAction/plugin',
|
||||
'./openInNewTabAction/plugin',
|
||||
'./clearData/plugin',
|
||||
'./webPage/plugin',
|
||||
'./condition/plugin',
|
||||
@ -91,6 +92,7 @@ define([
|
||||
Filters,
|
||||
ObjectMigration,
|
||||
GoToOriginalAction,
|
||||
OpenInNewTabAction,
|
||||
ClearData,
|
||||
WebPagePlugin,
|
||||
ConditionPlugin,
|
||||
@ -190,6 +192,7 @@ define([
|
||||
plugins.Filters = Filters;
|
||||
plugins.ObjectMigration = ObjectMigration.default;
|
||||
plugins.GoToOriginalAction = GoToOriginalAction.default;
|
||||
plugins.OpenInNewTabAction = OpenInNewTabAction.default;
|
||||
plugins.ClearData = ClearData;
|
||||
plugins.WebPage = WebPagePlugin.default;
|
||||
plugins.Espresso = Espresso.default;
|
||||
|
Reference in New Issue
Block a user