1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

Update README.md

This commit is contained in:
GilbN 2019-01-18 19:11:37 +01:00 committed by GitHub
parent aec4405de6
commit 4d13514670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,8 @@ Check out my Varken dashboard here: https://grafana.com/dashboards/9558
### Custom HTML for Organizr Homepage
Check out https://technicalramblings.com/blog/spice-up-your-homepage-part-ii/
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/graforg/3.jpg)
<details><summary>Expand</summary>
@ -349,8 +351,9 @@ Add this in the Monitorr custom css box:
```
And add this in custom HTML in Organizr:
```css
<div id="announcementRow" class="row"><h4 class="pull-left"><span>Monitorr</span></h4><hr class="hidden-xs"></div>
<div style="overflow:hidden; height:260px">
<embed style="height:calc(100% + 50px)" width='100%' src='https://domain.com/monitorr/index.min.php' />
<iframe class="iframe" frameborder="0" src="https://monitorr.domain.com/index.min.php"></iframe>
</div>
```
**NOTE:**