mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
parent
4b1169c0a1
commit
e6bcda260d
@ -425,6 +425,7 @@ class ConfigController extends BaseConfigController
|
|||||||
$resources[$name] = $config;
|
$resources[$name] = $config;
|
||||||
if ($this->writeConfigFile($resources, 'resources')) {
|
if ($this->writeConfigFile($resources, 'resources')) {
|
||||||
$this->addSuccessMessage(sprintf($this->translate('Resource "%s" successfully created.'), $name));
|
$this->addSuccessMessage(sprintf($this->translate('Resource "%s" successfully created.'), $name));
|
||||||
|
$this->redirectNow('config/resource');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user