docs: update Dashbaord iframe (#8232)

updated doc with iframe using info from #PR8219
This commit is contained in:
Kevin Krumm
2018-02-08 10:32:01 -06:00
committed by Tony Murray
parent e00597db10
commit a4bc98e555

View File

@ -48,7 +48,7 @@ Step 2: Then go to Settings -> WebUI settings -> Dashboard Settings and set the
Using the Notes Widget.
```html
<iframe src="url/" width="1200" height="800">
<iframe src="your_url" frameBorder="0" width="100%" height = "100%">
<p>Your browser does not support iframes.</p>
</iframe>
```