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

pull/761/head
Anthony Lapenna 2017-04-05 10:04:29 +02:00 committed by GitHub
parent db4b153ce1
commit 16166c3367
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
Restrict external access to the network
</label>
<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>
</div>
</div>