Add gray data table segment to Marktbewertung tab

This commit is contained in:
2026-05-21 16:51:17 +02:00
parent cce7f7c332
commit 3fe04276f6
@@ -160,6 +160,30 @@
</div>
</div>
</div>
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-body">
<table class="sg-data-table" aria-label="Marktbewertung Kennzahlen" data-component="data-table">
<thead>
<tr>
<th data-component-part="data-table-header-cell">Kennzahl</th>
<th data-component-part="data-table-header-cell">Wert</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sg-data-table__label" data-component-part="data-table-label-cell">PE <span class="sg-data-table__help-icon" aria-label="Hilfetext" data-component="help-icon" data-component-context="data-table">?</span></td>
<td class="sg-data-table__value" data-component-part="data-table-value-cell">27.5</td>
</tr>
<tr>
<td class="sg-data-table__label" data-component-part="data-table-label-cell">PE Forward <span class="sg-data-table__help-icon" aria-label="Hilfetext" data-component="help-icon" data-component-context="data-table">?</span></td>
<td class="sg-data-table__value" data-component-part="data-table-value-cell">26.4</td>
</tr>
<tr>
<td class="sg-data-table__label" data-component-part="data-table-label-cell">PEG Forward <span class="sg-data-table__help-icon" aria-label="Hilfetext" data-component="help-icon" data-component-context="data-table">?</span></td>
<td class="sg-data-table__value sg-score-state--positive" data-component-part="data-table-value-cell">0.35</td>
</tr>
</tbody>
</table>
</div>
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body"><p class="sg-body">Inhalt Marktbewertung.</p></div>
</article>
</div>