{#await apiCall('server-connections/server-summary', { conid, refreshToken })} {:then summary}
({ ...col, slot: col.columnType == 'bytes' ? 1 : col.columnType == 'actions' ? 2 : null, }))} > {formatFileSize(row?.[col.fieldName])} {#each col.actions as action, index} {#if index > 0} | {/if} runAction(action, row)}>{action.header} {/each}
{/await}