getSlices() as $dimension => $slice) { $paramsWithPrefix[$type . '.vars.' . $dimension] = $slice; } if ($type === 'host') { $this->addActionLink( $this->makeUrl($url, $paramsWithPrefix), t('Show hosts status'), t('This shows all matching hosts and their current state in Icinga DB Web'), 'server' ); } else { $this->addActionLink( $this->makeUrl($url, $paramsWithPrefix), t('Show services status'), t('This shows all matching hosts and their current state in Icinga DB Web'), 'cog' ); } } }