Skip to content

Commit d12acac

Browse files
committed
Sort connection types
1 parent 128b0a2 commit d12acac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/entities/connection/ui/ConnectionTypeForm/constants.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ export const MAX_ALLOWED_PORT = 65535;
3333
export const CONNECTION_TYPE_COMPONENT = {
3434
[ConnectionType.FTP]: <ConnectionFtp />,
3535
[ConnectionType.FTPS]: <ConnectionFtps />,
36-
[ConnectionType.SFTP]: <ConnectionSftp />,
37-
[ConnectionType.WEBDAV]: <ConnectionWebdav />,
38-
[ConnectionType.SAMBA]: <ConnectionSamba />,
3936
[ConnectionType.HDFS]: <ConnectionHdfs />,
4037
[ConnectionType.S3]: <ConnectionS3 />,
38+
[ConnectionType.SAMBA]: <ConnectionSamba />,
39+
[ConnectionType.SFTP]: <ConnectionSftp />,
40+
[ConnectionType.WEBDAV]: <ConnectionWebdav />,
41+
[ConnectionType.CLICKHOUSE]: <ConnectionClickhouse />,
4142
[ConnectionType.HIVE]: <ConnectionHive />,
43+
[ConnectionType.MSSQL]: <ConnectionMsSql />,
44+
[ConnectionType.MYSQL]: <ConnectionMySql />,
4245
[ConnectionType.ORACLE]: <ConnectionOracle />,
4346
[ConnectionType.POSTGRES]: <ConnectionPostgres />,
44-
[ConnectionType.CLICKHOUSE]: <ConnectionClickhouse />,
45-
[ConnectionType.MYSQL]: <ConnectionMySql />,
46-
[ConnectionType.MSSQL]: <ConnectionMsSql />,
4747
};

0 commit comments

Comments
 (0)