You've already forked AstralRinth
forked from didirus/AstralRinth
Fix vite table warning (#3024)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -7,10 +7,13 @@
|
|||||||
installed.
|
installed.
|
||||||
</p>
|
</p>
|
||||||
<table>
|
<table>
|
||||||
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th>{{ instance?.name }}</th>
|
<th>{{ instance?.name }}</th>
|
||||||
<th>{{ project.title }}</th>
|
<th>{{ project.title }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
<tr class="content">
|
<tr class="content">
|
||||||
<td class="data">{{ instance?.loader }} {{ instance?.game_version }}</td>
|
<td class="data">{{ instance?.loader }} {{ instance?.game_version }}</td>
|
||||||
<td>
|
<td>
|
||||||
@@ -38,6 +41,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
<Button @click="() => incompatibleModal.hide()"><XIcon />Cancel</Button>
|
<Button @click="() => incompatibleModal.hide()"><XIcon />Cancel</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user