Skip to content

Commit

Permalink
PAYARA-933 submit query button no longer appears on admin console (#1477
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Cousjava authored and smillidge committed Mar 25, 2017
1 parent db5a8b2 commit d0dc04f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<sun:body id="body" onLoad="triggerShutdown();">
<sun:form id="form">
<sun:button id="stopInstance" visible="true">
<sun:button id="stopInstance" visible="false">
<!command
println("=======stopInstance Called...");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/stop" method="POST");
Expand Down

0 comments on commit d0dc04f

Please sign in to comment.