Show minimum required credits

This commit is contained in:
GeckoBoy84 2023-01-16 20:46:07 +00:00
parent a088b81366
commit 6e6102d125
2 changed files with 6 additions and 0 deletions

View file

@ -535,6 +535,7 @@
"MB": "MB", "MB": "MB",
"MySQL": "MySQL", "MySQL": "MySQL",
"ports": "ports", "ports": "ports",
"to create this server": "to create this server",
"Server can´t fit on this node": "Server can´t fit on this node", "Server can´t fit on this node": "Server can´t fit on this node",
"Not enough": "Not enough", "Not enough": "Not enough",
"Create server": "Create server", "Create server": "Create server",

View file

@ -206,6 +206,11 @@
({{ __('ports') }})</span> ({{ __('ports') }})</span>
<span class="d-inline-block" x-text="product.allocations"></span> <span class="d-inline-block" x-text="product.allocations"></span>
</li> </li>
<li class="d-flex justify-content-between">
<span class="d-inline-block"><i class="fa fa-coins"></i>
{{ __('Required') }} {{ CREDITS_DISPLAY_NAME }} {{ __('to create this server') }}</span>
<span class="d-inline-block" x-text="product.minimum_credits"></span>
</li>
</ul> </ul>
</div> </div>
<div class="mt-2 mb-2"> <div class="mt-2 mb-2">