Преглед изворни кода

feat: move sidebar back to left side

jmacura пре 5 година
родитељ
комит
008f09433a
2 измењених фајлова са 1 додато и 2 уклоњено
  1. 0 2
      src/app.component.ts
  2. 1 0
      src/app.config.ts

+ 0 - 2
src/app.component.ts

@@ -22,8 +22,6 @@ export const HsComponent = {
       //vm.exists = HsCore.exists;
       //vm.panelVisible = HsLayoutService.panelVisible;
       //vm.PraAdjusterService = AdjusterService;
-      HsLayoutService.sidebarRight = false;
-      console.log(HsLayoutService.sidebarRight);
     }
   },
 };

+ 1 - 0
src/app.config.ts

@@ -66,6 +66,7 @@ export const AppConfig = {
     language: false,
     legend: false,
   },
+  sidebarPosition: 'left',
   sizeMode: 'fullscreen',
 };