Skip to content

Commit

Permalink
Truncate request url more (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 25, 2022
1 parent 1c9324b commit 59324ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/screens/requests/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</span>
</td>

<td :title="slotProps.entry.content.uri">{{truncate(slotProps.entry.content.uri, 60)}}</td>
<td :title="slotProps.entry.content.uri">{{truncate(slotProps.entry.content.uri, 50)}}</td>

<td class="table-fit">
<span class="badge font-weight-light" :class="'badge-'+requestStatusClass(slotProps.entry.content.response_status)">
Expand Down

0 comments on commit 59324ae

Please sign in to comment.