Skip to content

Commit

Permalink
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
paulianttila committed Aug 18, 2017
1 parent 4cb9799 commit 5e311de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bundles/org.openhab.ui.dashboard/README.md
Expand Up @@ -10,7 +10,6 @@ Links can be added to the dashboard by editing the `conf/services/dashboard.cfg`
|-----------------------------|---------|-----------------------------------------------------------------------------------------|
| <unique-name>.link-name | String | Name which is shown in the openHAB dashboard. |
| <unique-name>.link-url | String | URL to external service. |
| <unique-name>.link-overlay | String | Image overlay icon. Supported values are empty (no icon), "html5", "android" or "apple" |
| <unique-name>.link-imageurl | String | URL to image which is shown in the dashboard. |

Where `<unique-name>` is link unique identifier (see examples).
Expand All @@ -24,12 +23,10 @@ Browser fetch image from image URL. URL can be direct http link or data URIs acc
```
frontail.link-name=openHAB Log Viewer
frontail.link-url=http://<server-adddress>:9001
frontail.link-overlay=
frontail.link-imageurl=../static/image.png
nodered.link-name=Node-RED
nodered.link-url=http://<server-adddress>:1880
nodered.link-overlay=
nodered.link-imageurl=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXwAAACfCAIAAA...QmCC
```
Expand Down

0 comments on commit 5e311de

Please sign in to comment.