+
-
+
+
diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js
index 794817b..a1fd1cc 100644
--- a/ccp/js/executionhistorycontroller.js
+++ b/ccp/js/executionhistorycontroller.js
@@ -120,18 +120,26 @@ class CCPExecutionHistory 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)=>{