Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.6rc1, 4.2.0beta1
-
Fix Version/s: 4.0.13rc1, 4.2.7rc1, 4.4.0alpha3, 4.4 (plan)
-
Component/s: Frontend (F)
-
Team:Team D
-
Sprint:Sprint 55 (Aug 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019), Sprint 52 (May 2019), Sprint 53 (Jun 2019), Sprint 54 (Jul 2019)
-
Story Points:0.5
Description
Steps to reproduce:
- 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 }
- Open newly created dashboard in a browser
- Click Edit dashboard
- Click Add widget
- Specify anything you want
- Click Add
The last 3 steps can be repeated as many times as necessary.
Observed:
New widget is added at the end.