{#if marked}
{@html marked}
{:else}
{!summary || summary.length == 0 ? path : summary}
{/if}
{path}
dispatch('change')} />
{#if kind != 'script'}
{kind}
{/if}
{#if lock_error_logs}
Deployment error
{/if}
{
shareModal.openDrawer(path)
},
disabled: !canWrite
},
{
displayName: 'Archive',
icon: faArchive,
action: () => {
path ? archiveScript(path) : null
},
type: 'delete',
disabled: !canWrite
}
]}
/>
{#if canWrite}
{:else}
{/if}