{$t.storage.management}
{#if currentPath}
{ currentPath = activeTab; loadFiles(); }} class="hover:text-indigo-600">{$t.storage.root}
{#each currentPath.split('/').slice(1) as part, i}
/
{ currentPath = currentPath.split('/').slice(0, i + 1).join('/'); loadFiles(); }} class="hover:text-indigo-600 capitalize" > {part}
{/each}
{/if}
{isLoading ? $t.storage.refreshing : $t.storage.refresh}
activeTab = 'backups'} class="py-4 px-1 border-b-2 font-medium text-sm {activeTab === 'backups' ? 'border-indigo-500 text-indigo-600' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300'}" > {$t.storage.backups}
activeTab = 'repositorys'} class="py-4 px-1 border-b-2 font-medium text-sm {activeTab === 'repositorys' ? 'border-indigo-500 text-indigo-600' : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300'}" > {$t.storage.repositories}
{#if currentPath && currentPath !== activeTab}
Back
{/if}