{#if show}
ID: {dashboardId}
show = false} class="text-gray-400 hover:text-gray-600 transition-colors">
{#if checkingStatus}
{:else if !initialized}
{$t.git.not_linked}
({ value: c.id, label: `${c.name} (${c.provider})` }))} /> {#if configs.length === 0}
No Git servers configured. Go to Settings -> Git to add one.
{/if}
{$t.git.init_repo}
{:else}
{$t.git.branch}
{$t.git.actions}
{$t.git.sync}
showCommitModal = true} disabled={loading} class="w-full" > {$t.git.commit}
{$t.git.pull}
{$t.git.push}
{$t.git.deployment}
showDeployModal = true} disabled={loading} class="w-full bg-green-600 hover:bg-green-700 focus-visible:ring-green-500" > {$t.git.deploy}
{/if}
{/if}
{ /* Refresh history */ }} />
{ /* Handle resolution */ }} />