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:
parent
f3f4f0afe8
commit
0738ec7ec4
3 changed files with 60 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue