Integrate push-service app
This commit is contained in:
@@ -1 +1,2 @@
|
||||
financer.serverUrl=http://localhost:8080/financer-server-mk/
|
||||
financer.serverUrl=http://localhost:8080/financer-server-mk/
|
||||
push-service-client.serverUrl=http://localhost:8080/push-service-server-mk/
|
||||
@@ -32,4 +32,7 @@ spring.messages.basename=i18n/message
|
||||
# The currency code to use for displaying money values. Note that the currency is only used for
|
||||
# displaying.
|
||||
# Possible values are ISO-4271 currency codes.
|
||||
financer.currencyCode=EUR
|
||||
financer.currencyCode=EUR
|
||||
|
||||
push-service-client.serverUrl=http://localhost:8077/push-service-server/
|
||||
logging.level.de.pushservice=DEBUG
|
||||
@@ -0,0 +1 @@
|
||||
window.onload = registerServiceWorker();
|
||||
@@ -4,8 +4,10 @@
|
||||
<title th:text="#{financer.account-overview.title}"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" th:href="@{/css/main.css}">
|
||||
<link rel="stylesheet" th:href="@{/css/main.css}" />
|
||||
<link rel="shortcut icon" th:href="@{/favicon.ico}" />
|
||||
<script th:src="@{/javascript/push-service-client-init.js}"></script>
|
||||
<script th:src="@{/javascript/init.js}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 th:text="#{financer.heading.account-overview}" />
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<hr>
|
||||
<div>
|
||||
<span th:text="'financer v' + ${financerVersion}"/>
|
||||
(<a th:href="@{/changelog.txt}">Changelog</a>, <a th:href="@{/readme.txt}">Readme</a>)
|
||||
(<a th:href="@{/changelog.txt}">Changelog</a>, <a th:href="@{/readme.txt}">Readme</a>, <a th:href="@{/sentTestNotification}">Test</a>)
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user