Fix bug of wrong publish mode

This commit is contained in:
cuigh 2017-10-11 10:29:42 +08:00
parent 400a891b29
commit 45f50d159f
2 changed files with 4 additions and 4 deletions

View File

@ -1604,8 +1604,8 @@ var Swirl;
<td>
<div class="select is-small">
<select name="endpoint.ports[${this.index}].publish_mode">
<option value="rprivate">ingress</option>
<option value="private">host</option>
<option value="ingress">ingress</option>
<option value="host">host</option>
</select>
</div>
</td>

View File

@ -89,8 +89,8 @@ namespace Swirl.Service {
<td>
<div class="select is-small">
<select name="endpoint.ports[${this.index}].publish_mode">
<option value="rprivate">ingress</option>
<option value="private">host</option>
<option value="ingress">ingress</option>
<option value="host">host</option>
</select>
</div>
</td>