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

It is possible to add unlimited count of widgets to Dashboard

XMLWordPrintable

    • Team D
    • Sprint 55 (Aug 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019), Sprint 52 (May 2019), Sprint 53 (Jun 2019), Sprint 54 (Jul 2019)
    • 0.5

      Steps to reproduce:

      1. Create new dashboard with two widgets of maximum size using similar request:
        {
            "jsonrpc": "2.0",
            "method": "dashboard.create",
            "params": {
                "name": "ZBX-15596",
                "widgets": [
                    {
                        "type": "discovery",
                        "name": "12x32",
                        "x": 0,
                        "y": 0,
                        "width": 12,
                        "height": 32
                    },
                    {
                        "type": "discovery",
                        "name": "12x32",
                        "x": 0,
                        "y": 32,
                        "width": 12,
                        "height": 32
                    }
                ]
            },
            "auth": "c70164b94d5b7a23caa9054d431f9e53",
            "id": 1
        }
        
      2. Open newly created dashboard in a browser
      3. Click Edit dashboard
      4. Click Add widget
      5. Specify anything you want
      6. Click Add

      The last 3 steps can be repeated as many times as necessary.

      Observed:
      New widget is added at the end.

        1. messages.png
          messages.png
          18 kB
        2. diff_font_size.png
          diff_font_size.png
          4 kB
        3. dark_constrast.png
          dark_constrast.png
          12 kB
        4. IE_dashboard.gif
          IE_dashboard.gif
          893 kB
        5. Message_scrolling.gif
          Message_scrolling.gif
          4.17 MB

            basilgon Vasily Goncharenko (Inactive)
            HunterCRS Alexander Shubin
            Team D
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: