mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ConfigController: show connection problems
On large setups, you'll see this on every deployment. But as we're sometimes facing strange connection issues, I prefer to have some noise here
This commit is contained in:
parent
e853dc40fc
commit
5eaa682124
@ -56,6 +56,9 @@ class ConfigController extends ActionController
|
||||
$this->setAutorefreshInterval(20);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
$this->content()->prepend(
|
||||
Html::tag('p', ['class' => 'warning'], $e->getMessage())
|
||||
);
|
||||
// No problem, Icinga might be reloading
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user