mirror of https://github.com/portainer/portainer
feat(app/network): rename restrict external acces to the network label and add a tooltip (#4514)
parent
d336ada3c2
commit
d1eddaa188
|
@ -196,7 +196,8 @@
|
||||||
<div class="form-group" ng-hide="config.Driver === 'macvlan' && formValues.Macvlan.Scope === 'local'">
|
<div class="form-group" ng-hide="config.Driver === 'macvlan' && formValues.Macvlan.Scope === 'local'">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label for="ownership" class="control-label text-left">
|
<label for="ownership" class="control-label text-left">
|
||||||
Restrict external access to the network
|
Isolated network
|
||||||
|
<portainer-tooltip position="bottom" message="An isolated network has no inbound or outbound communications."></portainer-tooltip>
|
||||||
</label>
|
</label>
|
||||||
<label name="ownership" class="switch" style="margin-left: 20px;">
|
<label name="ownership" class="switch" style="margin-left: 20px;">
|
||||||
<input type="checkbox" ng-model="config.Internal" />
|
<input type="checkbox" ng-model="config.Internal" />
|
||||||
|
|
Loading…
Reference in New Issue