Portal Tab Name ergänzt
diff --git a/src/app/common-components/version-info/version-info.component.css b/src/app/common-components/version-info/version-info.component.css index 3d1dfb1..aced826 100644 --- a/src/app/common-components/version-info/version-info.component.css +++ b/src/app/common-components/version-info/version-info.component.css
@@ -13,4 +13,5 @@ position: fixed; bottom: 0; right: 0; + margin-right: 1em; } \ No newline at end of file
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts index c2d23ec..ff77554 100644 --- a/src/app/common/globals.ts +++ b/src/app/common/globals.ts
@@ -10,7 +10,7 @@ ****************************************************************************** */ export class Globals { - static FRONTEND_VERSION = '1.1.0'; + static FRONTEND_VERSION = '1.1.1'; static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN'; static CURRENT_USER = 'CURRENT_USER'; static BASE_URL = '/elogbook/rest/beservice';
diff --git a/src/index.html b/src/index.html index 592ea19..1dac251 100644 --- a/src/index.html +++ b/src/index.html
@@ -16,7 +16,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=11" /> <meta charset="utf-8"> - <title>openKONSEQUENZ</title> + <title>Portal - openKONSEQUENZ</title> <base href="./"> <meta name="viewport" content="width=device-width, initial-scale=1">