Minor touchup
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
dfa58b2cb5
commit
1a4e969557
@ -36,7 +36,6 @@ import com.github.kagkarlsson.scheduler.Scheduler;
|
|||||||
@Controller
|
@Controller
|
||||||
public class WebApplication {
|
public class WebApplication {
|
||||||
|
|
||||||
//private final CounterService counter;
|
|
||||||
private static Scheduler scheduler;
|
private static Scheduler scheduler;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
th:text="${osoption}"></option>
|
th:text="${osoption}"></option>
|
||||||
</select>
|
</select>
|
||||||
<select class="form-control" th:object="${expiry}" name="expiry">
|
<select class="form-control" th:object="${expiry}" name="expiry">
|
||||||
<option value="">Select expiry ...</option>
|
<option value="">Select duration ...</option>
|
||||||
<option th:value="5" th:attr="value=5" th:text="5"></option>
|
<option th:value="5" th:attr="value=5" th:text="5"></option>
|
||||||
<option th:value="10" th:attr="value=10" th:text="10"></option>
|
<option th:value="10" th:attr="value=10" th:text="10"></option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user