fix: set labels on generate domain
This commit is contained in:
parent
6f673d7a07
commit
2bddb09384
@ -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 New Issue
Block a user