mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
Adds missing updated method
Adds definition property to CurrentOutput
This commit is contained in:
parent
e88ead30dc
commit
cfd9730055
@ -272,6 +272,9 @@ export default {
|
||||
this.condition.definition.criteria[0].input = [ev.target.value];
|
||||
this.persist();
|
||||
//find the criterion being updated and set the input property
|
||||
},
|
||||
updateCurrentCondition() {
|
||||
this.$emit('update-current-condition', this.conditionIdentifier);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
class="c-cs__ui_content"
|
||||
>
|
||||
<div>
|
||||
<span class="current-output">{{ condition.output }}</span>
|
||||
<span class="current-output">{{ condition.definition.output }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user