fix: set labels on generate domain
This commit is contained in:
parent
6f673d7a07
commit
2bddb09384
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ public function getWildcardDomain()
|
|||
$fqdn = generateFqdn($server, $this->application->uuid);
|
||||
$this->application->fqdn = $fqdn;
|
||||
$this->application->save();
|
||||
$this->emit('success', 'Application settings updated!');
|
||||
$this->updatedApplicationFqdn();
|
||||
}
|
||||
}
|
||||
public function resetDefaultLabels($showToaster = true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue