add new server
add new private key check server connection
This commit is contained in:
@@ -12,6 +12,14 @@ class Server extends BaseModel
|
||||
]);
|
||||
});
|
||||
}
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'ip',
|
||||
'user',
|
||||
'port',
|
||||
'team_id',
|
||||
'private_key_id',
|
||||
];
|
||||
public function destinations()
|
||||
{
|
||||
return $this->hasMany(PrivateKey::class);
|
||||
|
||||
Reference in New Issue
Block a user