mirror of
https://github.com/nasa/openmct.git
synced 2025-06-04 00:20:50 +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.condition.definition.criteria[0].input = [ev.target.value];
|
||||||
this.persist();
|
this.persist();
|
||||||
//find the criterion being updated and set the input property
|
//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"
|
class="c-cs__ui_content"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="current-output">{{ condition.output }}</span>
|
<span class="current-output">{{ condition.definition.output }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user