mirror of
https://github.com/cuigh/swirl
synced 2025-01-02 17:16:37 +00:00
Fix bug of wrong publish mode
This commit is contained in:
parent
400a891b29
commit
45f50d159f
@ -1604,8 +1604,8 @@ var Swirl;
|
|||||||
<td>
|
<td>
|
||||||
<div class="select is-small">
|
<div class="select is-small">
|
||||||
<select name="endpoint.ports[${this.index}].publish_mode">
|
<select name="endpoint.ports[${this.index}].publish_mode">
|
||||||
<option value="rprivate">ingress</option>
|
<option value="ingress">ingress</option>
|
||||||
<option value="private">host</option>
|
<option value="host">host</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
@ -89,8 +89,8 @@ namespace Swirl.Service {
|
|||||||
<td>
|
<td>
|
||||||
<div class="select is-small">
|
<div class="select is-small">
|
||||||
<select name="endpoint.ports[${this.index}].publish_mode">
|
<select name="endpoint.ports[${this.index}].publish_mode">
|
||||||
<option value="rprivate">ingress</option>
|
<option value="ingress">ingress</option>
|
||||||
<option value="private">host</option>
|
<option value="host">host</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user