mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 21:43:01 +00:00
" #2925 : Changing start my server button link to spawn url once server is stopped"
This commit is contained in:
@@ -104,6 +104,7 @@ require(["jquery", "moment", "jhapi"], function(
|
|||||||
.text("Start My Server")
|
.text("Start My Server")
|
||||||
.attr("title", "Start your default server")
|
.attr("title", "Start your default server")
|
||||||
.attr("disabled", false)
|
.attr("disabled", false)
|
||||||
|
.attr("href", base_url + "spawn/" + user)
|
||||||
.off("click");
|
.off("click");
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user