added price to create vm view
This commit is contained in:
parent
cb33e6a750
commit
d71c3093e8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
CORE: {{config.cpu|floatformat}},
|
CORE: {{config.cpu|floatformat}},
|
||||||
RAM: {{config.memory|floatformat}} GiB,
|
RAM: {{config.memory|floatformat}} GiB,
|
||||||
SSD: {{config.disk_size|floatformat}} GiB,
|
SSD: {{config.disk_size|floatformat}} GiB,
|
||||||
PRICE: {{config.price|floatformat}}
|
PRICE: {{config.price|floatformat}} CHF
|
||||||
</option>
|
</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in a new issue