mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
Disables conditional and static styles for hyperlinks and summary widgets. (#2887)
This commit is contained in:
parent
ddef16795c
commit
de4c5b3729
@ -81,7 +81,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet'];
|
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet', 'summary-widget', 'hyperlink'];
|
||||||
this.openmct.selection.on('change', this.updateInspectorViews);
|
this.openmct.selection.on('change', this.updateInspectorViews);
|
||||||
},
|
},
|
||||||
destroyed() {
|
destroyed() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user