Fix styling

This commit is contained in:
andrasbacsai 2024-06-14 12:10:40 +00:00 committed by github-actions[bot]
parent b17be37aee
commit f10f3456d7

View File

@ -31,9 +31,9 @@ class General extends Component
return [ return [
"echo-private:user.{$userId},DatabaseStatusChanged" => 'database_stopped', "echo-private:user.{$userId},DatabaseStatusChanged" => 'database_stopped',
"refresh", 'refresh',
"save_init_script", 'save_init_script',
"delete_init_script", 'delete_init_script',
]; ];
} }
@ -78,10 +78,12 @@ class General extends Component
} }
$this->server = data_get($this->database, 'destination.server'); $this->server = data_get($this->database, 'destination.server');
} }
public function database_stopped() public function database_stopped()
{ {
$this->dispatch('success', 'Database proxy stopped. Database is no longer publicly accessible.'); $this->dispatch('success', 'Database proxy stopped. Database is no longer publicly accessible.');
} }
public function instantSaveAdvanced() public function instantSaveAdvanced()
{ {
try { try {