diff --git a/web-resource/configure.tmpl b/web-resource/configure.tmpl index 1da95f5c..a71f5559 100755 --- a/web-resource/configure.tmpl +++ b/web-resource/configure.tmpl @@ -1,87 +1,129 @@
| Name | -Type | -Configuration | -
|---|---|---|
| {{.name}} | -{{.type}} | -{{.config}} | -
This is a local list of sensors connected to this node.
+ +| Name | +Type | +Configuration | ++ + | + + {{#localSensor}} +
|---|---|---|---|
| {{.name}} | +{{.type}} | +{{.config}} | ++ + | +
| Username | -Address | -Hostname | -Port | -
|---|---|---|---|
| {{.username}} | -{{.address}} | -{{.hostname}} | -{{.port}} | -
Add or remove users that you want to synchronized data with.
+ +| Username | +Address | +Hostname | +Port | ++ + | + + {{#extUsers}} +
|---|---|---|---|---|
| {{.username}} | +{{.address}} | +{{.hostname}} | +{{.port}} | ++ + | +
| Name | -Type | -Configuration | -
|---|---|---|
| {{.name}} | -{{.type}} | -{{.config}} | -
This is a read only list of synchronized sensors from external users.
+ +| Name | +Type | +Configuration | ++ + {{#extSensor}} + |
|---|---|---|---|
| {{.name}} | +{{.type}} | +{{.config}} | ++ + | +