Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fengfei committed May 4, 2018
1 parent 8cc946e commit 3e87d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/pages/server/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>添加后端服务器</h1>
<div class="box-body">
<div class="form-group">
<label>后端服务器IP地址</label>
<input type="text" class="form-control" name="" placeholder="后端服务器IP地址">
<input type="text" class="form-control" name="ip" placeholder="后端服务器IP地址">
</div>
<div class="form-group">
<label>后端服务器端口</label>
Expand Down

0 comments on commit 3e87d53

Please sign in to comment.