1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-27 17:29:39 +02:00

fix(network-creation): fix internal network switch (#760)

This commit is contained in:
Anthony Lapenna 2017-04-05 10:04:29 +02:00 committed by GitHub
parent db4b153ce1
commit 16166c3367

View file

@ -111,7 +111,7 @@
Restrict external access to the network Restrict external access to the network
</label> </label>
<label class="switch" style="margin-left: 20px;"> <label class="switch" style="margin-left: 20px;">
<input type="checkbox" ng-model="formValues.alwaysPull"><i></i> <input type="checkbox" ng-model="config.Internal"><i></i>
</label> </label>
</div> </div>
</div> </div>