mirror of
https://github.com/nasa/openmct.git
synced 2025-02-24 02:41:25 +00:00
Merge pull request #2757 from nasa/conditions-set-cleanup
[Conditions] Condition Set cleanup
This commit is contained in:
commit
ce1fdbddda
@ -34,8 +34,10 @@
|
||||
</div>
|
||||
</section>
|
||||
<TestData :is-editing="isEditing" />
|
||||
<ConditionCollection :is-editing="isEditing"
|
||||
@conditionSetResultUpdated="updateCurrentOutput" />
|
||||
<ConditionCollection
|
||||
:is-editing="isEditing"
|
||||
@conditionSetResultUpdated="updateCurrentOutput"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -60,11 +62,6 @@ export default {
|
||||
mounted() {
|
||||
this.conditionSetIdentifier = this.openmct.objects.makeKeyString(this.domainObject.identifier);
|
||||
},
|
||||
beforeDestroy() {
|
||||
if (this.stopProvidingTelemetry) {
|
||||
this.stopProvidingTelemetry();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
updateCurrentOutput(currentConditionResult) {
|
||||
this.currentConditionOutput = currentConditionResult.output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user