mirror of
https://github.com/nasa/openmct.git
synced 2025-05-12 21:43:23 +00:00
Fixes linting issues
This commit is contained in:
parent
03a690a158
commit
0a1959df38
@ -120,14 +120,6 @@ export default {
|
|||||||
inputTypes: INPUT_TYPES
|
inputTypes: INPUT_TYPES
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
telemetry: {
|
|
||||||
handler(newTelemetry, oldTelemetry) {
|
|
||||||
this.checkTelemetry();
|
|
||||||
},
|
|
||||||
deep: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
setRowLabel: function () {
|
setRowLabel: function () {
|
||||||
let operator = this.trigger === 'all' ? 'and ': 'or ';
|
let operator = this.trigger === 'all' ? 'and ': 'or ';
|
||||||
@ -155,6 +147,14 @@ export default {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
telemetry: {
|
||||||
|
handler(newTelemetry, oldTelemetry) {
|
||||||
|
this.checkTelemetry();
|
||||||
|
},
|
||||||
|
deep: true
|
||||||
|
}
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.updateMetadataOptions();
|
this.updateMetadataOptions();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user