diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index f4044e2f..c306ff64 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -3601,12 +3601,12 @@ include_once 'include/discovery.inc.php'; } $form->AddRow(S_PARAMETER,$cmbHosts); - $form->AddRow(S_SHOW_LINES, new CElementsBox("elements",$elements,2)); + $form->AddRow(S_SHOW_LINES, new CNumericBox("elements",$elements,2)); } elseif($resourcetype == SCREEN_RESOURCE_ACTIONS) { // History of actions - $form->AddRow(S_SHOW_LINES, new CElementsBox("elements",$elements,2)); + $form->AddRow(S_SHOW_LINES, new CNumericBox("elements",$elements,2)); $form->AddVar("resourceid",0); } elseif($resourcetype == SCREEN_RESOURCE_EVENTS) |
