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:
MartinOscar
2025-03-03 19:49:42 +01:00
committed by GitHub
parent d79d461e7c
commit 839be53231
5 changed files with 55 additions and 3 deletions

View File

@@ -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.',
];

View 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.',
],
];