mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 01:11:41 +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.openmct = openmct;
|
||||||
this.name = 'Conditions View';
|
this.name = 'Conditions View';
|
||||||
this.key = 'conditionSet.view';
|
this.key = 'conditionSet.view';
|
||||||
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
|
this.cssClass = 'icon-conditional';
|
||||||
}
|
}
|
||||||
|
|
||||||
canView(domainObject) {
|
canView(domainObject) {
|
||||||
|
@ -35,7 +35,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-conditional', // TODO: replace with class for new icon
|
cssClass: 'icon-conditional',
|
||||||
initialize: function (domainObject) {
|
initialize: function (domainObject) {
|
||||||
domainObject.configuration = {
|
domainObject.configuration = {
|
||||||
conditionCollection: [{
|
conditionCollection: [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user