diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 604a73c..014c3b0 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -92,7 +92,7 @@ class CCPExecutionForm extends HTMLElement{
-
+
- - - - - - +
+ + + +
+
+ + +
@@ -657,6 +665,10 @@ class CCPExecutionHistory extends HTMLElement { this.generateCode(id, lang, `${id}.${ext}`) } }, + { + target : "a[name=direct_link_execution]", + apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.path + "?execution=" + d.id + }, { target : "div[name=logterminalcontainer]", apply : (e,d)=>{