Listing of sources and their configured owners
{#await data.sources}
{:then sources}
Source Name
Type
Modified
Created
Owner
{#each sources as source}
{source.name}
{source.type}
{formatDate(source.modified)}
{formatDate(source.created)}
{source.owner.name}
Open Source
TriggerCodeModal(source, modalStore)} class="btn variant-filled-primary text-sm !text-white" > View
{/each}
{/await}