mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Show target API version
This commit is contained in:
parent
cae832911d
commit
be3babda37
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<template x-for="entry, idx in Object.entries(info).filter(tp => !['id', 'settings'].includes(tp[0]))" :key="idx">
|
<template x-for="entry, idx in Object.entries(info).filter(tp => !['id', 'settings'].includes(tp[0]))" :key="idx">
|
||||||
<dl class="uk-description-list" id="toggle" hidden>
|
<dl class="uk-description-list" id="toggle" hidden>
|
||||||
<dt x-text="entry[0]"></dt>
|
<dt x-text="entry[0] === 'version' ? 'Target API Version' : entry[0].replace('_', ' ')"></dt>
|
||||||
<dd x-text="entry[1]"></dd>
|
<dd x-text="entry[1]"></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user