File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<hr >
16
16
17
+ <div class =" card shadow mb-3" >
18
+ <div class =" card-body" >
19
+ <h5 class =" card-title" >2025-01-03</h5 >
20
+ <div class =" card-text" >
21
+ <ul >
22
+ <li >Controller feedback form default controller fixed</li >
23
+ </ul >
24
+ </div >
25
+ </div >
26
+ </div >
27
+
17
28
<div class =" card shadow mb-3" >
18
29
<div class =" card-body" >
19
30
<h5 class =" card-title" >2025-01-01</h5 >
Original file line number Diff line number Diff line change 15
15
<div class =" mb-3" >
16
16
<label for =" controller" >Controller</label >
17
17
<select id =" controller" name =" controller" class =" form-select" required >
18
- <option disabled >Controller </option >
18
+ <option value = " " selected disabled >Select a controller </option >
19
19
{% for (cid , name ) in all_controllers %}
20
20
<option value =" {{ cid }}" >{{ name }}</option >
21
21
{% endfor %}
You can’t perform that action at this time.
0 commit comments