show place holder instead of full link

This commit is contained in:
dcore94 2024-04-09 13:16:51 +02:00
parent d275b087b8
commit f8902077ec
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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>