mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
Stacked plot interceptor rename (#5468)
* Rename stacked plot interceptor and move to folder Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
2943d2b6ec
commit
1c8784fec5
@ -27,7 +27,7 @@ import OverlayPlotCompositionPolicy from './overlayPlot/OverlayPlotCompositionPo
|
||||
import StackedPlotCompositionPolicy from './stackedPlot/StackedPlotCompositionPolicy';
|
||||
import PlotViewActions from "./actions/ViewActions";
|
||||
import StackedPlotsInspectorViewProvider from "./inspector/StackedPlotsInspectorViewProvider";
|
||||
import plotInterceptor from "./plotInterceptor";
|
||||
import stackedPlotConfigurationInterceptor from "./stackedPlot/stackedPlotConfigurationInterceptor";
|
||||
|
||||
export default function () {
|
||||
return function install(openmct) {
|
||||
@ -65,7 +65,7 @@ export default function () {
|
||||
priority: 890
|
||||
});
|
||||
|
||||
plotInterceptor(openmct);
|
||||
stackedPlotConfigurationInterceptor(openmct);
|
||||
|
||||
openmct.objectViews.addProvider(new StackedPlotViewProvider(openmct));
|
||||
openmct.objectViews.addProvider(new OverlayPlotViewProvider(openmct));
|
||||
|
@ -20,7 +20,7 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
|
||||
export default function plotInterceptor(openmct) {
|
||||
export default function stackedPlotConfigurationInterceptor(openmct) {
|
||||
|
||||
openmct.objects.addGetInterceptor({
|
||||
appliesTo: (identifier, domainObject) => {
|
Loading…
x
Reference in New Issue
Block a user