changed name for html file
This commit is contained in:
@ -3,8 +3,6 @@ package mops.gruppen2.controllers;
|
|||||||
import javax.annotation.security.RolesAllowed;
|
import javax.annotation.security.RolesAllowed;
|
||||||
|
|
||||||
import mops.gruppen2.entities.Gruppe;
|
import mops.gruppen2.entities.Gruppe;
|
||||||
import mops.gruppen2.entities.GruppeRepository;
|
|
||||||
import mops.gruppen2.entities.Teilnehmer;
|
|
||||||
import mops.gruppen2.security.Account;
|
import mops.gruppen2.security.Account;
|
||||||
import org.keycloak.KeycloakPrincipal;
|
import org.keycloak.KeycloakPrincipal;
|
||||||
import org.keycloak.adapters.springsecurity.token.KeycloakAuthenticationToken;
|
import org.keycloak.adapters.springsecurity.token.KeycloakAuthenticationToken;
|
||||||
@ -56,7 +54,7 @@ public class Gruppen2Controller {
|
|||||||
|
|
||||||
@GetMapping("/createGroup")
|
@GetMapping("/createGroup")
|
||||||
public String createGruppe(){
|
public String createGruppe(){
|
||||||
return "test";
|
return "create";
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/findGroup")
|
@GetMapping("/findGroup")
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:th="http://www.thymeleaf.org"
|
<html lang="en" xmlns:th="http://www.thymeleaf.org"
|
||||||
th:replace="~{mopslayout :: html(name='Name des Subsystems', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}">
|
th:replace="~{mopslayout :: html(name='Gruppenbildung', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Name des Subsystems</title>
|
<title>Name des Subsystems</title>
|
||||||
Reference in New Issue
Block a user