mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
config/file: quickfix for check command links
This commit is contained in:
parent
56a7cb285d
commit
6f5feda5e0
@ -19,6 +19,9 @@ $linkObject = function ($match) use ($view, $decode) {
|
||||
if ($match[2] === 'Service') {
|
||||
return $match[0];
|
||||
}
|
||||
if ($match[2] === 'CheckCommand') {
|
||||
$match[2] = 'command';
|
||||
}
|
||||
|
||||
$name = $decode($match[3]);
|
||||
return sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user