mirror of
https://github.com/nasa/openmct.git
synced 2025-02-24 10:45:02 +00:00
Merge branch 'topic-conditionals' into fix-enum-metadata
This commit is contained in:
commit
1f3ec77bf1
@ -34,8 +34,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<TestData :is-editing="isEditing" />
|
<TestData :is-editing="isEditing" />
|
||||||
<ConditionCollection :is-editing="isEditing"
|
<ConditionCollection
|
||||||
@conditionSetResultUpdated="updateCurrentOutput" />
|
:is-editing="isEditing"
|
||||||
|
@conditionSetResultUpdated="updateCurrentOutput"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -60,11 +62,6 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.conditionSetIdentifier = this.openmct.objects.makeKeyString(this.domainObject.identifier);
|
this.conditionSetIdentifier = this.openmct.objects.makeKeyString(this.domainObject.identifier);
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
|
||||||
if (this.stopProvidingTelemetry) {
|
|
||||||
this.stopProvidingTelemetry();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
updateCurrentOutput(currentConditionResult) {
|
updateCurrentOutput(currentConditionResult) {
|
||||||
this.currentConditionOutput = currentConditionResult.output;
|
this.currentConditionOutput = currentConditionResult.output;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user