mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
added TODO comments
This commit is contained in:
parent
79fe95372d
commit
6ccc0b4fbf
@ -27,7 +27,7 @@ export default class ConditionSetViewProvider {
|
|||||||
constructor(openmct) {
|
constructor(openmct) {
|
||||||
this.openmct = openmct;
|
this.openmct = openmct;
|
||||||
this.key = 'conditionSet.view';
|
this.key = 'conditionSet.view';
|
||||||
this.cssClass = 'icon-summary-widget';
|
this.cssClass = 'icon-summary-widget'; // TODO: replace with class for new icon
|
||||||
}
|
}
|
||||||
|
|
||||||
canView(domainObject) {
|
canView(domainObject) {
|
||||||
|
@ -39,7 +39,7 @@ export default function ConditionPlugin() {
|
|||||||
key: 'conditionSet',
|
key: 'conditionSet',
|
||||||
description: 'A set of one or more conditions based on user-specified criteria.',
|
description: 'A set of one or more conditions based on user-specified criteria.',
|
||||||
creatable: true,
|
creatable: true,
|
||||||
cssClass: 'icon-summary-widget',
|
cssClass: 'icon-summary-widget', // TODO: replace with class for new icon
|
||||||
initialize: function (domainObject) {
|
initialize: function (domainObject) {
|
||||||
domainObject.composition = [];
|
domainObject.composition = [];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user