Fixed the hardware info tables to use the full section width
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-08-23 23:59:05 -04:00
parent 0656a1ff34
commit be030532ea
4 changed files with 44 additions and 40 deletions

View File

@ -15,7 +15,7 @@
<section class="row">
<article class="columns eight">
<h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5>
<table class="hardware-info">
<table class="hardware-info u-full-width">
<tbody>
<tr>
<td>Physical cores</td>

View File

@ -14,8 +14,9 @@
</header>
<section class="row">
<article class="columns twelve">
<h5>GPU Model: <span id="gpuInfo">Random GPU</span></h5>
<table class="hardware-info">
<table class="hardware-info u-full-width">
<tbody>
<tr>
<td>GPU vendor</td>
@ -31,6 +32,7 @@
</tr>
</tbody>
</table>
</article>
</section>
<section class="row">

View File

@ -14,8 +14,9 @@
</header>
<section class="row">
<article class="columns twelve">
<h5>Device Model: <span id="diskInfo">Loading...</span></h5>
<table class="hardware-info">
<table class="hardware-info u-full-width">
<tbody>
<tr>
<td>Disk Path</td>
@ -35,6 +36,7 @@
</tr>
</tbody>
</table>
</article>
</section>
<section class="row">