@@ -14,71 +14,71 @@ const FeatureList: FeatureItem[] = [
1414 title : 'SSH Terminal Access' ,
1515 description : (
1616 < >
17- Full-featured terminal with split-screen support (up to 4 panels) and tab system.
18- Customize with themes, fonts, and configurations.
17+ Full-featured terminal with split-screen support (up to 4 panels) and tab system. Customize
18+ with themes, fonts, and configurations.
1919 </ >
2020 ) ,
2121 } ,
2222 {
2323 title : 'Remote File Manager' ,
2424 description : (
2525 < >
26- Manage files on remote servers with support for code, images, audio, and video.
27- Upload, download, rename, delete, and move files seamlessly.
26+ Manage files on remote servers with support for code, images, audio, and video. Upload,
27+ download, rename, delete, and move files seamlessly.
2828 </ >
2929 ) ,
3030 } ,
3131 {
3232 title : 'Docker Management' ,
3333 description : (
3434 < >
35- Control containers with start, stop, pause, and remove. View stats and access
36- docker exec terminals for container management.
35+ Control containers with start, stop, pause, and remove. View stats and access docker exec
36+ terminals for container management.
3737 </ >
3838 ) ,
3939 } ,
4040 {
4141 title : 'SSH Tunnel Management' ,
4242 description : (
4343 < >
44- Create and manage SSH tunnels with automatic reconnection and health monitoring
45- for secure access to remote services.
44+ Create and manage SSH tunnels with automatic reconnection and health monitoring for secure
45+ access to remote services.
4646 </ >
4747 ) ,
4848 } ,
4949 {
5050 title : 'Host & Credentials Manager' ,
5151 description : (
5252 < >
53- Save and organize SSH connections with tags, folders, and reusable credentials.
54- Automate SSH key deployment across servers.
53+ Save and organize SSH connections with tags, folders, and reusable credentials. Automate SSH
54+ key deployment across servers.
5555 </ >
5656 ) ,
5757 } ,
5858 {
5959 title : 'Server Monitoring' ,
6060 description : (
6161 < >
62- Monitor CPU, memory, disk usage, network activity, uptime, and system information
63- on connected servers.
62+ Monitor CPU, memory, disk usage, network activity, uptime, and system information on
63+ connected servers.
6464 </ >
6565 ) ,
6666 } ,
6767 {
6868 title : 'Role-Based Access Control' ,
6969 description : (
7070 < >
71- Create roles and share hosts across users. Manage permissions with OIDC, 2FA support,
72- and a user session system.
71+ Create roles and share hosts across users. Manage permissions with OIDC, 2FA support, and a
72+ user session system.
7373 </ >
7474 ) ,
7575 } ,
7676 {
7777 title : 'Multi-Platform Support' ,
7878 description : (
7979 < >
80- Available as a web app, desktop application (Windows, macOS, Linux), and mobile app
81- with a modern interface.
80+ Available as a web app, desktop application (Windows, macOS, Linux), and mobile app with a
81+ modern interface.
8282 </ >
8383 ) ,
8484 } ,
@@ -87,7 +87,9 @@ const FeatureList: FeatureItem[] = [
8787function Feature ( { title, description } : FeatureItem ) {
8888 return (
8989 < div className = { styles . featureCard } >
90- < Heading as = "h3" className = { styles . featureTitle } > { title } </ Heading >
90+ < Heading as = "h3" className = { styles . featureTitle } >
91+ { title }
92+ </ Heading >
9193 < p className = { styles . featureDescription } > { description } </ p >
9294 </ div >
9395 ) ;
0 commit comments