Merge pull request #2577 from InfuseAI/remove-stop-my-server-after-server-stopped

Hide Stop My Server red button after server stopped.
This commit is contained in:
Min RK
2019-06-07 11:53:06 +02:00
committed by GitHub

View File

@@ -90,6 +90,7 @@ require(["jquery", "moment", "jhapi", "utils"], function(
});
api.stop_server(user, {
success: function() {
$("#stop").hide();
$("#start")
.text("Start My Server")
.attr("title", "Start your default server")