mirror of https://github.com/CIRCL/AIL-framework
fix: [investigation] fix object table long object id
parent
ded1ee85e8
commit
c050c1cafb
|
@ -140,7 +140,7 @@
|
||||||
|
|
||||||
<h3>Objects</h3>
|
<h3>Objects</h3>
|
||||||
|
|
||||||
<table id="table_sync_queues" class="table table-striped border-primary">
|
<table id="table_sync_queues" class="table table-striped border-primary" style="word-break: break-all;">
|
||||||
<thead class="bg-dark text-white">
|
<thead class="bg-dark text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
|
|
Loading…
Reference in New Issue