1
0
Fork 0
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:
catborise 2018-10-01 11:44:29 +03:00
parent b81b01e468
commit 358f9ae28a

View file

@ -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 %}