merge compute and sla price into managed service price

This commit is contained in:
Tobias Brunner 2025-06-04 16:22:47 +02:00
parent 2da6285800
commit 15ede53cc3
No known key found for this signature in database
2 changed files with 8 additions and 13 deletions

View file

@ -269,15 +269,11 @@
<!-- Pricing Breakdown -->
<div class="border-top pt-3">
<div class="d-flex justify-content-between mb-2">
<span>Compute Plan</span>
<span class="fw-bold">CHF <span id="computePrice">0.00</span></span>
<span>Managed Service (incl. Compute)</span>
<span class="fw-bold">CHF <span id="managedServicePrice">0.00</span></span>
</div>
<div class="d-flex justify-content-between mb-2">
<span>Service Price</span>
<span class="fw-bold">CHF <span id="servicePrice">0.00</span></span>
</div>
<div class="d-flex justify-content-between mb-2">
<span>Storage (<span id="storageAmount">20</span> GB)</span>
<span>Storage - <span id="storageAmount">20</span> GB</span>
<span class="fw-bold">CHF <span id="storagePrice">0.00</span></span>
</div>
<hr>