mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[API] Show a custom view in dialog
This commit is contained in:
@ -221,6 +221,13 @@ define([
|
||||
canView: todoType.check.bind(todoType)
|
||||
});
|
||||
|
||||
mct.view(mct.regions.properties, {
|
||||
view: function (domainObject) {
|
||||
return new TodoToolbarView(domainObject);
|
||||
},
|
||||
canView: todoType.check.bind(todoType)
|
||||
});
|
||||
|
||||
return mct;
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user