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

Value of plaintext in screens doesn't get formatted as in latest values (B=>kB=>MB etc.)

XMLWordPrintable

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

      ====if ($item['valuemapid'] > 0)

      { ==== $value = applyValueMap($value, $item['valuemapid']); ====}

      ++++$value = formatItemValue($item);
      ====$table->addRow(array(zbx_date2str(_('d M Y H:i:s'), $history['clock']), new CCol($value, 'pre')));

            Unassigned Unassigned
            generix Matthias Drobny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: