mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Virtualization section to listings
This commit is contained in:
parent
f182a37285
commit
6435987418
2 changed files with 93 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
import Aliases from '~/src/components/listing-parts/aliases.astro'
|
||||
import ThomasCredit from '~/components/thomas-credit.vue'
|
||||
import RelatedLinks from '~/src/components/listing-parts/related-links.astro'
|
||||
import Virtualization from './listing-parts/virtualization.astro'
|
||||
import Devices from '~/src/components/listing-parts/devices.astro'
|
||||
import RelatedVideos from '~/src/components/listing-parts/related-videos.astro'
|
||||
import Bundles from '~/src/components/listing-parts/bundles.astro'
|
||||
|
|
@ -49,9 +50,9 @@ const details = new ListingDetails( listing )
|
|||
|
||||
<Aliases listing={ listing } />
|
||||
|
||||
<AllUpdatesSubscribe
|
||||
<!-- <AllUpdatesSubscribe
|
||||
client:visible
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<div class="links space-y-6 sm:space-x-6">
|
||||
<RelatedLinks
|
||||
|
|
@ -59,6 +60,9 @@ const details = new ListingDetails( listing )
|
|||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<Virtualization listing={ listing } />
|
||||
|
||||
<Devices
|
||||
listing={ listing }
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue