Add option to globally hide details in frontend

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: None
    • Component/s: Frontend (F)
    • None

      Dear Developers,

      By reason of "sensitive" information in a few item keys, we need to disallow "Show details" in Zabbix frontend in all sections like Latest Data, Triggers, Problems,.... It will be nice to have some configuration option for this, rather than manual frontend patching.

      Currently it is needed to patch following frontend files:
      Comment in latest.php:

      'show_details' =>		[T_ZBX_INT, O_OPT, null,	IN('0,1'),	null],
      

      Comment in tr_status.php:

      'show_details' =>		[T_ZBX_INT, O_OPT, null,	null,		null],
      

      Change in app/views/monitoring.problem.view.php from:

      'details' => $data['filter']['details']
      

      to:

      'details' => 0
      

      Thanks!

            Assignee:
            Unassigned
            Reporter:
            Igors Makejevs (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: