Added network to dead site overview.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="table-header">Entity</th>
|
||||
<th class="table-header">Network</th>
|
||||
|
||||
<th
|
||||
class="table-header noselect"
|
||||
@@ -46,8 +47,18 @@
|
||||
v-for="entity in alertEntities"
|
||||
:key="`entity-${entity.id}`"
|
||||
>
|
||||
<td class="table-cell table-name ellipsis">{{ entity.name }}</td>
|
||||
<td
|
||||
:title="entity.id"
|
||||
class="table-cell table-name ellipsis"
|
||||
>{{ entity.name }}</td>
|
||||
|
||||
<td
|
||||
:title="entity.parent?.id"
|
||||
class="table-cell table-name ellipsis"
|
||||
>{{ entity.parent?.name }}</td>
|
||||
|
||||
<td class="table-cell table-total">{{ entity.totalReleases }}</td>
|
||||
|
||||
<td
|
||||
class="table-cell table-date"
|
||||
:class="{ alert: entity.latestReleaseDate && entity.latestReleaseDate < alertDate }"
|
||||
|
||||
Reference in New Issue
Block a user