Issues #36: done.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="py-2 text-right">{{ trace.count }}</td>
|
<td class="py-2 text-right">{{ trace.count }}</td>
|
||||||
<td class="p-2">{{ trace.ratio }}%</td>
|
<td class="p-2 text-right">{{ trace.ratio }}%</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="py-2 text-right">{{ trace.count }}</td>
|
<td class="py-2 text-right">{{ trace.count }}</td>
|
||||||
<td class="p-2">{{ trace.ratio }}</td>
|
<td class="p-2 text-right">{{ trace.ratio }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user