diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f4e161d..c2df2cc 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -338,8 +338,8 @@ export class AppComponent implements OnInit, OnDestroy, AfterContentChecked { if(this.Pool.Mitarbeiterdaten.Planeradministrator === true) { - Page = 'PageNeu'; // this.Pool.Appeinstellungen.AdminStartseite; - // Page = this.Pool.Appeinstellungen.AdminStartseite; + // Page = 'PageNeu'; // this.Pool.Appeinstellungen.AdminStartseite; + Page = this.Pool.Appeinstellungen.AdminStartseite; } else { diff --git a/www/index.html b/www/index.html index 1ae6a89..70676f5 100644 --- a/www/index.html +++ b/www/index.html @@ -20,6 +20,6 @@