diff --git a/README.md b/README.md index dcea63a..b63caad 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,19 @@ ## Features - +* QEMU/KVM Hypervisor Management +* QEMU/KVM Instance Management - Create, Delete, Update +* Hypervisor & Instance web based stats +* Manage Multiple QEMU/KVM Hypervisor +* Manage Hypervisor Datastore pools +* Manage Hypervisor Networks +* Instance Console Access with Browsers +* Libvirt API based web management UI +* User Based Authorization and Authentication * User can add SSH public key to root in Instance (Tested only Ubuntu) * User can change root password in Instance (Tested only Ubuntu) * Supports cloud-init datasource interface + ### Warning!!! @@ -67,7 +76,7 @@ wget -O - https://clck.ru/9V9fH | sudo sh ### Install WebVirtCloud panel (CentOS) ```bash -sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs +sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs iproute-tc ``` #### Creating directories and cloning repo diff --git a/networks/templates/add_inbound_qos.html b/networks/templates/add_inbound_qos.html new file mode 100644 index 0000000..53b29e5 --- /dev/null +++ b/networks/templates/add_inbound_qos.html @@ -0,0 +1,49 @@ +{% load i18n %} +{% if request.user.is_superuser %} + + + + + +
+{% endif %} \ No newline at end of file diff --git a/networks/templates/add_outbound_qos.html b/networks/templates/add_outbound_qos.html new file mode 100644 index 0000000..0e11640 --- /dev/null +++ b/networks/templates/add_outbound_qos.html @@ -0,0 +1,49 @@ +{% load i18n %} +{% if request.user.is_superuser %} + + + + + + +{% endif %} \ No newline at end of file diff --git a/networks/templates/network.html b/networks/templates/network.html index 0114a08..0f1c832 100644 --- a/networks/templates/network.html +++ b/networks/templates/network.html @@ -97,7 +97,7 @@ -{% trans "Direction" %} | +{% trans "Average" %} | +{% trans "Peak" %} | +{% trans "Burst" %} | +{% trans "Actions" %} | +
---|