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:
parent
db4b153ce1
commit
16166c3367
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue