File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
resources/themes/pterodactyl/server/settings Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 7171 <h3 class =" box-title" >@lang (' server.config.sftp.details' )</h3 >
7272 </div >
7373 <div class =" box-body" >
74- <div class =" row" >
75- <div class =" form-group col-md-8" >
76- <label for =" new_email" class =" control-label" >@lang (' server.config.sftp.conn_addr' )</label >
77- <div >
78- <input type =" text" class =" form-control" readonly value =" {{ $node -> fqdn } }" />
79- </div >
80- </div >
81- <div class =" form-group col-md-4" >
82- <label for =" new_email" class =" control-label" >@lang (' strings.port' )</label >
83- <div >
84- <input type =" text" class =" form-control" readonly value =" {{ $node -> daemonSFTP } }" />
85- </div >
74+ <div class =" form-group" >
75+ <label class =" control-label" >@lang (' server.config.sftp.conn_addr' )</label >
76+ <div >
77+ <input type =" text" class =" form-control" readonly value =" sftp://{{ $node -> fqdn } } :{{ $node -> daemonSFTP } }" />
8678 </div >
8779 </div >
8880 <div class =" form-group" >
You can’t perform that action at this time.
0 commit comments