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:
parent
07984a2a9a
commit
2ca2add444
2 changed files with 1 additions and 6 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue