打印信息
This commit is contained in:
parent
6a53d93537
commit
6822aae9c2
|
@ -390,7 +390,9 @@ class ProjectsController < ApplicationController
|
|||
|
||||
def che_request
|
||||
begin
|
||||
send_to_che
|
||||
response = send_to_che
|
||||
@link_ide = response["links"]["ide"]
|
||||
Rails.logger.info("#############link_ide: #{link_ide}")
|
||||
rescue Exception => e
|
||||
raise(e.backtrace.join("\n"))
|
||||
end
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
window.location.href = @link_ide
|
Loading…
Reference in New Issue