mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23: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")
|
||||
.attr("title", "Start your default server")
|
||||
.attr("disabled", false)
|
||||
.attr("href", base_url + "spawn/" + user)
|
||||
.off("click");
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user