1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

adds bridge slave list to details of interface

This commit is contained in:
catborise 2019-11-04 12:03:13 +03:00
parent f3f4f0afe8
commit 0738ec7ec4
3 changed files with 60 additions and 5 deletions

View file

@ -88,6 +88,7 @@ def interface(request, compute_id, iface):
ipv6 = conn.get_ipv6()
ipv6_type = conn.get_ipv6_type()
bridge = conn.get_bridge()
slave_ifaces = conn.get_bridge_slave_ifaces()
if request.method == 'POST':
if 'stop' in request.POST: