Fixed the hardware info tables to use the full section width
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0656a1ff34
commit
be030532ea
@ -15,7 +15,7 @@
|
|||||||
<section class="row">
|
<section class="row">
|
||||||
<article class="columns eight">
|
<article class="columns eight">
|
||||||
<h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5>
|
<h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5>
|
||||||
<table class="hardware-info">
|
<table class="hardware-info u-full-width">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Physical cores</td>
|
<td>Physical cores</td>
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
|
<article class="columns twelve">
|
||||||
<h5>GPU Model: <span id="gpuInfo">Random GPU</span></h5>
|
<h5>GPU Model: <span id="gpuInfo">Random GPU</span></h5>
|
||||||
<table class="hardware-info">
|
<table class="hardware-info u-full-width">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>GPU vendor</td>
|
<td>GPU vendor</td>
|
||||||
@ -31,6 +32,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
|
<article class="columns twelve">
|
||||||
<h5>Device Model: <span id="diskInfo">Loading...</span></h5>
|
<h5>Device Model: <span id="diskInfo">Loading...</span></h5>
|
||||||
<table class="hardware-info">
|
<table class="hardware-info u-full-width">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Disk Path</td>
|
<td>Disk Path</td>
|
||||||
@ -35,6 +36,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user