master #11

Merged
m.lettere merged 4 commits from master into prod 2024-04-10 18:06:50 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit f8902077ec - Show all commits

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>