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

fix typo. remove unused variable. add form-control to volume dropdown.

This commit is contained in:
catborise 2018-10-26 17:30:52 +03:00
parent 07984a2a9a
commit 2ca2add444
2 changed files with 1 additions and 6 deletions

View file

@ -1244,8 +1244,6 @@
<script src="{% static "js/ace.js" %}" type="text/javascript" charset="utf-8"></script>
<script>
function get_volumes(comp_id, pool) {
vol_params = comp_id + " " + pool;
vol_url = "/computes/" + comp_id + "/storage/" + pool + "/?get_volumes";
var select = document.getElementById("vols");