show place holder instead of full link
This commit is contained in:
parent
f8902077ec
commit
ff613b70c2
|
@ -429,7 +429,7 @@ class CCPExecutionForm extends HTMLElement{
|
|||
},
|
||||
{
|
||||
target: "a[name=direct_link_method]",
|
||||
apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?method=" + d.id
|
||||
apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?method=" + d.id
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -667,7 +667,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
},
|
||||
{
|
||||
target : "a[name=direct_link_execution]",
|
||||
apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?execution=" + d.id
|
||||
apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?execution=" + d.id
|
||||
},
|
||||
{
|
||||
target : "div[name=logterminalcontainer]",
|
||||
|
|
Loading…
Reference in New Issue