Add resources tests

This commit is contained in:
Benoît Seignovert 2024-02-08 16:37:20 +01:00
parent f00b406962
commit bf8bce2fb1
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
4 changed files with 39 additions and 12 deletions

View file

@ -37,7 +37,7 @@
<input type="radio" name="ram" id="ram_{{loop.index0}}" value="{{loop.index0}}"
data-max-duration="{{ram.max_duration}}" {%- if loop.first -%}checked{%- endif -%}>
<label for="ram_{{loop.index0}}" class="btn btn-default btn-block">
{{ ram.description }} GB
{{ ram.description }}
</label>
</div>
{% endfor -%}
@ -51,7 +51,7 @@
<input type="radio" name="gpu" id="gpu_{{loop.index0}}" value="{{loop.index0}}"
data-max-duration="{{gpu.max_duration}}" {%- if loop.first -%}checked{%- endif -%}>
<label for="gpu_{{loop.index0}}" class="btn btn-default btn-block">
{{ gpu.description | capitalize }}
{{ gpu.description }}
</label>
</div>
{% endfor -%}