feat: ✨ Added billing period to server creation
This commit is contained in:
parent
4581b018b0
commit
5c37dbcc51
1 changed files with 7 additions and 2 deletions
|
@ -201,6 +201,12 @@
|
|||
({{ __('ports') }})</span>
|
||||
<span class="d-inline-block" x-text="product.allocations"></span>
|
||||
</li>
|
||||
<li class="d-flex justify-content-between">
|
||||
<span class="d-inline-block"><i class="fas fa-clock"></i>
|
||||
{{ __('Billing Period') }}</span>
|
||||
|
||||
<span class="d-inline-block" x-text="product.billing_period"></span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mt-2 mb-2">
|
||||
|
@ -210,8 +216,7 @@
|
|||
</div>
|
||||
<div class="mt-auto border rounded border-secondary">
|
||||
<div class="d-flex justify-content-between p-2">
|
||||
<span class="d-inline-block mr-4">
|
||||
{{ __('Price') }}:
|
||||
<span class="d-inline-block mr-4" x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
|
||||
</span>
|
||||
<span class="d-inline-block"
|
||||
x-text="product.price + ' {{ CREDITS_DISPLAY_NAME }}'"></span>
|
||||
|
|
Loading…
Reference in a new issue