Skip to content

Commit 14946ee

Browse files
authored
1 parent ac2e29e commit 14946ee

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

resources/themes/pterodactyl/server/settings/sftp.blade.php

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,10 @@
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">

0 commit comments

Comments
 (0)