mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
url fix for clone
This commit is contained in:
parent
b81b01e468
commit
358f9ae28a
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,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