small size correction if footprint not shown

This commit is contained in:
Christoph Kluge 2024-09-09 11:09:21 +02:00
parent 8e1c5a485f
commit 065b32755a

View File

@ -272,7 +272,7 @@
</Col> </Col>
<!-- If enabled: Column 2: Job Footprint, Polar Representation, Heuristic Summary --> <!-- If enabled: Column 2: Job Footprint, Polar Representation, Heuristic Summary -->
{#if showFootprint} {#if showFootprint}
<Col xs={12} md={6} xl={4} xxl={3} class="mb-3 mb-xxl-0"> <Col xs={12} md={6} xl={4} xxl={3} class="mb-3 mb-xxl-0">
{#if $initq.error} {#if $initq.error}
<Card body color="danger">{$initq.error.message}</Card> <Card body color="danger">{$initq.error.message}</Card>
@ -285,7 +285,7 @@
{/if} {/if}
<!-- Column 3: Job Roofline; If footprint Enabled: full width, else half width --> <!-- Column 3: Job Roofline; If footprint Enabled: full width, else half width -->
<Col xs={12} md={showFootprint ? 12 : 6} xl={5} xxl={6}> <Col xs={12} md={showFootprint ? 12 : 6} xl={showFootprint ? 5 : 6} xxl={6}>
{#if $initq.error || $jobMetrics.error} {#if $initq.error || $jobMetrics.error}
<Card body color="danger"> <Card body color="danger">
<p>Initq Error: {$initq.error?.message}</p> <p>Initq Error: {$initq.error?.message}</p>