Nice
I a question, how add a new widget in dashboard?
I have a page that I would put my views in the database, as I add the main dashboard?
$refresh_menu = new CIcon(_('Menu'), 'iconmenu', 'create_page_menu(event,"hat_syssum");');
$sys_stat = new CUIWidget('hat_syssum', new CSpan(_('Loading...'), 'textcolorstyles'), <I'm not sure where I put the iframe? and even if the zabbix works with this?>);
$sys_stat->setHeader(_('System status'), array($refresh_menu));
$sys_stat->setFooter(new CDiv(SPACE, 'textwhite', 'hat_syssum_footer'));
$rightColumn[] = $sys_stat;
I a question, how add a new widget in dashboard?
I have a page that I would put my views in the database, as I add the main dashboard?
$refresh_menu = new CIcon(_('Menu'), 'iconmenu', 'create_page_menu(event,"hat_syssum");');
$sys_stat = new CUIWidget('hat_syssum', new CSpan(_('Loading...'), 'textcolorstyles'), <I'm not sure where I put the iframe? and even if the zabbix works with this?>);
$sys_stat->setHeader(_('System status'), array($refresh_menu));
$sys_stat->setFooter(new CDiv(SPACE, 'textwhite', 'hat_syssum_footer'));
$rightColumn[] = $sys_stat;
Comment