mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 07:35:22 +00:00
url fix for clone
This commit is contained in:
parent
bc321f1475
commit
b81b01e468
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
</script>
|
||||
<script>
|
||||
function goto_instance_clone(compute, instance) {
|
||||
window.location = "/instance/" + compute + "/" + instance + "/#clone";
|
||||
window.location = "/instances/" + compute + "/" + instance + "/#clone";
|
||||
}
|
||||
</script>
|
||||
{% if request.user.is_superuser %}
|
||||
|
|
Loading…
Reference in a new issue