Add Commit and Tester to the compatibility list
This commit is contained in:
parent
814be65bbe
commit
a6f6b445f2
1 changed files with 11 additions and 0 deletions
|
@ -32,9 +32,12 @@
|
|||
</td>
|
||||
<td>{{ props.item.name }}</td>
|
||||
<td>{{ props.item.title_id.join(', ') }}</td>
|
||||
<td>{{ props.item.state_emu_version }}</td>
|
||||
<td>{{ props.item.nickname }}</td>
|
||||
<td>{{ props.item.state }}</td>
|
||||
<td>
|
||||
<vue-markdown :source="props.item.comment"></vue-markdown>
|
||||
<div v-if="props.item.screen_url"><em>Click for more information</em></div>
|
||||
</td>
|
||||
<td>{{ props.item.state_last_date }}</td>
|
||||
</tr>
|
||||
|
@ -89,6 +92,14 @@ export default {
|
|||
text: 'Title IDs',
|
||||
value: 'title_id'
|
||||
},
|
||||
{
|
||||
text: 'Commit',
|
||||
value: 'state_emu_version'
|
||||
},
|
||||
{
|
||||
text: 'Tester',
|
||||
value: 'nickname'
|
||||
},
|
||||
{
|
||||
text: 'State',
|
||||
value: 'state'
|
||||
|
|
Loading…
Reference in a new issue