show place holder instead of full link
This commit is contained in:
parent
d275b087b8
commit
f8902077ec
|
@ -120,9 +120,8 @@ class CCPExecutionForm extends HTMLElement{
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label>Direct link</label>
|
||||
<div class="d-flex">
|
||||
<a name="direct_link_method" href="${window.location.href}">${window.location.href}</a>
|
||||
<a name="direct_link_method" class="text-truncate" href="${window.location.href}">Direct link</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -136,7 +136,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
</div>
|
||||
<div class="d-flex align-items-middle" style="gap:5px">
|
||||
<div class="d-flex">
|
||||
<a name="direct_link_execution" href="${window.location.href}">${window.location.href}</a>
|
||||
<a class="text-truncate" name="direct_link_execution" href="${window.location.href}">Direct link</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue