Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / config / getHelp.gsp @ 67

History | View | Annotate | Download (705 Bytes)

1 3 alexbesir
<g:if test="${what == 'logic-ip'}">
2
	<div class="helpBoxContent">
3
		<p>Enter the IP (IPv4) address the Eneraptor's Logic server.</p>
4
		<p>If HCI and Logic are on the same server, enter <i>localhost</i> (which gets automatically translated to 127.0.0.1).</p>
5
	</div>
6
</g:if>
7
<g:elseif test="${what == 'deviceId'}">
8
	<div class="helpBoxContent">
9
		<p>The devices unique ID (string).</p>
10
	</div>
11
</g:elseif>
12
<g:elseif test="${what == 'friendlyName'}">
13
	<div class="helpBoxContent">
14
		<p>The devices friendly name, which will be shown instead of device's ID.</p>
15
		<p>Does not have to be unique. However, if two devices share the same friendly name, they will be still </p>
16
	</div>
17
</g:elseif>