Nagivs customization
Posted: Thu Jun 25, 2015 9:00 am
Does anyone know how to change the name " Map Index " to something different like " Companyname Infrastructure " . My boss would like a more custom look .....
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
/usr/local/nagvis/share/server/core/classes/GlobalIndexPage.phpCode: Select all
$arr['lang_mapIndex'] = $this->CORE->getLang()->getText('mapIndex');Code: Select all
$arr['lang_mapIndex'] = "Company Infrastructure";Code: Select all
#$arr['lang_mapIndex'] = $this->CORE->getLang()->getText('mapIndex');
$arr['lang_mapIndex'] = "Company Infrastructure";