diff --git a/src/ui/Desktop/Apps/Host Manager/HostManagerHostViewer.tsx b/src/ui/Desktop/Apps/Host Manager/HostManagerHostViewer.tsx index e50cf1cb..9d81bd80 100644 --- a/src/ui/Desktop/Apps/Host Manager/HostManagerHostViewer.tsx +++ b/src/ui/Desktop/Apps/Host Manager/HostManagerHostViewer.tsx @@ -217,13 +217,141 @@ export function HostManagerHostViewer({onEditHost}: SSHManagerHostViewerProps) { if (hosts.length === 0) { return ( -
-
- -

{t('hosts.noHosts')}

-

- {t('hosts.noHostsMessage')} -

+
+
+
+

{t('hosts.sshHosts')}

+

+ {t('hosts.hostsCount', { count: 0 })} +

+
+
+ + + + + + +
+

{t('hosts.importJsonTitle')}

+

+ {t('hosts.importJsonDesc')} +

+
+
+
+
+ + + + + +
+ + +
+
+ + + +
+
+ +

{t('hosts.noHosts')}

+

+ {t('hosts.noHostsMessage')} +

+

+ {t('hosts.getStartedMessage', { defaultValue: 'Use the Import JSON button above to add hosts from a JSON file.' })} +

+
);