'servicegroup-list item-table']; protected function init() { parent::init(); $this->getAttributes()->get('class')->removeValue('item-list'); $this->setDetailUrl(Url::fromPath('icingadb/servicegroup')); } protected function getItemClass(): string { $this->addAttributes(['class' => $this->getViewMode()]); return ServicegroupListItem::class; } }