corrected privileges, see #11
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| # database credentials from defined config file | ||||
| spring.config.import = /etc/CampOrganizer2/prod.properties | ||||
| spring.config.import = /etc/camporganizer.properties | ||||
|  | ||||
| # define overwriteable arguments | ||||
| spring.datasource.driver-class-name = ${spring.datasource.driver-class-name:org.postgresql.Driver} | ||||
| @@ -35,7 +35,3 @@ spring.mail.protocol = ${spring.mail.protocol} | ||||
| spring.mail.test-connection = ${spring.mail.test-connection} | ||||
| spring.mail.properties.mail.smtp.auth = ${spring.mail.properties.mail.smtp.auth} | ||||
| spring.mail.properties.mail.smtp.starttls.enable = ${spring.mail.properties.mail.smtp.starttls.enable} | ||||
|  | ||||
| # for development only | ||||
| server.port = 8081 | ||||
|  | ||||
|   | ||||
| @@ -45,6 +45,7 @@ | ||||
| 											<div class="container"> | ||||
| 												<div class="row"> | ||||
| 													<div class="col-sm-9"> | ||||
| 													 	<div th:if="${#fields.hasErrors('fkProfile')}" th:errorclass="error" th:errors="*{fkProfile}"></div> | ||||
| 														<select th:id="${e.value.pk}" class="form-control select2-single" th:field="*{fkProfile}"> | ||||
| 															<option value="">Auswählen</option> | ||||
| 															<th:block th:each="u : ${profiles}"> | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||||
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/webjars/bootstrap/5.3.2/css/bootstrap.min.css} " /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/webjars/font-awesome/6.4.2/css/all.min.css} " /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/webjars/font-awesome/6.5.1/css/all.min.css} " /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/webjars/datatables/1.13.5/css/jquery.dataTables.min.css}" /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/webjars/select2/4.0.13/css/select2.min.css}" /> | ||||
| <link th:rel="stylesheet" type="text/css" media="all" th:href="@{/css/style.css}" /> | ||||
| @@ -22,9 +22,6 @@ | ||||
| <body> | ||||
| 	<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light headerlayout navbar-background"> | ||||
| 		<span class="navbar-brand"><img th:src="@{/images/logo.png}" width="128px" style="margin-left: 8px" /></span> | ||||
| 		<!-- remove? --> | ||||
| 		<!-- <div class="container-fluid"> | ||||
| 		<!--  --> | ||||
| 		<button class="navbar-toggler" style="margin-right: 40px" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" | ||||
| 			aria-expanded="false"> | ||||
| 			<span class="navbar-toggler-icon"></span> | ||||
| @@ -145,7 +142,6 @@ | ||||
| 				</li> | ||||
| 			</ul> | ||||
| 		</div> | ||||
| 		<!-- </div> --> | ||||
| 	</nav> | ||||
| 	<div layout:fragment="content">content</div> | ||||
| 	<br /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user