remove service level and country

This commit is contained in:
Tobias Brunner 2025-01-28 10:06:56 +01:00
parent 9993844057
commit f69f7fb755
No known key found for this signature in database
12 changed files with 32 additions and 123 deletions

View file

@ -10,7 +10,6 @@
<div class="mb-4">
<h5>Service Details</h5>
<p><strong>Provider:</strong> {{ service.cloud_provider.name }}</p>
<p><strong>Service Level:</strong> {{ service.service_level.name }}</p>
<p><strong>Price:</strong> ${{ service.price }}</p>
</div>