mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
remove extraneous class
This commit is contained in:
parent
b171f82e94
commit
af6f3274cb
@ -21,20 +21,18 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="c-timelist-properties">
|
<div class="c-inspect-properties">
|
||||||
<div class="c-inspect-properties">
|
<ul class="c-inspect-properties__section">
|
||||||
<ul class="c-inspect-properties__section">
|
<div class="c-inspect-properties_header" title="'Details'">Details</div>
|
||||||
<div class="c-inspect-properties_header" title="'Details'">Details</div>
|
<li
|
||||||
<li
|
v-for="[key, value] in Object.entries(event)"
|
||||||
v-for="[key, value] in Object.entries(event)"
|
:key="key"
|
||||||
:key="key"
|
class="c-inspect-properties__row"
|
||||||
class="c-inspect-properties__row"
|
>
|
||||||
>
|
<span class="c-inspect-properties__label">{{ key }}</span>
|
||||||
<span class="c-inspect-properties__label">{{ key }}</span>
|
<span class="c-inspect-properties__value">{{ value }}</span>
|
||||||
<span class="c-inspect-properties__value">{{ value }}</span>
|
</li>
|
||||||
</li>
|
</ul>
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user