style(container-creation): clarify ports mapping (#2995)

pull/3022/head
xAt0mZ 2019-07-22 12:55:58 +02:00 committed by GitHub
commit 4fcd2e8afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -50,13 +50,13 @@
<!-- !always-pull --> <!-- !always-pull -->
</div> </div>
<div class="col-sm-12 form-section-title"> <div class="col-sm-12 form-section-title">
Ports configuration Network ports configuration
</div> </div>
<!-- publish-exposed-ports --> <!-- publish-exposed-ports -->
<div class="form-group"> <div class="form-group">
<div class="col-sm-12"> <div class="col-sm-12">
<label class="control-label text-left"> <label class="control-label text-left">
Publish all exposed ports to random host ports Publish all exposed network ports to random host ports
<portainer-tooltip position="bottom" message="When enabled, Portainer will let Docker automatically map a random port on the host to each one defined in the image Dockerfile."></portainer-tooltip> <portainer-tooltip position="bottom" message="When enabled, Portainer will let Docker automatically map a random port on the host to each one defined in the image Dockerfile."></portainer-tooltip>
</label> </label>
<label class="switch" style="margin-left: 20px;"> <label class="switch" style="margin-left: 20px;">
@ -68,9 +68,9 @@
<!-- port-mapping --> <!-- port-mapping -->
<div class="form-group"> <div class="form-group">
<div class="col-sm-12"> <div class="col-sm-12">
<label class="control-label text-left">Manual port publishing</label> <label class="control-label text-left">Manual network port publishing</label>
<span class="label label-default interactive" style="margin-left: 10px;" ng-click="addPortBinding()"> <span class="label label-default interactive" style="margin-left: 10px;" ng-click="addPortBinding()">
<i class="fa fa-plus-circle" aria-hidden="true"></i> publish a new port <i class="fa fa-plus-circle" aria-hidden="true"></i> publish a new network port
</span> </span>
</div> </div>
<!-- port-mapping-input-list --> <!-- port-mapping-input-list -->