HostController: fix merge BS

This commit is contained in:
Thomas Gelf 2015-02-02 18:21:01 +01:00
parent b54a12c2d5
commit a705e03aff
1 changed files with 0 additions and 13 deletions

View File

@ -51,19 +51,6 @@ class Monitoring_HostController extends MonitoredObjectController
return $urls;
}
protected function getHostActions()
{
$urls = array();
foreach (Hook::all('Monitoring\\HostActions') as $hook) {
foreach ($hook->getActionsForHost($this->object) as $id => $url) {
$urls[$id] = $url;
}
}
return $urls;
}
/**
* Show a host
*/