mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Removes missed code
This commit is contained in:
@ -154,8 +154,7 @@ export default {
|
|||||||
property: 'imageUrl',
|
property: 'imageUrl',
|
||||||
formKeys: ['url'],
|
formKeys: ['url'],
|
||||||
value: {url: this.styleItem.style.imageUrl},
|
value: {url: this.styleItem.style.imageUrl},
|
||||||
isEditing: this.isEditing,
|
isEditing: this.isEditing
|
||||||
preventNone: this.preventNone
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isStyleInvisibleOption() {
|
isStyleInvisibleOption() {
|
||||||
@ -163,7 +162,6 @@ export default {
|
|||||||
value: this.styleItem.style.isStyleInvisible,
|
value: this.styleItem.style.isStyleInvisible,
|
||||||
property: 'isStyleInvisible',
|
property: 'isStyleInvisible',
|
||||||
isEditing: this.isEditing,
|
isEditing: this.isEditing,
|
||||||
preventNone: this.preventNone,
|
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value: '',
|
value: '',
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
<div
|
<div
|
||||||
v-if="showLabel"
|
v-if="showLabel"
|
||||||
class="c-telemetry-view__label"
|
class="c-telemetry-view__label"
|
||||||
:class="[styleClass]"
|
|
||||||
:style="telemetryObjectStyle"
|
|
||||||
>
|
>
|
||||||
<div class="c-telemetry-view__label-text">
|
<div class="c-telemetry-view__label-text">
|
||||||
{{ domainObject.name }}
|
{{ domainObject.name }}
|
||||||
|
Reference in New Issue
Block a user