diff --git a/app/client/components/file-browsers/file-browser.tsx b/app/client/components/file-browsers/file-browser.tsx
index 771a1e7d..ec4dc347 100644
--- a/app/client/components/file-browsers/file-browser.tsx
+++ b/app/client/components/file-browsers/file-browser.tsx
@@ -134,15 +134,10 @@ export const FileBrowser = (props: FileBrowserProps) => {
}
const bodyWithScroll = useScrollArea ?
{effectiveLocalPath}
-{effectiveLocalPath}
+{formatDateTime(repository.createdAt)}
@@ -192,40 +196,31 @@ export const RepositoryInfoTabContent = ({ repository }: Props) => {{formatTimeAgo(repository.lastChecked)}
- configured -
-- {config.insecureTls ? ( - disabled - ) : ( - enabled - )} -
-+ configured +
++ disabled + enabled +
+{repository.lastError}
-{repository.lastError}
+