mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +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() {
|
||||
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet'];
|
||||
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet', 'summary-widget', 'hyperlink'];
|
||||
this.openmct.selection.on('change', this.updateInspectorViews);
|
||||
},
|
||||
destroyed() {
|
||||
|
Loading…
Reference in New Issue
Block a user