mirror of https://gitee.com/bigwinds/arangodb
Anather renaming of server to dispatcher
This commit is contained in:
parent
a59b4f7767
commit
4b8dc85280
|
@ -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) {%>
|
||||
|
|
Loading…
Reference in New Issue