File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
src/main/resources/templates/user/login Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ function composeDown() {
11
11
./mvnw docker-compose:down
12
12
}
13
13
14
+ function showSettings() {
15
+ echo $JAVA_HOME
16
+ }
17
+
14
18
function firstSetup() {
15
19
export JAVA_OPTS=$JAVA_OPTS_RUN_DEFAULT
16
20
showSettings
@@ -56,9 +60,9 @@ function boot_run() {
56
60
57
61
function main() {
58
62
# firstSetup
59
- # setupTravis
63
+ setupTravis
60
64
# buildJar
61
- boot_run
65
+ # boot_run
62
66
}
63
67
64
68
main
Original file line number Diff line number Diff line change 1350
1350
<file >${project.basedir} /src/site/markdown/REQUIREMENTS_NONFUNCTIONAL.md</file >
1351
1351
<file >${project.basedir} /src/site/markdown/TODO.md</file >
1352
1352
<file >${project.basedir} /src/site/site.xml</file >
1353
- <file >${project.basedir} /etc/ build.sh</file >
1353
+ <file >${project.basedir} /build.sh</file >
1354
1354
<file >${project.basedir} /etc/run.sh</file >
1355
1355
<file >${project.basedir} /src/main/bash/psql.sh</file >
1356
1356
<file >${project.basedir} /etc/docker-start.sh</file >
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
26
26
</ div >
27
27
< input type ="hidden " th:name ="${_csrf.parameterName} " th:value ="${_csrf.token} "/>
28
28
< label for ="j_username " th:text ="#{user.loginForm.email.label} " class ="form-label "> Email</ label >
29
- < div class ="m-2 input-group ">
29
+ < div class ="m-2 pe-3 input-group ">
30
30
< span class ="input-group-text "> < i class ="fa-solid fa-user "> </ i > </ span >
31
31
< input id ="j_username " type ="email " class ="form-control " name ="j_username "
32
32
th:placeholder ="#{user.loginForm.email.placeholder} "/>
33
33
</ div >
34
34
< label for ="j_password " th:text ="#{user.loginForm.password.label} " class ="form-label "> Password</ label >
35
- < div class ="m-2 input-group ">
35
+ < div class ="m-2 pe-3 input-group ">
36
36
< span class ="input-group-text "> < i class ="fa-solid fa-lock "> </ i > </ span >
37
37
< input id ="j_password " type ="password " class ="form-control " name ="j_password "
38
38
th:placeholder ="#{user.loginForm.password.placeholder} "/>
39
39
</ div >
40
40
</ div >
41
41
< div class ="card-footer ">
42
42
< div class ="row ">
43
- < div class ="col m-2 p-1 ">
43
+ < div class ="col m-2 p-1 ps-3 ">
44
44
< button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
45
45
< i class ="fas fa-sign-in-alt "> </ i >
46
46
< span th:utext ="#{user.loginForm.loginButton} "> </ span >
You can’t perform that action at this time.
0 commit comments