Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-1860

Please increase the sizes for the Macros Boxes

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 2.0.7
    • Frontend (F)

      Hi

      Could you please increase sizes for the "filter_macro" and "filter_value" fields on FrontEnd.

      It is on the include\views\configuration.item.edit.php lines 338 and 342:

      diff -aur --exclude=.svn source/zabbix-2.0.7/frontends/php/include/views/configuration.item.edit.php www/include/views/configuration.item.edit.php
      --- source/zabbix-2.0.7/frontends/php/include/views/configuration.item.edit.php 2013-07-31 09:33:03.000000000 +0100
      +++ www/include/views/configuration.item.edit.php       2013-08-07 13:46:19.000000000 +0100
      @@ -335,11 +335,11 @@
                      array(
                              _('Macro'),
                              SPACE,
      -                       new CTextBox('filter_macro', $filter_macro, 13),
      +                       new CTextBox('filter_macro', $filter_macro, 20),
                              SPACE,
                              _('Regexp'),
                              SPACE,
      -                       new CTextBox('filter_value', $filter_value, 20)
      +                       new CTextBox('filter_value', $filter_value, 50)
                      )
              );
              $itemFormList->addRow(_('Allowed hosts'),
      

      Regards,
      Areg

            Unassigned Unassigned
            vrtareg Areg Vrtanesyan
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: