fix typo
This commit is contained in:
parent
b1957cf0b9
commit
1c6c9f38ac
|
@ -83,7 +83,7 @@ you can use the case-sensitive template string `{NODE_ID}`.
|
||||||
Examples for `nodeInfos`:
|
Examples for `nodeInfos`:
|
||||||
|
|
||||||
"nodeInfos": [
|
"nodeInfos": [
|
||||||
{ "name": "Clientstatistik"
|
{ "name": "Clientstatistik",
|
||||||
"href": "nodes/{NODE_ID}.png",
|
"href": "nodes/{NODE_ID}.png",
|
||||||
"thumbnail": "nodes/{NODE_ID}.png",
|
"thumbnail": "nodes/{NODE_ID}.png",
|
||||||
"caption": "Knoten {NODE_ID}"
|
"caption": "Knoten {NODE_ID}"
|
||||||
|
|
Loading…
Reference in a new issue