Fix styling
This commit is contained in:
parent
b17be37aee
commit
f10f3456d7
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user