1
0
Fork 0

Anather renaming of server to dispatcher

This commit is contained in:
Michael Hackstein 2014-03-06 17:56:42 +01:00
parent a59b4f7767
commit 4b8dc85280
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<script id="serverEntry.ejs" type="text/template">
<div class="control-group dispatcher">
<label class="control-label">Server:</label>
<label class="control-label">Dispatcher:</label>
<div class="controls">
<input type="text" placeholder="Server" class="input-xlarge host" value="<%=host?host:''%>"></input>
<input type="text" placeholder="Dispatcher" class="input-xlarge host" value="<%=host?host:''%>"></input>
<span class="searchEqualsLabel">:</span>
<input type="text" maxlength="5" class="input-mini port" placeholder="port" value="<%=port?port:''%>"></input>
<% if (isFirst) {%>