mirror of
https://github.com/retspen/webvirtcloud
synced 2026-04-05 21:15:25 +00:00
Compare commits
No commits in common. "cea2309c643e5eb64ee97e27894104b1ab8b9ca7" and "43fc41949046c5fc5c718b06c3bca9b515300b15" have entirely different histories.
cea2309c64
...
43fc419490
2 changed files with 2 additions and 4 deletions
|
|
@ -631,7 +631,6 @@ install_ubuntu_post() {
|
|||
sed -i 's/#listen_tls/listen_tls/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#listen_tcp/listen_tcp/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#auth_tcp/auth_tcp/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#auth_unix_rw = "polkit"/auth_unix_rw = "none"/g' /etc/libvirt/libvirtd.conf
|
||||
else
|
||||
echoerror "/etc/libvirt/libvirtd.conf not found. Exiting..."
|
||||
exit 1
|
||||
|
|
@ -711,7 +710,6 @@ install_debian_post() {
|
|||
sed -i 's/#listen_tls/listen_tls/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#listen_tcp/listen_tcp/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#auth_tcp/auth_tcp/g' /etc/libvirt/libvirtd.conf
|
||||
sed -i 's/#auth_unix_rw = "polkit"/auth_unix_rw = "none"/g' /etc/libvirt/libvirtd.conf
|
||||
else
|
||||
echoerror "/etc/libvirt/libvirtd.conf not found. Exiting..."
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@
|
|||
</div> <!-- /.modal-content -->
|
||||
</div> <!-- /.modal-dialog -->
|
||||
</div> <!-- /.modal -->
|
||||
{% if volume.type != "iso" %}
|
||||
{% ifnotequal volume.type "iso" %}
|
||||
<button class="btn btn-sm btn-secondary" data-bs-toggle="modal" data-bs-target="#Clone{{ forloop.counter }}" title="{% trans "Clone" %}">
|
||||
{% bs_icon 'files' %}
|
||||
</button>
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
<button class="btn btn-sm btn-secondary disabled">
|
||||
{% bs_icon 'files' %}
|
||||
</button>
|
||||
{% endif %}
|
||||
{% endifnotequal %}
|
||||
</td>
|
||||
<td>
|
||||
<form action="" method="post" role="form" aria-label="Delete volume form">{% csrf_token %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue