Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 011e262e7ad..2e48cc01850 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1627,7 +1627,7 @@ function getItemPreprocessing(CForm $form, array $preprocessing, $readonly, arra
(new CDiv(
(new CButton('preproc_test_all', _('Test all steps')))
->addClass(ZBX_STYLE_BTN_LINK)
- ->addStyle(($i > 1) ? null : 'display: none')
+ ->addStyle(($i > 0) ? null : 'display: none')
))->addClass('step-action')
]))->addClass('preprocessing-list-foot')
);