File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
caterva2/services/plugins/tomography/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- < form class ="d-inline- flex gap-2 " hx-get ="{{ href }} " hx-target ="#image-div " hx-trigger ="change ">
2
- < select class ="form-select " name ="ndim " hx-on:change ="updateDim(this) ">
1
+ < form class ="d-flex gap-2 " hx-get ="{{ href }} " hx-target ="#image-div " hx-trigger ="change ">
2
+ < select class ="form-select w-auto " name ="ndim " hx-on:change ="updateDim(this) ">
3
3
{% for dim in shape %}
4
4
< option value ="{{ loop.index0 }} " data-size ="{{ dim }} "> Dim {{ loop.index0 }} ({{ dim }})</ option >
5
5
{% endfor %}
6
6
</ select >
7
- < input class ="form-control " type ="number " min ="0 " max ="{{ shape.0 - 1}} " name ="i " value ="0 ">
7
+ < input class ="form-control w-auto " type ="number " min ="0 " max ="{{ shape.0 - 1}} " name ="i " value ="0 ">
8
8
</ form >
9
9
10
10
< div hx-get ="{{ href }}?i=0 " hx-trigger ="load " id ="image-div "> </ div >
You can’t perform that action at this time.
0 commit comments