mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
nodes: rename port columns, add public_ port columns
This commit is contained in:
@@ -46,7 +46,7 @@ class ServerTransformer extends BaseClientTransformer
|
||||
'node' => $server->node->name,
|
||||
'sftp_details' => [
|
||||
'ip' => $server->node->fqdn,
|
||||
'port' => $server->node->daemonSFTP,
|
||||
'port' => $server->node->public_port_sftp,
|
||||
],
|
||||
'description' => $server->description,
|
||||
'limits' => [
|
||||
|
||||
Reference in New Issue
Block a user