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