Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-4844

Incorrect definition of "last issues" in dashboard

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0rc3
    • 2.0.0rc3
    • Frontend (F)
    • rev 26687.

      Index: dashboard.php
      ===================================================================
      — dashboard.php (revision 26687)
      +++ dashboard.php (working copy)
      @@ -314,7 +314,7 @@
      // last issues
      $refresh_menu = get_icon('menu', array('menu' => 'hat_lastiss'));
      $lastiss = new CUIWidget('hat_lastiss', new CSpan(_('Loading...'), 'textcolorstyles'), CProfile::get('web.dashboard.hats.hat_lastiss.state', 1));
      $lastiss>setHeader(_n('Last $1%d issue', 'Last %1$d issues', DEFAULT_LATEST_ISSUES_CNT), array($refresh_menu));
      +$lastiss->setHeader(_n('Last %1$d issue', 'Last %1$d issues', DEFAULT_LATEST_ISSUES_CNT), array($refresh_menu));
      $lastiss->setFooter(new CDiv(SPACE, 'textwhite', 'hat_lastiss_footer'));
      $rightColumn[] = $lastiss;

            Unassigned Unassigned
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: