mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
remove completed TODO comments
This commit is contained in:
parent
f04b5b689e
commit
60fce4a003
@ -30,7 +30,7 @@ export default class ConditionSetViewProvider {
|
||||
this.openmct = openmct;
|
||||
this.name = 'Conditions View';
|
||||
this.key = 'conditionSet.view';
|
||||
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
|
||||
this.cssClass = 'icon-conditional';
|
||||
}
|
||||
|
||||
canView(domainObject) {
|
||||
|
@ -35,7 +35,7 @@ export default function ConditionPlugin() {
|
||||
key: 'conditionSet',
|
||||
description: 'A set of one or more conditions based on user-specified criteria.',
|
||||
creatable: true,
|
||||
cssClass: 'icon-conditional', // TODO: replace with class for new icon
|
||||
cssClass: 'icon-conditional',
|
||||
initialize: function (domainObject) {
|
||||
domainObject.configuration = {
|
||||
conditionCollection: [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user