mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
add mmgis (external plugin) type to style exclusion list
This commit is contained in:
parent
4b191c5e39
commit
b919cf9f69
@ -102,7 +102,14 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet', 'summary-widget', 'hyperlink'];
|
||||
this.excludeObjectTypes = [
|
||||
'folder',
|
||||
'webPage',
|
||||
'conditionSet',
|
||||
'summary-widget',
|
||||
'hyperlink',
|
||||
'mmgis'
|
||||
];
|
||||
this.openmct.selection.on('change', this.updateInspectorViews);
|
||||
},
|
||||
destroyed() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user