feat: Added billing period to server creation

This commit is contained in:
IceToast 2022-06-16 12:36:01 +02:00
parent 4581b018b0
commit 5c37dbcc51

View file

@ -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>