fix: increase polling time for services

fix: allow domain as ip address
This commit is contained in:
Andras Bacsai
2023-11-03 10:57:58 +01:00
parent a0031efce0
commit 0cd3a3d848
10 changed files with 12 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ class Form extends Component
protected $validationAttributes = [
'destination.name' => 'name',
'destination.network' => 'network',
'destination.server.ip' => 'IP Address',
'destination.server.ip' => 'IP Address/Domain',
];
public function submit()