HostController: fix merge BS
This commit is contained in:
parent
b54a12c2d5
commit
a705e03aff
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue