Hi.
If you have a long list of it services and you configure services dependencies of one of they, the pop-up window with services list has no scrollbar, so many services disappear from it.
Change line 483 of services_form.php from:
to
The same for line 537.
Bye
If you have a long list of it services and you configure services dependencies of one of they, the pop-up window with services list has no scrollbar, so many services disappear from it.
Change line 483 of services_form.php from:
Code:
$cb->SetAction("javascript: openWinCentered('services_form.php?pservices=1".url_param('serviceid')."','ZBX_Services_List',720,420,'toolbar=0, menubar=0, resizable=0');");
Code:
$cb->SetAction("javascript: openWinCentered('services_form.php?pservices=1".url_param('serviceid')."','ZBX_Services_List',720,420,'toolbar=0, menubar=0, resizable=0, scrollbars=yes');");
Bye