Add resources tests
This commit is contained in:
parent
f00b406962
commit
bf8bce2fb1
4 changed files with 39 additions and 12 deletions
|
@ -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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue