initializeDetailActions(); $this->setMultiselectUrl(Links::hostsDetails()); $this->setDetailUrl(Url::fromPath('icingadb/host')); } protected function getItemClass(): string { return HostRowItem::class; } protected function getVisualColumn(): string { return 'host.state.severity'; } }