mirror of https://github.com/portainer/portainer
feat(aci): remove private network deployment (#4056)
* fix(aci): show error failing container creation * feat(aci): load network profile list * feat(aci): allow selection of network profile * feat(aci): remove public ip toggle * feat(aci): auto deploy container with public ip * fix(aci): revert changespull/4076/head
parent
94676df329
commit
5a4a10859d
|
@ -120,14 +120,10 @@
|
|||
<!-- !port-mapping -->
|
||||
<!-- public-ip -->
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<label for="public_ip" class="control-label text-left">
|
||||
Allocate public IP address
|
||||
</label>
|
||||
<label class="switch" style="margin-left: 20px;"> <input type="checkbox" name="public_ip" ng-model="model.AllocatePublicIP" /><i></i> </label>
|
||||
</div>
|
||||
<div class="col-sm-12 small text-muted">This will automatically deploy a container with a public IP address</div>
|
||||
</div>
|
||||
<!-- public-ip -->
|
||||
|
||||
<div class="col-sm-12 form-section-title">
|
||||
Container resources
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue