mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
lint fixes
This commit is contained in:
parent
4c0791f04b
commit
8b2d77c876
@ -484,7 +484,8 @@
|
|||||||
"darkmatter",
|
"darkmatter",
|
||||||
"Undeletes",
|
"Undeletes",
|
||||||
"SSSZ",
|
"SSSZ",
|
||||||
"pageerror"
|
"pageerror",
|
||||||
|
"annotatable"
|
||||||
],
|
],
|
||||||
"dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
|
"dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="c-inspect-properties__value">
|
<div class="c-inspect-properties__value">
|
||||||
<input
|
<input
|
||||||
|
v-if="isEditing"
|
||||||
:id="key + 'ColumnControl'"
|
:id="key + 'ColumnControl'"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
v-if="isEditing"
|
|
||||||
:checked="configuration.hiddenColumns[key] !== true"
|
:checked="configuration.hiddenColumns[key] !== true"
|
||||||
@change="toggleColumn(key)"
|
@change="toggleColumn(key)"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user