diff --git a/application/views/scripts/config/file.phtml b/application/views/scripts/config/file.phtml index 8d215301..80551880 100644 --- a/application/views/scripts/config/file.phtml +++ b/application/views/scripts/config/file.phtml @@ -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(