1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(ui): network creation support for standalone engine (#119)

This commit is contained in:
Anthony Lapenna 2016-08-10 18:20:18 +12:00 committed by GitHub
parent d0f57809d6
commit 145e45b4a8
2 changed files with 11 additions and 5 deletions

View file

@ -47,7 +47,7 @@
</div>
<!-- !subnet-gateway-inputs -->
<!-- tag-note -->
<div class="form-group">
<div class="form-group" ng-if="swarm">
<div class="col-sm-12">
<span class="small text-muted">Note: The network will be created using the overlay driver and will allow containers to communicate across the hosts of your cluster.</span>
</div>