mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Use BuildModificationService on EditServer (#1042)
* Use `BuildModificationService` on `EditServer` & make it throw if we can't reach wings * Use Node name on `EditServer` & `EditNode`
This commit is contained in:
@@ -103,6 +103,6 @@ return [
|
||||
'databases' => 'Databases',
|
||||
'backups' => 'Backups',
|
||||
|
||||
'error_connecting' => 'Error connecting to the node',
|
||||
'error_connecting' => 'Error connecting to :node',
|
||||
'error_connecting_description' => 'The configuration could not be automatically updated on Wings, you will need to manually update the configuration file.',
|
||||
];
|
||||
|
||||
@@ -117,5 +117,7 @@ return [
|
||||
'invalid_port_body' => ':i is not in the valid port range between :portFloor-:portCeil',
|
||||
'already_exists' => 'Port already in use',
|
||||
'already_exists_body' => ':i is already with an allocation',
|
||||
'error_connecting' => 'Error connecting to :node',
|
||||
'error_connecting_description' => 'The configuration could not be automatically synced on Wings, you will need to manually restart the server.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user