Minor UI changes
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
00021a5785
commit
6379976dff
@ -6,7 +6,6 @@ import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
import com.github.dockerjava.api.DockerClient;
|
||||
|
@ -47,7 +47,7 @@ public class WebApplication {
|
||||
|
||||
@GetMapping("/")
|
||||
public String index() {
|
||||
return "portal";
|
||||
return "redirect:/portal";
|
||||
|
||||
}
|
||||
|
||||
|
@ -76,10 +76,11 @@
|
||||
|
||||
|
||||
|
||||
<!--div id="pagefoot" th:include="layout :: footerFragment">Footer</div-->
|
||||
|
||||
<p></p>
|
||||
<a href="/logout">Logout</a>
|
||||
</div>
|
||||
<!-- container -->
|
||||
</body>
|
||||
<footer><div id="pagefoot" th:include="layout :: footerFragment">Footer</div></footer>
|
||||
</html>
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
<head th:fragment="headerFragment">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Customer Portal</title>
|
||||
<title>Public Shell</title>
|
||||
<link
|
||||
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
|
||||
rel="stylesheet"
|
||||
@ -13,6 +13,7 @@
|
||||
</head>
|
||||
|
||||
<div id="pagefoot" th:fragment="footerFragment">
|
||||
<p>Document last modified 2017/10/23.</p>
|
||||
<p>Copyright: Lorem Ipsum</p>
|
||||
<p></p>
|
||||
<p>Operated by <a href="https://liberta.casa/">LibertaCasa</a></p>
|
||||
<!--p>Copyright: Lorem Ipsum</p-->
|
||||
</div>
|
@ -64,5 +64,6 @@
|
||||
<footer>
|
||||
|
||||
<p><a href="/logout">SSO Logout</a></p>
|
||||
<div id="pagefoot" th:include="layout :: footerFragment">Footer</div>
|
||||
</footer>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user