merge compute and sla price into managed service price
This commit is contained in:
parent
2da6285800
commit
15ede53cc3
2 changed files with 8 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue