1

changed name for html file

This commit is contained in:
AndiBuls
2020-03-06 14:30:56 +01:00
parent 05a7e72079
commit bdd2fc37a9
2 changed files with 2 additions and 4 deletions

View File

@ -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")

View File

@ -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>