mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
* Add Gauge plugin #4896, add edit mode
This commit is contained in:
parent
fff3ce0acf
commit
d30c4fcb53
@ -32,7 +32,9 @@ export default function GaugeViewProvider(openmct) {
|
||||
return domainObject.type === 'gauge';
|
||||
},
|
||||
canEdit: function (domainObject) {
|
||||
return false;
|
||||
if (domainObject.type === 'gauge') {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
view: function (domainObject) {
|
||||
let component;
|
||||
|
Loading…
x
Reference in New Issue
Block a user