uchiwa-web icon indicating copy to clipboard operation
uchiwa-web copied to clipboard

Add options for iframe height and width

Open nobane opened this issue 6 years ago • 2 comments

Adds optional height/width for iframes. The old format is still supported but to specify a height or width, you can do:

{
  "checks": {
    "example-check": {
      ...
      "graph": "iframe:{ 'src': 'http://example.com', 'height': '400px' }",
      ...
    }
  }
}

Closes sensu/uchiwa#775

nobane avatar Jun 17 '18 23:06 nobane