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

Live network interface add remove capability is added. No need to shutdown to add/remove network interfaces

This commit is contained in:
catborise 2019-07-17 13:52:14 +03:00
parent edd4887a2d
commit a3e7a5472f
3 changed files with 20 additions and 17 deletions

View file

@ -1,5 +1,5 @@
{% load i18n %}
{% if request.user.is_superuser and status == 5 %}
{% if request.user.is_superuser %}
<a href="#addInstanceNetwork" type="button" class="btn btn-success pull-right" data-toggle="modal">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
</a>