Skip to content

Commit 547f21d

Browse files
committed
update list
1 parent 9591230 commit 547f21d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/fusio-sdk/src/lib/component/log/list/log-list.component.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
<tr>
1010
<th style="width:50px;">Method</th>
1111
<th style="width:60%;">Path</th>
12-
<th style="width:20%;">IP</th>
13-
<th style="width:150px;">Insert-Date</th>
12+
<th style="width:40%;">IP</th>
1413
<th></th>
1514
</tr>
1615
</thead>
1716
<tbody>
1817
<tr *ngFor="let entry of entries">
19-
<td>{{entry.method}}</td>
18+
<td><span class="badge text-bg-dark me-1">{{entry.method}}</span></td>
2019
<td>{{entry.path}}</td>
2120
<td>{{entry.ip}}</td>
22-
<td>{{entry.date|date:'short'}}</td>
2321
<td>
2422
<div class="btn-group" role="group">
2523
<a [routerLink]="getDetailLink(entry.id)" class="btn btn-primary"><i class="bi bi-search"></i></a>

0 commit comments

Comments
 (0)