Fix styling
This commit is contained in:
parent
b17be37aee
commit
f10f3456d7
@ -31,9 +31,9 @@ class General extends Component
|
||||
|
||||
return [
|
||||
"echo-private:user.{$userId},DatabaseStatusChanged" => 'database_stopped',
|
||||
"refresh",
|
||||
"save_init_script",
|
||||
"delete_init_script",
|
||||
'refresh',
|
||||
'save_init_script',
|
||||
'delete_init_script',
|
||||
];
|
||||
}
|
||||
|
||||
@ -78,10 +78,12 @@ class General extends Component
|
||||
}
|
||||
$this->server = data_get($this->database, 'destination.server');
|
||||
}
|
||||
|
||||
public function database_stopped()
|
||||
{
|
||||
$this->dispatch('success', 'Database proxy stopped. Database is no longer publicly accessible.');
|
||||
}
|
||||
|
||||
public function instantSaveAdvanced()
|
||||
{
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user