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